﻿@charset "utf-8";
img{
	vertical-align: top;
	border: none;
	max-width: 100%; /*height:100%;*/
}
.small-nav-2{
	background: #fff;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 0px;
}

.small-nav-2 .brand{
	float: right;
}

.small-nav-2 .brand a,
.small-nav-2 .brand i,
.small-nav-2 .brand span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	height: 34px;
	line-height: 34px;
}

.small-nav-2 .brand a,
.small-nav-2 .brand span{
	margin-left: 8px;
}

.small-nav-2 .brand span.home-text{
	margin-left: 1px;
}

.small-nav-2 .brand a .fa{
	color: #88848b;
}

.small-nav-2 .brand a .fa-caret-right{
	color: #cccccc;
}

.small-nav-2 .brand a:hover span,
.small-nav-2 .brand a.active span{
	color: #292E7D;
}

.small-nav-2 .list{
	float: left;
/*	width: 60%;*/
	border-right: 1px solid #e4e4e4;
	margin-right: 10px;
}

.small-nav-2 .list li{
	float: left;
	border-left: 1px solid #e4e4e4;
}

.small-nav-2 .list li a{
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 36px;
	font-size: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.small-nav-2 .list li a:hover,
.small-nav-2 .list li a.active{
	background: #B50101;
	color: #fff;
}
.small-nav-3{
	display: none;
    padding: 0 18px;
}

.small-nav-3 .list{
	white-space: nowrap;
}

.small-nav-3 .list a{
	display: inline-block;
	vertical-align: top;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #7f7f7f;
    margin-right: 10px;
}

.small-nav-3 .list a:last-child{
	margin-right: 0;
}

.small-nav-3 .list a.active{
	color: #292E7D;
}
.news{
	padding: 44px 0 72px;
	min-height: 300px;
}

.news .list ul{
	margin-left: -28px;
}

.news .list li{
	float: left;
	width: 33.33333%;
	margin-bottom: 28px;
}

.news .list li a{
	display: block;
	margin-left: 28px;
	background: #fff;
}

.news .list .img{
	position: relative;
	overflow: hidden;
}

.news .list .imgBox{
	padding-bottom: 56.7%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news .list .text{
	padding: 16px 20px 20px;
}

.news .list .text .title{
	font-size: 18px;
	line-height: 28px;
	height: 60px;
	color: #333333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news .list .text .desc{
	font-size: 14px;
	line-height: 22px;
	color: #747474;
	height: 44px;
	margin-top: 6px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}

.news .list .text .more{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	text-decoration: underline;
}

.news .list a:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.news .list a:hover .title{
	color: #292E7D;
}
.news-detail{
	padding: 40px 0 64px;
}

.news-detail .inner{
	background: #fff;
	padding: 50px 36px 0;
}

.news-detail .title{
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 26px;
}

.news-detail .msg{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}

.news-detail .msg span{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.news-detail .text{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-bottom: 30px;
}

.news-detail .link a{
	position: relative;
	float: left;
	width: 33.33333%;
	text-align: center;
	background: #d64b52;
}

.news-detail .link a i,
.news-detail .link a span{
	display: inline-block;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.news-detail .link a i.fa-angle-left{
	margin-right: 12px;
}

.news-detail .link a i.fa-angle-right{
	margin-left: 12px;
}

.news-detail .link a i.fa-list{
	margin-right: 6px;
}

.news-detail .link a i.fa-angle-left,
.news-detail .link a i.fa-angle-right{
	font-size: 20px;
}

.news-detail .link a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #fff;
}

.news-detail .link a:first-child::before{
	display: none;
}

.news-detail .link a:hover{
	opacity: 0.9;
}
.notice{
	padding: 44px 0 72px;
	min-height: 300px;
}

.notice .list ul{
	margin-left: -28px;
}

.notice .list li{
/*
	float: left;
	width: 33.33333%;
*/
	margin-bottom: 8px;
}

.notice .list li a{
	display: block;
	margin-left: 28px;
	background: #fff;
}

.notice .list .img{
	position: relative;
	overflow: hidden;
}

.notice .list .imgBox{
	padding-bottom: 56.7%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.notice .list .text{
/*	padding: 16px 20px 20px;*/
}

.notice .list .text .title{
	font-size: 18px;
	line-height: 60px;
	padding: 10px 30px;
	min-height: 60px;
	color: #333333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.notice .list .text .desc{
	font-size: 14px;
	line-height: 22px;
	color: #747474;
	height: 44px;
	margin-top: 6px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}

.notice .list .text .more{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	text-decoration: underline;
}

.notice .list a:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.notice .list a:hover .title{
	color: #292E7D;
}
.news-detail{
	padding: 40px 0 64px;
}

.news-detail .inner{
	background: #fff;
	padding: 50px 36px 0;
}

.news-detail .title{
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 26px;
}

.news-detail .msg{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}

.news-detail .msg span{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.news-detail .text{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-bottom: 30px;
}

.news-detail .link a{
	position: relative;
	float: left;
	width: 33.33333%;
	text-align: center;
	background: #d64b52;
}

.news-detail .link a i,
.news-detail .link a span{
	display: inline-block;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.news-detail .link a i.fa-angle-left{
	margin-right: 12px;
}

.news-detail .link a i.fa-angle-right{
	margin-left: 12px;
}

.news-detail .link a i.fa-list{
	margin-right: 6px;
}

.news-detail .link a i.fa-angle-left,
.news-detail .link a i.fa-angle-right{
	font-size: 20px;
}

.news-detail .link a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #fff;
}

.news-detail .link a:first-child::before{
	display: none;
}

.news-detail .link a:hover{
	opacity: 0.9;
}
