.news-content {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 60px;
	background: url(../images/newsBg.jpg) no-repeat top center;
}
.news-left {
	width: 315px;
	height: 260px;
	overflow: hidden;
	float: left;
	margin: 40px 0 0 80px;
	padding: 10px 0 0;
	border-right: 1px solid #ababab;
}
.news-left.news-fixed {
	position: fixed;
	top: 60px;
}
.news-left a {
	display: block;
	width: 280px;
	height: 55px;
	line-height: 53px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ababab;
	margin: 0 0 23px;
	font-size: 18px;
	color: #939393;
	padding: 0 20px;
	position: relative;
}
.news-left a:after {
	content: '>';
	display: block;
	width: 18px;
	height: 18px;
	line-height: 16px;
	color: #ababab;
	overflow: hidden;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
}
.news-left a:hover {
	color: #30376b;
	font-weight: bold;
}
.news-left a.active {
	background-color: #30376b;
	border-color: #30376b;
	color: #FFFFFF;
	font-weight: bold;
}
.news-left a.active:after {
	color: #FFFFFF;
}
.news-right {
	width: 1165px;
	overflow: hidden;
	float: left;
	margin-left: 67px;
}
.news-right>a {
	display: block;
	width: 95%;
	overflow: hidden;
	border-bottom: 1px solid #ababab;
	padding: 25px 10px 40px 0;
	transition: all 0.5s;
}
.news-right>a .news-img {
	width: 320px;
	overflow: hidden;
	margin: 5px 0 0;
	float: right;
}
.news-right>a .news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-right>a .news-txt {
	width: 765px;
	overflow: hidden;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 24px;
	float: right;
	/* margin-right: 50px; */
}
.news-txt h3 {
	width: 100%;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #221815;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news-txt em {
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-family: arial;
	color: #a5a5a5;
	margin: 15px 0 25px;
}
.news-txt p {
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-txt span {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 33px;
	overflow: hidden;
	border: 1px solid #bfbfbf;
	border-radius: 18px;
	padding: 0 16px;
	margin: 35px 0 0;
	background-image: url(../images/lh.png);
	background-repeat: no-repeat;
	background-position: 107px 50%;
	transition: all 0.5s;
}
.news-right>a:hover {
	border-bottom-color: #253682;
}
.news-right>a:hover .news-txt span {
	border-color: #253682;
	color: #253682;
	background-image: url(../images/lb.png);
	padding: 0 25px;
	background-position: 98px 50%;
}
.news-right>a:hover .news-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.news-left {
		width: 100%;
		margin: 40px 0 0;
		height: auto;
    	padding: 0;
    	border-right: none;
	}
	.news-left a {
	    width: 100%;
	}
	.news-right {
	    width: 100%;
	    float: none;
	}
	.news-right>a {
		padding: 40px 0;
	}
	.news-right>a .news-img {
	    width: 100%;
	    margin: 0;
	    float: none;
	}
	.news-right>a .news-txt {
	    width: 100%;
	    margin: 30px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-left {
		margin: 20px 0 0;
	    float: none;
	}
	.news-left a {
	    width: 32%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        margin: 0 4px 15px 0px;
        float: left;
	}
	.news-left a:after {
	    right: 10px;
	    margin-top: -6px;
	}
	.news-left a:nth-of-type(2) {
		float: right;
	}
	.news-right>a {
		padding: 30px 0;
	}
	.news-right>a .news-txt {
	    margin: 10px 0 0;
	    font-size: 12px;
    	line-height: 20px;
	}
	.news-txt h3 {
	    height: 25px;
	    font-size: 18px;
	    line-height: 25px;
	}
	.news-txt em {
	    font-size: 12px;
	    line-height: 14px;
	    margin: 10px 0 15px;
	}
	.news-txt p {
	    height: 60px;
	}
	.news-txt span {
	    width: 100px;
	    height: 30px;
	    line-height: 28px;
	    border-radius: 15px;
	    padding: 0 13px;
	    margin: 25px 0 0;
	    background-position: 80px 50%;
	}
}
@media only screen and (min-width: 992px) {
	.news-left {
		width: 230px;
	}
	.news-left a {
	    width: 200px;
	}
	.news-right {
	    width: 700px;
	}
	.news-right>a .news-txt {
	    width: 350px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-left {
		width: 315px;
	}
	.news-left a {
	    width: 280px;
	}
	.news-right {
	    width: 790px;
	}
	.news-right>a .news-txt {
	    width: 435px;
	}
}
@media only screen and (min-width: 1650px) {
	.news-right {
	    width: 1165px;
	}
	.news-right>a .news-txt {
	    width: 775px;
	}
}

.news-title {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.news-title span {
	margin: 0 15px;
}
.news-title h1 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 15px;
}
.news-details {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	font-size: 16px;
	line-height: 25px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 30px 10px;
}
.news-details img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.details-page {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 30px;
	padding: 0 10px;
}
.details-page .page-news {
	width: calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	overflow: hidden;
	float: left;
}
.details-page p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.details-page p a {
	color: #666666;
}
.details-page p a:hover {
	color: #30376b;
	text-decoration: underline !important;
}
.details-page a.page-return {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	background-color: #EaEaEa;
	float: right;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}
.details-page a.page-return:hover {
	color: #FFFFFF;
	background-color: #30376b;
	border-radius: 20px;
}
@media only screen and (max-width: 750px) {
	.news-title {
	    margin: 30px 0 0;
	    font-size: 12px;
	}
	.news-title h1 {
	    font-size: 24px;
	    line-height: 28px;
	    margin: 0 0 10px;
	}
	.news-title span {
	    margin: 0 5px;
	}
	.news-details {
	    margin: 15px 0;
	    font-size: 14px;
	    line-height: 25px;
	    border-top: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
	    padding: 20px 0px;
	}
	.details-page {
	    font-size: 14px;
	    margin: 0 0 5px;
	    line-height: 25px;
	    padding: 0;
	}
	.details-page p {
	    height: 25px;
	}
	.details-page .page-news {
	    width: 100%;
	    float: none;
	}
	.details-page a.page-return {
	    width: 120px;
	    height: 35px;
	    line-height: 33px;
	    float: right;
	    margin: 20px 0 0;
	}
}