.news {
    width: 100%;
    height: auto;
    clear: both;
}

.news .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.news .content .bg {
    background: url(../images/logo_bg1200.png) no-repeat;
    height: 36px;
}

.news .content .bg ul {
    width: 68%;
    margin-left: 40px;
}

.news .content .bg ul li {
    line-height: 36px;
    float: left;
    margin-right: 15px;
}

.news .content .bg ul li a {
    font-size: 16px;
    font-weight: bold;
	color: #000;
	text-decoration: none;
}

.news .content .bg ul li a.act {
    border-bottom: 2px solid #30318D;
	padding-bottom:9px; border-bottom:2px solid #000;
}

.news .content .bg .more {
    font-size: 14px;
    text-align: right;
    float: right;
    line-height: 36px;
}

.news .content .bg .m_more {
    display: none;
}

.news .content .bg .more a{
    font-size: 14px;
    text-align: right;
    float: right;
    line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.news .content .news_left,
.news_right {
    float: left;
    width: 50%;
    margin-top: 25px;
}

.news .content .news_leftbox {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    height: 125px;
}

.news .content .news_left .news_leftbox .news_leftboxL {
    width: 200px;
    height: 125px;
    margin-right: 10px;
}

.news .content .news_left .news_leftbox .news_leftboxL img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.news .content .news_left .news_leftbox .news_leftboxR {
    flex: 1;
    height: 100%
}

.news .content .news_left .news_leftbox .news_leftboxR h3 {
    font-size: 16px;
	margin: 0;
	padding-top: 5px;
	margin-right: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: justify;
    overflow: hidden;
}

.news .content .news_left .news_leftbox .news_leftboxR h3 a{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.news .content .news_left .news_leftbox .news_leftboxR p:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.news .content .news_left .news_leftbox .news_leftboxR p a {
    color: #999;
	text-decoration: none;
}

.news .content .news_left .news_leftbox .news_leftboxR p:nth-child(3) {
    font-size: 14px;
    line-height: 1.6;
    margin-right: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*行数*/
    overflow: hidden;
}

.news .content .news_right li {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    line-height: 2;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /*超出部分用省略号代替*/
}

.news .content .news_right .time {
    padding-right: 28px;
}

.news .content .news_right li a {
    color: #999;
	text-decoration: none;
}

.news .content .block {
    display: block;
}

.news .content .none {
    display: none;
}
.news_list{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	clear: both;
}
.news_list ul{
	margin-top: 40px;
}
.news_list ul li{
	width:32%;
	height:auto;
	margin-bottom:20px; 
	float: left; 
	margin-right: 2%;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.news_list ul li a{
	text-decoration: none;
}
.news_list ul li:nth-child(3n){
	margin-right: 0;
}
.news_list .boximg{
	width:384px;
	height: 220px;
	overflow: hidden;
	vertical-align: middle;
}
.news_list .boximg img{
	max-width: 100%;
	text-align: center;
}
.news_list .news_time {
    width: auto;
    height: auto;
    line-height: 35px;
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    left: 0;
    bottom: 35px;
    color: #fff;
    background: rgba(0,0,0,.1);
    font-family: helveticaneuethn;
    transition: all .36s ease 0s;
}
.news_list .boxtxt{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0, 0, 0, 0.01);
	transition: all 0.36s ease 0s;
}
.news_list .boxtxt h1{
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	color: rgb(62, 62, 62);
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_list .boxtxt p{
	display: block;
	line-height: 24px;
	height: 48px;
	font-size: 12px;
	opacity: 0.8;
	color: #000000;
	overflow: hidden;
}
.news_other {
    width: 100%;
    height: auto;
    display: flex;
}
.news_other a{
    font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.news_other .post_next, .news_other .post_prev {
    width: 50%;
    display: flex;
    line-height: 20px;
    padding: 20px;
    background: rgba(0,0,0,.05);
    box-sizing: border-box;
}
.news_other .post_next .name, .news_other .post_prev .name {
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-width:768px) {
	.news .content {
	    width: 100%;
	    margin: 0 auto;
	    padding: 20px 20px 0 20px;
	}
	.news .content .bg{
		width: 100%;
	}
	.news .content .bg .more {
	    display: none;
	}
	.news .content .bg .m_more {
	    display: block;
	}
	.news .content .bg .m_more a{
		font-size: 14px;
		text-align: right;
		float: right;
		line-height: 36px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	
	.news .content .bg ul {
		width: 80%;
	    margin-left: 40px;
	}
	.news .content .bg ul li {
	    line-height: 36px;
	    float: left;
	    margin-right: 25px;
	}
	.news .content .bg ul li:last-child {
	    margin-right: 0px;
	}
	.news .content .news_left, .news_right {
	    float: none;
	    width: 100%;
	    margin-top: 25px;
	}
	.news .content .news_left .news_leftbox .news_leftboxL {
	    width: 150px;
	    height: 100px;
	    margin-right: 10px;
	}
	
	.news .content .news_left .news_leftbox .news_leftboxR h3 {
	    font-size: 14px;
	    margin: 0;
	}
	.news .content .news_left .news_leftbox .news_leftboxR p:nth-child(2) {
	    font-size: 12px;
	    color: #999;
	    line-height: 1.8;
	}
	.news .content .news_left .news_leftbox .news_leftboxR p:nth-child(3) {
	    font-size: 12px;
	    line-height: 1.6;
	    margin-right: 0px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.news .content .news_leftbox {
	    margin-bottom: 20px;
	    display: flex;
	    width: 100%;
	    height: 100%;
	}
	.news .content p {
	    margin:0;
	}
	.news .content .news_right li {
	    font-size: 14px;
	}
	
	.news_list {
	    width: 100%;
	    overflow: hidden;
	    margin-top: 0px;
	    clear: both;
	}
	.news_list ul {
	    margin-top: 20px;
	}
	.news_list ul li {
	    width: 100%;
	    height: auto;
	    margin-bottom: 15px;
	    float: left;
	    margin-right: 0%;
	    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	}
	
	.news_list .boximg {
	    width: 100%;
	    height: 200px;
	    overflow: hidden;
	    vertical-align: middle;
	}
	
	.news_list .boxtxt {
	    width: 100%;
	    height: auto;
	    box-sizing: border-box;
	    padding: 10px;
	    background: rgba(0, 0, 0, 0.01);
	    transition: all 0.36s ease 0s;
	}
	
	.news_list .boxtxt h1 {
	    display: block;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 24px;
		margin-top: 0;
		text-align: center;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 10px;
	    color: rgb(62, 62, 62);
	    padding-bottom: 5px;
	    position: relative;
	    overflow: hidden;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	.news_list .boxtxt p {
	    display: block;
	    line-height: 24px;
	    height: 48px;
	    font-size: 12px;
	    opacity: 0.8;
	    color: #000000;
	    overflow: hidden;
		margin: 0;
	}
}