/* CSS Document */
a.more {
	float: right;
	font-size: 1.4rem; font-size: 14px;
	color:#777;
	line-height: 2;
}
a.more:hover{
	color:#3c61c2;
}

/* Headline
===========================================================================================================================================================================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0);
	border:2px solid #019de5;
	border-radius: 10px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 1.6rem; font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	background-color: #3c61c2 \9;
	background-color: rgba(0,0,0,0.5);
}
.carousel-control{
	background: none;
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -3%;
}
.carousel-control.right{
	right: -3%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}

.col-headline{
	padding:25px 8px 5px 12px;
}
.col-headline h3{
    background: url(ico_index_topnews_2016.png) no-repeat 0 0;
    padding-left: 39px;
    line-height: 1.5;
    color: #356fae;
    font-size: 2.0rem; font-size: 20px;
    font-weight: bold;
}
.col-headline h3 a {
    float: right;
    color: #2e84d2;
	font-size: 1.4rem; font-size: 14px;
    line-height: 2.6;
	font-weight: normal;
}
.col-headline h3 a:hover{
	text-decoration: underline;
}
.col-headline ul li{
	border-bottom:1px solid #c6d6dd;
	line-height:1.6;
	padding: 8px 0;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
	.wrap-headline{
		padding: 15px;
	}
	.border-headline{
		padding-right:15px;
		background: #d6e3e9;
		background: -moz-linear-gradient(#f5f7f8,#d6e3e9); /* Firefox 3.6 - 15 */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(#f5f7f8), color-stop(#d6e3e9));
		background: -webkit-linear-gradient(#f5f7f8,#d6e3e9); /* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(#f5f7f8,#d6e3e9); /* Opera 11.1 - 12.0 */
		background: -ms-linear-gradient(#f5f7f8,#d6e3e9);
		background: linear-gradient(#f5f7f8,#d6e3e9); /* 标准的语法 */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f8', endColorstr='#d6e3e9',GradientType=0 ); /*ie9-*/
	}
	:root .gradient{filter:none;} /*ie9*/
	
	.col-topimg, .col-headline{
		position: relative;
		float: left;
	}
	.col-headline{
		width: 41.66666667%;
		
		display: inline-block;
		overflow: hidden;
	}
	.col-topimg, .main-left ul{
		width: 58.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 548px;
		height: 311px;
	}
	.col-headline h3{
		font-size: 1.6rem; font-size: 16px;
		overflow: hidden;
	}
}
@media screen and (min-width: 1170px) {
	img{width: auto;}
	
	.col-topimg{
		width: 58.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 656px;
		height: 369px;
	}
	.carousel-inner .carousel-caption{
		font-size: 1.7rem; font-size: 17px;
	}
	.col-headline{
		width: 41.66666667%;
	}
	.col-headline h3{
		font-size: 2.0rem; font-size: 20px;
	}
}

@media \0screen\,screen\9 {
	.wrap-headline{
		padding: 15px;
	}	
	.border-headline{
		background: #3278d7;
		-moz-box-shadow:2px 4px 6px #d4e1f0;
		-webkit-box-shadow:2px 4px 6px #d4e1f0;
		box-shadow:2px 4px 6px #d4e1f0;
	}
	.col-topimg, .col-headline, .main-left, .main-right{
		position: relative;
		float: left;
	}
	.col-topimg{
		width: 66.66666667%;
	}
	.col-headline{
		width: 33.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 427px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
	.col-headline h3{
		font-size: 1.6rem; font-size: 16px;
		overflow: hidden;
	}
	.col-headline ul li{
		border-bottom:1px solid #c6d6dd;
		line-height:1.6;
		padding: 9px 0;
	}
}

.column-tabs{
	padding-bottom:6px;
}
.column-tabs .wrap-tit{
	border-bottom:3px solid #2e84d2;
}
.column-tabs .column-title{
	padding:0 33px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	background: #e9edef;
	background: -moz-linear-gradient(#ecf0f1 50%,#e9edef 50%); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ecf0f1), color-stop(50%,#e9edef));
	background: -webkit-linear-gradient(#ecf0f1 50%,#e9edef 50%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ecf0f1 50%,#e9edef 50%); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#ecf0f1 50%,#e9edef 50%);
	background: linear-gradient(#ecf0f1 50%,#e9edef 50%); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#e9edef',GradientType=0 ); /*ie9-*/
}
:root .gradient{filter:none;} /*ie9*/
.column-tabs .wrap-tit .active{
	font-weight:bold;
	padding:0 33px;
	height:41px;
	line-height:41px;
	color:#fff;
	background: #2074ca;
	background: -moz-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2e84d2), color-stop(50%,#2074ca));
	background: -webkit-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#2e84d2 50%,#2074ca 50%); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#2e84d2 50%,#2074ca 50%);
	background: linear-gradient(#2e84d2 50%,#2074ca 50%); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e84d2', endColorstr='#2074ca',GradientType=0 ); /*ie9-*/
}
:root .gradient{filter:none;} /*ie9*/

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
	color:#fff;
	cursor:default;
	background-color:transparent;
	border:none;
}
.column-tabs .column-more{
	float:right;
	font-size:1.0rem; font-size:10px;
	margin:7px 0;
	padding:0 12px;
	height:26px;
	background:#4584bc;
	border:1px solid #2e84d2;
	line-height:26px;
	color:#fff;
}
.tab-content .tab-pane{
	margin:15px 0;
}
.tab-content .tab-pane ul{
	margin:0 10px 0 0;
}
.tab-content .tab-pane li{
	background:url(ico_square5_blue_2016.gif) no-repeat left 7px;
	line-height:27px;
	padding-left:12px;
	margin:4px 0;
}
.tab-content .tab-pane a img{
	background:none;
	display:block;
	width:100%;
}
.tab-content .tab-pane span{
	line-height:20px;
	color:#fff;
	display:block;
	background:#4584bc;
	padding:8px 12px;
}

#wrap-content .column-right-01{
	border-top:3px solid #af3013;
	margin-bottom:26px;
}
#wrap-content .column-right-01 .wrap-right-01{
	border:1px solid #a40000;
	margin-top:2px;
}
.note_tab{width: 100%;display: flex;}
.note_tab .tit{cursor: pointer;}
.note_nore{flex:1;display: flex;justify-content: flex-end;}
.note_nore a.more{color: #d0664d;display: none;}
.note_nore a.more:nth-child(2){color:#489895;}
.note_nore a.active{display: block !important;padding-right: 18px;font-size: 10px;color: #d0664d;}
.note_switch .switch{display: none;}
.note_switch .switch.active{display: block !important;}
#wrap-content .column-right-01 .wrap-right-01 .tit{
	background:url(bg_index_right_01_2016.png) no-repeat scroll left top;
    color: #fff;
	font-size:1.6rem; font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: -3px;
	margin-left:12px;
    width: 156px;
	padding-left:56px;
}
#wrap-content .column-right-01 .wrap-right-01 .tit:nth-child(2){
	background:url(bg_index_right_02_2016.png) no-repeat scroll left top;
    color: #fff;
	font-size:1.6rem; font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: -3px;
	margin-left:12px;
    width: 156px;
	padding-left:56px;
}
#wrap-content .column-right-01 .wrap-right-01 span a{
	float:right;
	padding-right:18px;
	font-size:10px;
	color:#af3013;
	font-weight:normal;
}
#wrap-content .column-right-02{
	border-top:3px solid #057672;
}
#wrap-content .column-right-02 .wrap-right-02{
	border:1px solid #439794;
	margin-top:2px;
}
#wrap-content .column-right-02 .wrap-right-02 .tit{
	background:url(bg_index_right_02_2016.png) no-repeat scroll left top;
    color: #fff;
	font-size:1.6rem; font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: -3px;
	margin-left:12px;
    width: 156px;
	padding-left:56px;
}
#wrap-content .column-right-02 .wrap-right-02 span a{
	float:right;
	padding-right:18px;
	font-size:10px;
	color:#057672;
	font-weight:normal;
}
#wrap-content .column-right-01 .column-list-01,
#wrap-content .column-right-02 .column-list-01{
	padding:9px;
	background: #ebf3f6;
	background: -moz-linear-gradient(#ffffff,#ebf3f6); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#ffffff), color-stop(#ebf3f6));
	background: -webkit-linear-gradient(#ffffff,#ebf3f6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ffffff,#ebf3f6); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#ffffff,#ebf3f6);
	background: linear-gradient(#ffffff,#ebf3f6); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf3f6',GradientType=0 ); /*ie9-*/	
}
:root .gradient{filter:none;} /*ie9*/
#wrap-content .column-right-01 .column-list-01 li{
	background:url(ico_square5_blue_dred_2016.gif) no-repeat 13px 7px;
	line-height:27px;
	padding:0 17px 0 25px;
	margin:4px 0;
}
#wrap-content .column-right-01 .column-list-01 li{
	background:url(ico_square5_blue_dred_2016.gif) no-repeat 13px 7px;
	line-height:19px;
	padding:0 17px 0 25px;
	margin:4px 0;
}
#wrap-content .column-right-02 .column-list-01 li{
	background:url(ico_square5_blue_dgreen_2016.gif) no-repeat 13px 7px;
	line-height:27px;
	padding:0 17px 0 25px;
	margin:4px 0;
}
/*marquee*/
.dowebok { height: 193px;font-size: 14px; padding:10px;}

