@charset "utf-8";
/* css document */


a.more {
	float: right;
	background: #de9c4d;
	color:#fff;
	font-size: 1.2rem; font-size: 12px;
	margin-top: 18px;
	padding: 2px 12px;
	font-weight: normal;
	line-height: 18px;
}
a.more:hover{
	color:#6e3c00;
}

.img-border{
	border: 1px solid #cdcdcd;
	padding:2px;
}

/* carousel ==================================================================*/
.carousel-indicators {
	bottom: 2%; /*距容器carousel底部10px*/
	/*让整个计数区水平居中*/
	left: 85%;
	margin-left: -20px;
	text-align: right;
	width: 15%;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 0 none;
	border-radius: 12px;
	margin: 0 2px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0 2px;
	background-color: #094cbb;
}
/*文字样式*/
.carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 1.8rem; font-size: 18px;
	line-height: 22px;
	padding: 10px;
	text-align: left;
	background-color: #183990 \45;
	background-color: rgba(24,57,144,0.45);
	text-shadow: none;
}
.carousel-control{
	top: 46%;
	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
}
.main-indexleft{}
.main-indexleft h3,
.main-indexright h3{
	border-left: 7px solid #4467cb;
	font-size: 2.0rem; font-size: 20px;
	padding-left: 12px;
	line-height: 1.4;
}
.main-indexleft h3 a,
.main-indexright h3 a{
	float: right;
	font-size: 1.4rem; font-size: 14px;
	border-radius: 20px;
	line-height: 2;
	padding: 0 30px;
}
.main-indexleft h3 a{
	color: #fff;
	background-color: #6c95ff;
}
.main-indexleft h3 a:hover{
	background-color: #4467cb;
}
.main-indexright h3 a{
	color: #777;
}
.main-indexright h3 a:hover{
	color: #024cc5;
}
.main-indexleft section{
	border: 1px solid #6c95ff;
	border-top: 5px solid #6c95ff;
	padding: 10px;
}
.main-indexleft section h4{
	font-size: 1.4rem; font-size: 14px;
	font-weight: bold;
}
.main-indexleft section time{
	float: right;
	font-weight: normal;
}
.main-indexleft section time i{
	font-style: normal;
	font-size: 1.2rem; font-size: 12px;
}
.fontlist li{
	background: url(/uploads/image/images/ico_greypoint.png) no-repeat left 10px;
	padding-left: 15px;
	line-height: 1.8;
}
.fontlist li time{
	float: right;
	color: #a5a5a5;
	font-size: 1.3rem; font-size: 13px;
}
.main-indexright section{
	background: #f2f4fb;
	padding: 10px 0;
}
.linklist li{
	background: url(/uploads/image/images/ico_bluearrow.png) no-repeat right 10px;
	line-height: 1.6;
}

@media all and (min-width:480px){
	.main-indexleft section p{
		height: 40px;
		overflow: hidden;
	}
}
@media only screen and (min-width:768px){

}
@media all and (min-width:992px){
	.carousel-caption{
		padding-right: 14%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{
		width: 617px;
		height: 347px;
	}
}
@media all and (min-width:1170px){
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{
		width: 750px;
		height: 422px;
	}
	.main-indexleft section h4{
		font-size: 1.6rem; font-size: 16px;
	}
	.main-indexleft section time b{
		font-size: 1.8rem; font-size: 18px;
	}
}

/* pc端：通用样式满足分辨率1280(1024) */
@media all and (max-width: 1169px) {
	
}
/* 小屏幕，主要是pad */
@media all and (max-width: 991px) {
	
}
/* 超小屏幕，主要是手机 */
@media all and (max-width: 767px) {
}
/* 微小屏幕，分辨率更低的手机 */
@media all and (max-width: 479px) {
}