@charset "utf-8";
/* CSS Document */

a.more {
	float: right;
	color:#5060b0;
	line-height: 44px;
}
a.more:hover{
	color:#ec0515;
}
.img-border{
	border: 1px solid #cdcdcd;
	padding:2px;
}

/* Topnews
=================================*/
.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: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
@media only screen and (min-width: 991px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 658px;
		height: 370px;
	}
}

.carousel-inner .carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 1.8rem; font-size: 18px;
	padding: 15px 10px;
	text-align: left;
	background-color: #1c4177 \9;
	background-color: rgba(28, 65, 119, 0.6);
}
.carousel-inner .carousel-caption a{
	color: #fff;
}
.column-topnews-R{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#0d8fb0,endColorStr=#3db6d2); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(left, #0d8fb0, #3db6d2);        /* IE 10 */
	background: -moz-linear-gradient(left,#0d8fb0,#3db6d2);/*火狐*/ 
	background: -webkit-gradient(linear, 0 50%,100% 50%, from(#0d8fb0), to(#3db6d2));/*谷歌, Safari 4-5, Chrome 1-9*/ 
	background: -webkit-linear-gradient(left, #0d8fb0, #3db6d2);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(left, #0d8fb0, #3db6d2);  /*Opera 11.10+*/ 
	
	position:static; 
	padding-left: 25px;
}
.column-topnews-R h3{
	margin: 20px 0 10px 0;
	color:#fff;
	font-size: 2.0rem; font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.column-topnews-R h3 a:hover{
	color: #182f62;
}
.column-topnews-R p {
    color: #9fedff;
    text-indent: 2em;
    line-height: 26px;
    position: relative;
	height: 108px;
	overflow: hidden;
}
.column-topnews-R ul{
	margin:5px 0 2px 0;
	position: relative;
}
.column-topnews-R li{
	color: #fff;
	font-size: 1.6rem; font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.column-topnews-R li i{
	font-size: 1.0rem; font-size: 10px;
	padding-right: 5px;	
	color:#77def6;
}
.column-topnews-R a{
	color: #fff;
}
.column-topnews-R a:hover{
	color: #182f62;
}
.column-topnews-R span a{
	line-height: 45px;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.column-topnews{
		padding-right: 15px;
	}
	.column-topnews-L{
		padding-right: 0;
	}
	.column-topnews-R{
		padding-right: 15px;
	}
}
@media only screen and (max-width: 992px) {
	.carousel-inner .carousel-caption{
		font-size: 1.6rem; font-size: 16px;
		line-height: 24px;
	}
	.column-topnews-L{
		padding: 0;
		margin-bottom: -10px;
	}	
	.column-topnews-R p{
		height: auto;
	}
	.column-topnews-R h3{
		color:#fff;
		font-size: 1.8rem; font-size: 18px;
		line-height: 26px;
		margin: 10px 0;
		padding-top: 10px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: normal;
	}
	.column-topnews-R li {
		font-size: 1.5rem; font-size: 15px;
		line-height: 22px;
		margin-bottom: 5px;
		padding-left: 0;
		overflow: hidden; /*自动隐藏文字*/
    	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    	white-space: normal;/*强制不换行*/
	}
}

/* Main Left
=================================================*/
.wrap-ml h3{
	border-bottom: 1px solid #d3e2e4;
	line-height: 40px;
}
.wrap-ml h3 div{
	display: inline-block;
}
.wrap-ml h3 span{
	color: #fff;
	font-size: 1.8rem; font-size: 18px;
	background: url(bg_coltit_ml_gibh_2017.png) repeat left top;
	padding: 10px 70px 7px 20px;
}
.wrap-ml h3 span i{
	padding-right: 15px;
}
.wrap-ml h3 a,
.wrap-mr-col span a{
	float: right;
	font-size: 1.4rem; font-size: 14px;
	color: #32acd6;
	padding: 5px 3px 0 0;
}
.wrap-ml section{
	border-bottom: 1px dashed #76bde0;
	padding-bottom: 15px;
}
.wrap-ml section h4 a{
	font-size: 1.6rem; font-size: 16px;
	line-height: 22px;
	padding:0 5px 10px 5px;
	display: inline-block;
}
.wrap-ml section p{
	color: #8f8f8f; 
	font-size: 1.2rem; font-size: 12px;
	line-height: 20px;
}
.wrap-ml li,
.wrap-mr-col li{
	line-height: 20px;
	overflow: hidden;
}
.wrap-ml li{
	background: url(ico_plus_gibh_2017.gif) no-repeat 3px 6px;
	padding-left: 24px;
	height: 60px;
}
.wrap-ml li a{
	display: block;
}
.wrap-ml li span,
.wrap-mr-col li span{
	color: #a6a6a6;
	font-size: 1.2rem; font-size: 12px;
	line-height: 18px;
}
.wrap-ml h5 span{
	line-height: 24px;
	color: #a6a6a6;
	font-size: 1.2rem; font-size: 12px;
	padding-left: 5px;
}
.wrap-ml .col-04 li{
	background: none;
	padding-left: 0;
	height: auto;
	margin-bottom: 10px;
}
.wrap-ml .col-04 li span {
	color: #de8645;
    display: inline-block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.6em;
    margin-right: 10px;
    text-align: center;
}
.wrap-ml .col-04 li span b {
    display: block;
    font-size: 3.0rem; font-size: 30px;
    padding: 3px 0;
}
.wrap-ml .col-04 li span em {
    display: block;
    font-size: 1.2rem; font-size: 12px;
    font-style: normal;
}
.wrap-mr-col{
	border: 1px solid #c1def1;
	border-top: 4px solid #75cee3;
	padding: 0 10px;
}
.wrap-mr-col h3{
	color: #3a3c41;
	font-size: 1.8rem; font-size: 18px;
	line-height: 36px;
	text-align: center;
}
.wrap-mr-col01{
	background: #ebebeb;
}
.wrap-mr-col01 h3 {
    color: #3b5798;
    font-size: 1.6rem; font-size: 16px;
	font-weight: bold;
    padding: 10px 0 0 10px;
}
.wrap-mr-col01 h3 i {
	background: #3b5798;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
    color: #fff;
    margin-right: 10px;
	line-height: 30px;
}
.wrap-mr-col .middle-line{
	text-align: center;
}
.wrap-mr-col .middle-line:before{
	background: url(ico_plus_gibh_2017.gif) no-repeat center top #dcdee4;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    top: 8px;/*调节线高*/
    left: 0;
}
.wrap-mr-col .jdyx-line-text{
    display: inline-block;
    background: #fff;
    padding:0;
    position: relative;
	top: -4px;
}
.wrap-mr-col li{
	background: url(ico_bluesquare_gibh_2017.gif) no-repeat 0 9px;
	padding-left: 10px;
	height: 42px;
	margin-bottom: 5px;
}
.wrap-mr-col li span{
	padding-left: 5px;
}
.wrap-mr-col li{
	background: url(ico_bluesquare_gibh_2017.gif) no-repeat 0 9px;
	padding-left: 10px;
	height: 42px;
	margin-bottom: 5px;
}
.wrap-pic{
	border-top: 1px solid #d1dddf;
	padding-top: 30px;
}
.wrap-pic img{
	height: 73px;
}

/*mail
===========================================*/
.form-mailsignin {
    margin: 0 auto;
    padding: 15px;
}
.form-mailsignin input{
	border: 1px solid #e5e5e5;
	height: 32px;
	line-height: 32px;
}
.form-mailsignin input[type="text"] {
  margin-bottom: 8px;
  border-radius: 0;
  background: url(ico_login_user_gibh_2017.png) right top #fff no-repeat;
  color:#8e8e8e;
}
.form-mailsignin input[type="password"] {
  margin-bottom: 13px;
  border-radius: 0;
  background: url(ico_login_pas_gibh_2017.png) right top #fff no-repeat;
  color:#8e8e8e;
}
.form-mailsignin .form-control::-moz-placeholder{color:#d6d6d6;opacity:1}
.form-mailsignin .form-control:-ms-input-placeholder{color:#d6d6d6}
.form-mailsignin .form-control::-webkit-input-placeholder{color:#d6d6d6}
.btn-block + .btn-block{
	margin-top: 0;
}
.form-mailsignin button {
	border-radius: 0;
	font-size: 1.4rem; font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	width: 60%;
	margin: 0 auto;
}

/*Tab
===========================================*/
.wrapTabTit{
	border-bottom:1px solid #dcdee4;
	padding-top: 4px;
}
.wrapTabTit li{
	width: 50%;
	background: none;
	line-height: 36px;
	font-size: 1.8rem; font-size: 18px;
	padding: 0;
	text-align: center;
}
.wrapTabTit li a{
	text-decoration: none;
}
.wrapTabTit li.active{
	color: #fff;
	font-size: 1.8rem; font-size: 18px;
	background: url(ico_uparrow_gibh_2017.png) no-repeat center bottom #27a2bf;
}
.nav-tabs>li>a{
	margin-right:0;
	border:0 none;
	border-radius:0;
}
.nav-tabs>li>a:hover{
	border-bottom-color:transparent;
}
.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:0 none;
	border-bottom-color:transparent;
}
.tab-content{
	padding: 10px 0;
}
.tab-content li{
	height: auto;	
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}


@media only screen and (min-width: 991px){
	.wrap-ml section img{
		width: 95px;
		height: 63px;
		padding-right: 10px;
	}
	.wrap-pic li:first-child{
		padding-left: 0;
	}
	.wrap-pic li:last-child{
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px){
	.wrap-mr-col li{
		height: auto;
	}
	.wrap-pic img{
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 360px){
	.wrap-ml li{
		height: auto;
	}
}