.column-yjdy{
	margin:32px 0 32px 15px;
}
.column-yjdy span{
	float:left;
	color:#fff;
	font-size:2.2rem; font-size:22px;
	font-weight:bold;
	line-height:26px;
	padding:23px 28px 0 0;
	text-align:right;
}
.column-yjdy span a{
	font-size:1rem; font-size:10px;
	font-weight:normal;
	color:#fff;
}
.column-yjdy .tit-yjdy{
	background:url(bg_index_yjdy_2016.jpg) no-repeat left top;
	width:99px;
	height:195px;
	display:block;
}
.contnet-yjdy{
	background:#ffffff;
	padding:10px 8px 0 8px;
	margin-left:115px;
}
.contnet-yjdy .contnet-yjdy-left{
	width:51%;
	float:left;
}
.contnet-yjdy .contnet-yjdy-right{
	width:48%;
	float:right;
	margin-left:3px;
}
.contnet-yjdy li {
	background:#f5f7f8;
}
.contnet-yjdy li.grey{
	background:#fcfdfd;
}
.contnet-yjdy li i{
	color:#4584bc;
	padding:0 3px;
}

@media screen and (max-width:768px){
	.contnet-yjdy .contnet-yjdy-left,
	.contnet-yjdy .contnet-yjdy-right{
		width:100%;
		background:#f00;
		float:none;
	}
}
.contnet-yjdy li{
	line-height:29px;
}
.column-database{
	border-top:2px solid #356fae;
	background:#fff;
	margin:32px 15px 32px 0;
	padding:0 15px 12px 25px;
}
.column-database h3{
	color:#356fae;
	font-size:2.2rem; font-size:22px;
	line-height:47px;
}
.column-database li{
	float:left;
	margin:0 2px 2px 0;
}
.column-database .images-content{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom:0;
	width: 100%;
	color: #fff;
	background: rgba(53,111,174,.5);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.column-database .images-wrapper{
	text-align:center;
	width:130px;
	height:65px;
	position:relative;
} 

.column-pop:first-child{
	padding:15px 0 15px 30px;
}
.column-pop{
	padding:15px 0 15px 15px;
}
@media screen and (max-width:1024px){
	.column-pop:first-child{
		padding:15px 0 15px 15px;
	}
}
@media screen and (max-width:768px){
	.column-pop{
		padding-left:50px;
	}
	.column-pop:first-child{
		padding-left:50px;
	}
}
.column-pop a{
	color:#356fae;
	font-size:1.8rem; font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.column-pop span {
    border: medium none;
    border-radius: 50%;
    display: inline-table;
    height: 99px;
    padding-top: 17px;
    text-align: center;
    width: 99px;
	margin-right:5px;
	
	background: #d6e3e9;
	background: -moz-linear-gradient(#f5f7f8,#d6e3e9); /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f5f7f8), color-stop(#d6e3e9));
	background: -webkit-linear-gradient(#f5f7f8,#d6e3e9); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f5f7f8,#d6e3e9); /* Opera 11.1 - 12.0 */
	background: -ms-linear-gradient(#f5f7f8,#d6e3e9);
	background: linear-gradient(#f5f7f8,#d6e3e9); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f8', endColorstr='#d6e3e9',GradientType=0 ); /*ie9-*/
}
:root .gradient{filter:none;} /*ie9*/

.column-link{
	margin:34px 15px 34px 15px;
	border:1px solid #bfd0df;
	border-top:2px solid #bfd0df;
	background:#fff;
	padding-bottom:14px;
}
.column-link .tit{
	background:url(bg_link_2016.png) no-repeat scroll left top;
	margin:0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin-top: -12px;
    text-align: center;
    width: 138px;
}
.column-link li{
	line-height:26px;
}

.wrap-grey{
	background:#f5f7f8;
}

