﻿.banenr_img {
    background-image: url("../images/News-banner.png");
}


/* newsList start */

.newsList {
    background: #f8f8f8;
    width: 100%;
    padding-bottom: 90px;
}

.newsList_Con {
    width: 1160px;
    margin: 0 auto;
}

.newsList_left {
    width: 750px;
    background: #fff;
    margin-top: 30px;
}

.newsList_ul {
    margin-left: 15px;
}

.newsList_ul>li {
    width: 700px;
    height: 200px;
    margin-top: 50px;
}

.newsListCon {
    height: 210px;
    border-bottom: 1px solid #eee;
}

.newsListConleft_img {
    width: 250px;
    height: 180px;
}

.newsListConleft_img img {
    width: 100%;
    height: 100%;
}


/*.newsListCon_left1 {
    background-image: url("../images/news1-pic.png");
}

.newsListCon_left2 {
    background-image: url("../images/news2-pic.png");
}

.newsListCon_left3 {
    background-image: url("../images/news3-pic.png");
}

.newsListCon_left4 {
    background-image: url("../images/news4-pic.png");
}*/

.newsListCon_right {
    width: 400px;
    text-align: left;
    margin-left: 50px;
}

.newsListCon_right>h3 {
    color: #333;
}

.newsListCon_ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsListCon_ul li {
    position: relative;
    float: left;
    width: 92px;
}

.newsListCon_ul li .newsFont {
    position: absolute;
    color: #666;
    top: 0px;
    left: 24px;
}

.newsListCon_ul li.time {
    margin: 0 40px;
}

.newsListCon_right>.Tips {
    margin: 5px 0 16px;
    color: #7f7f7f;
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newsListCon_right>.Tips>p {
    line-height: 22px;
    color: #666;
}

.dynamic>a {
    display: block;
    text-decoration: none;
}

.pageNumber {
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
}


/*右侧
.newsList_right{
	width:350px;
	background:#fff;
	margin-top:30px;
}
.newsListR_con{
	width:300px;
	margin:10px auto 0;
}
.newsListR_con .modal{
	width:300px;
	height:40px;
	line-height:40px;
}
.search{
	position:relative;
	height:60px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:20px;
}
.search>.inputSearch{

	border:1px solid #bfbfbf;
	border-radius:20px;
	outline:none;
	text-indent:10px;
	color:#484848;
	font-size:14px;
}

.search>.search_icon{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 12px;	
}
.search>.search_icon img{
    width: 16px;
    height: 16px;
}
.wholeContent{
	height:200px;
	overflow:hidden;
}
.whole{
	margin:20px auto 20px;
}*/


/* newsList end */


/*newsDetil*/

.breadcrumb {
    width: 100%;
    height: 50px;
    background: #fff;
}

.breadcrumb_ul {
    width: 1160px;
    margin: 0 auto;
}

.breadcrumb_ul li {
    float: left;
}

.breadcrumb_ul li a {
    line-height: 50px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb_ul li.breadcrumb_img {
    width: 26px;
    height: 16px;
    margin-top: 3px;
}

.breadcrumb_ul li.breadcrumb_img img {
    width: 16px;
    height: 16px;
}

.breadcrumb_ul li a:hover {
    cursor: pointer;
    color: #12547a;
}

.nDetails {
    width: 700px;
    margin: 30px auto 0;
}

.nD_title {
    height: 74px;
    border-bottom: 1px solid #eee;
}

.nD_title>h3 {
    font-size: 18px;
    color: #484848;
    font-weight: bold;
    text-align: center;
}

.nD_ready {
    float: right;
    margin-top: 20px;
    right: 0;
}

.nD_readyLast_li {
    width: 48px !important;
}

.nD_content {
    text-align: left;
    border-bottom: 1px solid #eee;
}

.nD_content p {
    line-height: 24px;
    margin-top: 40px;
    text-indent: 24px;
}

.nDImg_ul {
    padding-bottom: 100px;
    width: 100%;
    margin: 70px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.nDImg_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nDetails>.other {
    margin: 20px 0 0px;
}

.otherLeft {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 30px;
    cursor: pointer;
	min-width: 258px;
}

.otherLeft>a {
    text-decoration: none;
}

.otherLeft>a:hover {
    color: #12547a;
    cursor: pointer;
}


/*页码*/

.m-style {
    padding: 20px;
}