@charset "utf-8";
/* CSS Document */

a.more {
	color:#254087;
	line-height: 3.5;
	cursor: pointer;
}
a.more:hover{
	color:#c3420f;
}

/* Carousel ==================================================================*/
.carousel-indicators {
	bottom: 2%; /*距容器carousel底部10px*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	text-align: right;
	width: 30%;
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	background-color: none;
	border: 1px solid #c2c1c0;
	border-radius: 20px;
	margin: 0 3px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	background-color: #fff;
	width: 16px;
	height: 16px;
	margin: 0 3px;
}
/*文字样式*/
.carousel-caption{
	line-height: 1.2;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-align: left;
	background-color: #545454 \9;
	background-color: rgba(0,0,0,0.4);
}
.carousel-control{
	top: 40%;
	left: 2%;
	width: 0%;
	opacity: .8;
	font-size: 6.0rem; font-size: 60px;
}
.carousel-control.left,
.carousel-control.right{
	background: none;
}
.carousel-control.right{
	right: 4%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
/* Carousel ==================================================================*/

.main h3{
	font-size: 2.4rem; font-size: 24px;
	color: #254087;
	font-weight: bold;
	line-height: 2.5;
}
.main h3 a{
	font-weight: normal;
	font-size: 1.8rem; font-size: 18px;
	color: #254087;
}
.main h3 a:hover{
	color: #3d61c0;
}
.col-topnews h4{
	font-size: 1.8rem; font-size: 18px;
	margin-top: 10px;
	line-height: 1.2;
}
.list-news li span{
	background: url(bg_date_esinh.png) no-repeat 0 0;
	display: inline-block;
	text-align: center;
	float: left;
	width: 66px;
	height: 80px;
	margin-top: 7px;
}
.list-news li span b {
    color: #fff;
	padding-top: 9px;
    font-size: 1.2rem; font-size: 12px;
	line-height: 10px;
    display: block;
}
.list-news li span em {
	font-size: 4.4rem; font-size: 44px;
	line-height: 56px;
    color: #2e2826;
    display: block;
	font-weight: bold;
    font-style: normal;
}
.list-news li section{
	margin-left: 80px;
	color: #254087;
}
.list-news li a{
	font-size: 2.0rem; font-size: 20px;
}
.list-news li h4{
	font-size: 1.6rem; font-size: 16px;
}
.title{
	color: #254087;
	font-size: 2.0rem; font-size: 20px;
	line-height: 1.2;
	padding: 2% 0 8% 0;
}


@media all and (min-width:992px) {
	.carousel-caption{
		padding: 15px 40px;
	}
	.carousel-caption{
		font-size: 2.8rem; font-size: 28px;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{
		width: 1200px;
		height: 450px;
	}
	.col-topnews img{
		width: 360px;
		height: 193px;
	}
	.col-topnews h4{
		height: 94px;
		overflow: hidden;
	}
	.col-topnews p{
		min-height: 68px;
	}
}

/* PC端：通用样式满足分辨率1280(1024) */
@media all and (max-width: 1169px) {
	.col-piclink img{
		float: left;
		width: auto;
		padding: 0 1%;
	}
}
@media all and (min-width:992px){
	.list-news{
		float: left;
		padding-right: 15px;
		width: 72%;
	}
	.col-piclink{
		float: left;
		padding-left: 15px;
		width: 28%;
	}
}

/* 小屏幕，主要是PAD */
@media all and (max-width: 991px) {
	.col-piclink img{
		width: 50%;
	}
}
/* 超小屏幕，主要是手机 */
@media all and (max-width: 767px) {
}
/* 微小屏幕，分辨率更低的手机 */
@media all and (max-width: 479px) {
	.col-piclink img{
		width: 100%;
	}
}