@charset "utf-8";

.gl_cont .container{padding:15px 0px;background:#fff;}

/*gl_header*/
.gl_header{margin-top:10px;}
.gl_header_h1 span{
  float:left;
  background:#6699cc;
  padding:10px 20px;font-size:20px;color:#fff; 
  font-weight: bold;
  height: auto;
  width: 100%;
  min-height: 55px;
}
.gl_header_breadcrumb a{font-size:14px;color:#575757;}
.gl_header_breadcrumb{width:100%;padding-top:0px;padding-bottom:10px;border-bottom:1px solid #eee;}
.gl_header_breadcrumb i{color:#abadb1;}
.gl_header_breadcrumb a:hover{color:#bc0203;}
.gl_header_h1{border-bottom:3px solid #c4ceda;height: auto;border-radius: 0px 0px 0px 10px;min-height: 55px;}
.gl_header_h1,.gl_navleft{width:20%;}

@media screen and (max-width: 991px){
  .gl_header{margin-top:10px;}
}

/* left nav */
.comment_left_menu .block{background:#f1f2f5;padding-bottom:15px;}
.comment_left_menu h2{background:#f1f2f5;padding:15px 0px;color:#fff;font-size:24px;padding-left:25px;}
.contentLeft {
   float:left;
  width: 100%;
  top: 0;
  left: 0;
}
.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
  background: #eceff0;
  /* border-radius: 0px 0px 5px 5px; */
  /*! border-radius: 10px; */
}
.leftNavigation  li a.leftnav_a {
  display: block;
  padding: 12px 12px 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
  background: #eceff0;
}
.leftNavigation > li {border-bottom:#c5e3ef solid 1px;margin-top:1px;}
.leftNavigation > li > a.leftnav_a {
  font-size: 18px;
  color: #444444; 
  line-height:30px;
}

.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #f9f9f9;

}
.leftNavigation li ul li a {
  float:left;width:100%;
  font-size:14px;
  color:#1956a5; 
  margin-left:25px; 
  padding-left:12px;
}
.leftNavigation li ul li{padding-top:10px;padding-bottom:10px;float:left;width:100%;}
.leftNavigation li ul li a:hover {
  border-left: 5px solid #0ea345;
color: #ffffff;
background-color: #004ea2;

}
.leftNavigation >li > a:hover,.leftNavigation li.active > a{
  color: #fff; 
  font-weight:bold;
  text-decoration:none;
  background:#f39800;
  border-left: 5px solid #6699cc;
  color: #ffffff;
  /*! background-color: #004ea2; */
}

.leftNavigation li.active ul {
  display: block;
}

.leftNavigation > li > a .titNavIcon{display: none;float:left;width:3px;margin-left:3px;margin-right:15px;background:#f2f4fb;height:30px;border:1px solid #f2f4fb;}
.leftNavigation > li.active > a .titNavIcon,
.leftNavigation > li > a:hover .titNavIcon{

  float:left;width:3px;background:#12379b;height:30px;border:1px solid #12379b;
}

/*-----------*/

.gl_cont_right{
  width:80%;
  padding-left:30px;
  margin-top: -70px;
}
@media (max-width:991px){

  .gl_cont_right{
    width:80%;
    padding-left:30px;
    margin-top: 0px;
  }
}

.wl_gl_cont_right{width:100%;padding-left:0px;margin-top:0px;}
.wl_gl_header{width:100%;margin-top:15px;border-bottom:3px solid #c4ceda;border-radius:0px 0px 0px 10px;}
.wl_gl_header .gl_header_h1{width:140px;border:none;}

@media (max-width:767px){ 
  .gl_cont .container{padding:15px 15px 15px 15px;}
  /* .gl_header_breadcrumb{display:none;} */
}

/* img public */
.image-box,.image-box span,.img-hover,.image-box span a{float:left;width:100%;}
.image-box{padding:0px;padding-bottom:25px;position:relative;}
.image-box span{text-align:center;}
.image-box span a{font-size:14px;padding:5px 0px;color:#444444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.image-box span a:hover{color:#f09236;}
.img-hover{margin-bottom:5px;overflow: hidden;}

/* img public end */


/*peo list*/
.peo1_list > div{margin-bottom:15px;}
.peo1_list .image-box{
  border:1px solid #e5ebf4;padding:0px;
  margin-bottom:25px;
  padding:5px;
  height:100%;
  max-height:280px;
  min-height:280px;
  padding-top:15px;
  background:#f1f2f5;
  border-radius: 10px;
}
.peo1_list .image-box:hover{
  -webkit-box-shadow: 0px 0px 5px #e5ebf4;
  -moz-box-shadow: 0px 0px 5px #e5ebf4;
  box-shadow: 0px 0px 5px #e5ebf4;
}
.peo1_list .img-hover img{width:120px;/*! max-width:130px; */border:1px solid #fff;height: 168px;}
.peo1_list .image-box span{float:left;width:100%;padding:10px;}
.peo1_list .image-box span a{float:left;width:100%;color:#999;font-size:14px;}
.peo1_list .image-box span a b{font-size:16px;color:#333;width:100%;text-align: center;}
.peo1_list .image-box span a em{float:left;width:100%;font-style:normal;}

.wl_gl_cont_right .peo1_list .image-box span a{padding-left:20px;}
@media (min-width:1200px) and (max-width:1440px) {
  .peo1_list .col-md-2{width:20%;}
}
@media (min-width:992px) and (max-width:1199px) { 
  .peo1_list .col-md-2{width:20%;}
}
@media (max-width:767px){  
  .peo1_list .image-box span a{padding:0px;text-align:center;}
}



/*peo1_new*/
.peo1_newlist ul{padding:0px;}
.peo1_newlist ul li{width:20%;text-align:center;line-height:24px;padding:5px 0;}
.peo1_newlist ul li a{ font-size:16px;color:#444; }
.peo1_newlist ul li a:hover { font-size:16px;color:#12379b; font-weight:bold;}
@media (max-width:992px){  
  .peo1_newlist ul li{width:25%;text-align:center;line-height:24px;padding:5px 0;}
}
@media (max-width:767px){  
  .peo1_newlist ul li{width:30%;text-align:center;line-height:24px;padding:5px 0;}
}
@media (max-width:570px){  
  .peo1_newlist ul li{width:50%;text-align:center;line-height:24px;padding:5px 0;}
}


/* img text list */
.gl_imglist_dl{position: relative;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #e5ebf4;}
.gl_imglist_dt{float:left;width:260px;overflow:hidden;}
.gl_imglist_dt a img{width:260px;}
.gl_imglist_dd{display: table-cell;padding-left:15px;}
.gl_imglist_dd h5{padding:0px;margin:0px;color:#bbb;font-size:16px;font-weight:400;}
.gl_imglist_dd h5 a{color:#024096;line-height:22px;font-size:18px;font-weight:bold;}
.gl_imglist_dd  p{float:left;width:100%;margin-top:5px;margin-bottom:0px;line-height:26px;font-size:15px;color:#888;}
.gl_imglist_dd h5 a:hover{color:#c83c37;}

@media (max-width: 480px) {
    .gl_imglist_dt{float:left;width:100%;text-align:center;}
    .gl_imglist_dt a img{width:100%;}
    .gl_imglist_dd{padding:0px;padding-top:15px;}
}
.gl_imglist_dt a img{ 

  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.gl_imglist_dt a img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}

/* images list */
.gl_images_list{overflow: hidden;}
.gl_images_list .image-box .img-hover img{width:280px;height:197px;max-width:100%;}
.gl_images_list .gl_mar{margin:0px -15px;}
.gl_images_list .gl_padd{padding:0px 15px;}
.gl_images_list .image-box span a{height:43px;padding:0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space:inherit;
}
@media (min-width:1440px) {
  .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:323px;height:200px;max-width:100%;}
}
@media (min-width:1200px) and (max-width:1399px) { 
  .gl_images_list .image-box .img-hover img{width:280px;height:150px;max-width:100%;}
  .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:280px;height:160px;max-width:100%;}
}
@media (max-width:1199px) { 
  .gl_images_list .image-box .img-hover img{width:280px;height:120px;max-width:100%;}
  .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:280px;height:160px;max-width:100%;}
}
@media (max-width: 992px) {
  .l_images_list .image-box span a{height:auto!important;font-size:14px;padding:5px 0px;color:#444444;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  }
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:180px;}
}
@media (max-width: 768px) {
  .gl_images_list .gl_mar{margin:0px 0px;}
  .gl_images_list .gl_padd{padding:0px 50px;}
  .gl_images_list .image-box span a{font-size:14px;color:#444444;}
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;}
}
@media (max-width: 680px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:125px;}
}
@media (max-width: 550px) {
  .gl_images_list .gl_mar{margin:0px -15px;}
  .gl_images_list .gl_padd{padding:0px 15px;}
}
@media (max-width: 400px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:187px;height:100px;}
}

.layout_default{
  float:left; margin:5px auto;
  /* -webkit-box-shadow: 0px 0px 3px #bbb;
  -moz-box-shadow: 0px 0px 3px #bbb;
  box-shadow: 0px 0px 3px #bbb; */
  padding-bottom:15px;
  margin-bottom:15px;
  border: 1px solid #eee;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #mbBottom #mbTitle{visibility: hidden}
  #mbBottom #mbNumber{visibility: hidden}
}

.gl_images_list .image-box .img-hover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-radius: 5px 5px 0px 0px;
}
.gl_images_list .image-box .img-hover {
  display: block;
  overflow: hidden;
}
.gl_images_list .image-box .img-hover {
    position: relative;
}
.gl_images_list .image-box .img-hover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gl_images_list .image-box .img-hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*xiang qing */
.gl_dp_content h1.gl_xq_h1{font-size:22px;font-weight:bold;color:#04236d;}
.gl_xq_ly{border-bottom:2px solid #e9e9e9;background:#fbfbfb;}
.gl_xq_ly font{font-size:14px;color:#999;}
.gl_dp_content p{font-size: 16px;line-height: 32px;margin-bottom: 20px;clear: both;margin-top: 10px;}
.gl_dp_content span.gl_wzimg{text-align:center;}
.gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.gl_dp_content span.gl_wzimg b,.gl_dp_content p span,.gl_dp_content span{font-weight:400!important;font-size: 16px;line-height: 32px;margin-bottom: 20px;clear: both;margin-top: 10px;}
.xl_titleyt1{text-align:center; font-size:18px; font-weight:normal;color: #3d55a7;margin:26px auto -10px;}
.xl_title_sub{text-align:center; font-size:20px; font-weight:normal;color: #3d55a7;}
.cas_content {font-size:16px;line-height:28px;margin-bottom:10px;clear: both;margin-top: 10px;}

@media (max-width: 992px) {
    .gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{/* width:100%; *//* height:auto; *//* max-width:554px; */}
}
@media (max-width: 600px) {
    .gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{/* width:100%; *//* height:auto; */}
}

.gl_xg_dwn{border-top:1px dashed #ddd;padding-top:15px;position:relative;}
.gl_xg_dwn div.gl_fj_tit{width:100px;font-size:16px;padding:0px;line-height:30px;}
.gl_xg_dwn div.gl_fj_tit img{margin-right:10px;}
.gl_xg_dwn a{padding-left:100px;width:100%;line-height:30px;font-size:16px;}
.gl_xg_dwn a:hover{color:#f09236;}



.gl_fj_dwn{padding-top:15px;position:relative;}
.gl_fj_dwn div.gl_fj_tit{width:100px;font-size:16px;padding:0px;padding-bottom:15px;position:absolute;line-height:30px;}
.gl_fj_dwn div.gl_fj_tit img{margin-right:10px;}
.gl_fj_dwn a{padding-left:100px;width:100%;line-height:30px;font-size:16px;}
.gl_fj_dwn a:hover{color:#f09236;}

@media (max-width: 991px) {
    .gl_fj_dwn div.gl_fj_tit{width:100px;padding-left:0px;padding-bottom:0px;position:initial;}
    .gl_fj_dwn a{padding-left:0px;line-height:30px;font-size:16px;}
}


/*-----left nav -----*/
@media (max-width:991px){  
  .gl_header{position: relative;/*! border-radius:0px 0px 0px 10px; */border-bottom:3px solid #c4ceda;}
  .gl_header_h1{width:160px;border:none;}
  #left_nav_show{display:none;}
  .gl_cont_right{width:100%;padding-left:0px;}
  .left_nav{margin:0px;margin-top:10px;}
  .left_nav .fa-2x{font-size:22px;color:#1051aa;}
  .gl_header .gl_navleft{
    width:100%;
    background:transparent;
    top:50px;
    z-index: 9999;
    zoom:1;
    /* -webkit-box-shadow: 0px 0px 10px #bbb;
    -moz-box-shadow: 0px 0px 10px #bbb;
    box-shadow: 0px 0px 10px #bbb; */
  }
  .leftNavigation .fa-angle-right{float:right;margin-top:5px;color:#12379b;}

}

/*page*/
#page{text-align:center;}
#page a,#page span.page_act{font-size:14px;border:1px solid #eee;height:20px;line-height:20px;padding:0px 5px;}
#page .page_con{margin-right:15px;color:#12379b;}
#page .page_act{padding:0px 5px;color:#555;}
#page .page_nolink{color:#12379b;border:1px solid #ebebeb;}
#page .page_nolink:hover{background:#12379b;color:#fff;}
#page .page_t{margin-left:15px;}
#page input{height:22px;border:1px solid #eee;}
#page .page_btn{background:#12379b;color:#fff;}

.xl_box{font-size:14px; line-height:30px;color:#5d5d5d}
.xl_box{float:left; padding-top:10px}
.xl_box_t img{ margin-right:8px; vertical-align:middle}
.xl_box_t{font-size:16px; font-weight:bold}
.xl_flie_list li a{color:#5676ca}
.xl_flie_list{float:left}
.xl_list2 li{background:url(next_list.png) no-repeat left center; margin: 18px 0; padding-left:18px}
.xl_list2 li a{color:#5d5d5d}
.xl_list2 li a:hover {color:2966ca;}
.xl_list2{margin-bottom:10px}


/*信息公开*/
.xxgk_lb{background:#f5f5f5;padding-bottom:20px;}
.xxgk_tit_lb{float:left;
	font-weight:bold;
	font-size:16px;
	border:none!important;
	color:#444;
	border-radius:0;
	cursor: pointer!important;
	padding:13px 20px 13px 40px;
	background:url(lb_icon.png) left center no-repeat;
}

.more_link{font-weight:400;color:#5980d1;font-size:14px;margin-left:25px;}
.linkcont_lb a{background: url(next_list.png) left 10px no-repeat;padding-left:20px;line-height:200%;font-size: 16px;color:#444444;}
.linkcont_lb a:hover{color:#f09236;}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .linkcont_lb a{width:20%;}
    .linkcont_lb a:last-child{width:25%;}
}
@media screen and (max-width: 768px){
.xxgk_lb .container{padding:0px 15px;}
}


.bmBox img{width:250px; height:75px; float:left; margin:0 20px 20px 0}
.bmBox{width:1064px}

@media screen and (max-width: 1300px) and (min-width: 1024px)
.bmBox {
    width: 800px;
}
@media="screen and (min-width: 768px) and (max-width: 1023px)"
.bmBox {
    width: auto;
}
@media="screen and (max-width: 767px)"
.bmBox {
    width: auto;
}

/*右侧滑入*/
#adspace img {max-width: 320px;height: auto; display: inherit;}



/* lanmu text title */
.lanmu1 { height:44px; background: url(isl-navbg.gif) repeat-x bottom;margin-bottom: 20px;}
.lanmu1_l{ height:44px; line-height:30px; color:#004280; font-weight:500; float:left; font-size:22px; border-bottom: #DB2427 solid 2px;}
.lanmu1_r{ line-height:44px; float:right; color:#bddcff; font-family: Arial; font-size:12px;}
.lanmu1_r a{ color:#1b84c6; text-decoration:none;}
.lanmu1_r a:hover{ color:#F00307; text-decoration:none;}

.secondarybox { display:block; overflow:hidden;}
.secondarydetailbox { display:block; overflow:hidden; padding:20px 28px 25px 28px;}
.secondarydetailbox form {background: #f9f9f9; padding: 15px 13px 5px 10px; border-radius: 2px; border: #ececec solid 1px;}
.secondarydetailbox .jsbox {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 700; */ font-size: 13px; background: #f9f9f9; width:76px;}
.secondarydetailbox .jsbox1 {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 700; */ font-size: 13px; background: #f9f9f9; width:84px;}
.secondarydetailbox select.form-control {padding-right: 5px;margin-bottom: 0px;height: 30px;}
.secondarydetailbox .p0 { padding:0px;}
.bgbai1 {background:url(isl_ztbg.gif) repeat-x #ffffff top;border: #aedbeb solid 1px;}
@media (max-width: 1199px) {

	}
@media (max-width: 991px){

}
@media (max-width: 767px) {
    .secondarydetailbox { padding:20px 15px 25px 15px;margin-bottom: 18px;}
	}
