*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}

 
      .seach{
          display: block;
      }
       
      .form-control{
          border: 1px solid #177ce9;
      }
      .input-group{
      	width: 200px;
      }
      .btn{ 
          background: #177ce9;
          color: white;
              border: 1px solid #177ce9;
      }
      .btn:hover{
          background: #122b88 !important;
          color: white !important;
              border: 1px solid #122b88 !important;
      }
 
.serch a{
	color: #FFF;
	margin-right: 10px;
}
/*头部*/
.top-nav{
	 
	width: 100%;
}
/*栏目通用头部*/
 
/*头部*/
.header{
	width: 100%;
	color: white;
	z-index: 100;
	position: relative;
}

.header-logo{
	/*background-color:#497200 ;*/
	background: rgba(0,125,209,0.8);
	padding: 15px 0;
}
@media only screen and (max-width:991px ) {
	.header-logo{
		display: none;
	}
}
.header-logo span{
	font-family: "微软雅黑";
	/*font-size: 24px;
	display: block;
	margin-top: 18px;*/
}
@media (max-width:992px ) {
	.header-logo span{
		display: none;
	}
}
.header-logo img{
	width: 100%;
}

/*列表*/
.nav-top ul li{
	float: left;
}
.nav-top ul li a{
	color: #000000;
	display: block;
	padding: 10px;
	font-size: 15px;
}


/*内容块*/
.showimg ,.news,.notice{
	padding: 20px 0;
}
.notice{
 background: #f0f3f8;
}
.notice>div{
	padding-left: 0;
	padding-right: 0;
}
/*内容通用头部*/
.top-left{
	margin-top: 30px;
}
.top-text {
	text-align: center;
}
.top-text h4{
	font-weight: bold;
	color:#313131;
	font-size: 23px;
}
.top-text h5{
	font-size: 10px;
	color: #8796a9;
}
.top-text p img{
	width: 100%;
}
/*更多*/
.footer-more{
	text-align: center;
	border-bottom: 1px solid #778495;
	margin: 15px 0 !important;
}
.footer-more a{
	display: block;
	padding: 5px 10px ;
	border: 1px solid #778495;
	background: white;
	margin-bottom: -15px !important;
	width: 120px;
	margin: 0 auto;
	color: #778495;
	transition: all 0.36s ease;
	overflow: hidden;
}
.footer-more a:hover{
	background: #3488ea;color: white;
	border-radius: 3px;
}
/*新闻动态*/
.news-img{
	padding: 0;
	max-height: 210px;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	transition: all 0.36s ease;
}
.news-box h4{
	/*font-weight: bold;*/
	color: #515151;
	font-size: 16px;
}
.news-box p{
	color: #aeaeae;
	height: 70px;
	/*text-indent: 2em;*/
	line-height: 25px;
}
.news-time{
	padding: 10px 15px;
	height: 45px !important;
	margin: 0 -15px;
	 
}
.news-time img{
	float: right;
	width: 16px;
	margin-top: 5px;
}
.news .col-md-4 a{
	display: block;
	overflow: hidden;
	border: 1px solid #cdd1d0;
	margin-top: 15px;
}
.news .col-md-4 a:hover{
	background: #bcbcbc;
}
.news a:hover .news-box h4,.news a:hover .news-box p,.news a:hover .news-time{
	color: white;
}
.news a:hover .news-img img{
	transform: scale(1.05);
}
.news a:hover .news-time{
	background: #3488ea;
}
/*通知公告*/
.n-time{
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 15px;
}
.n-time .day{
	color: #949494;
	font-size: 30px;
}
.n-time .year{
	color: #b7b9b8;
	font-size: 13px;
}
.n-box h5{
	color: #737373;
	font-size: 16px;
	font-weight: 600;
	margin: 25px 0;
}
.n-box p{
	color: #b1b1b3;
	height: 40px;
}
.notice .col-sm-4 a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 225px;
	margin: 20px 10px;
}
.n-box div{
	text-align: right;
}
.n-box{
	position: absolute;
	bottom: 0px;
	width: 100%;
	transition: all 0.36s ease;
	overflow: hidden;
}
.n-time{
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	transition: all 0.36s ease;
}
.notice .col-sm-4 a:hover .n-box{
	bottom: 70px;
	border-top:1px solid #007dd1 ;
}
.notice .col-sm-4 a:hover .n-box h5{
	color: #3488ea;
}
.notice .col-sm-4 a:hover .n-time{
	top: 150px;
	border: none;
	background: #3488ea;
	padding: 5px 8px 8px 8px;
}
.notice .col-sm-4 a:hover .n-time .year,.notice .col-sm-4 a:hover .n-time .day{
	color: white;
}
/*图片展示*/
#lun3{
	margin-top: 10px;
}
.honor-title{
	padding: 18px 10px;
	background: white;
	color: #818181;
	font-size: 16px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	
	
}
.honor-img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

#lun3 .slideItem a{
	display: block;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
#lun3 .slideItem>div>a>div{
		box-shadow: 3px 0px 10px #8a8a8a;
}
.icon{
	display: block;
	text-align: center;
	position: absolute;
	left: 45%;
	top: -50px;
	transition: all 0.6s ease;
	opacity: 0;
}
.icon img{
	width: 40px !important;
	height: 40px;
}
#lun3 .slideItem>div>a:hover>div{
	opacity: 0.8;
}
#lun3 .slideItem a:hover .icon{
	top: 40%;
	opacity: 1;
}
#lun3 .slideItem a:hover .honor-title{
	border-bottom: 2px solid #3488ea !important;
}
#lun3 .slideItem a:hover{
	box-shadow: 2px 2px 3px #d0d0d0;
}
#lun3 .dotList{
	bottom:-15px !important;
}
#lun3 .dotList li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#lun3 .left{
	left: 15px;
}
#lun3 .right{
	right: 15px;
}
/*内容*/
@media (max-width:768px ) {
	.top-text h4{
		font-size: 18px;
	}
	.slide{
		margin-top: 50px;
	}
}
/*文字溢出处理*/
.news-box h4,.n-box h5{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
.n-box p,.honor-title p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
	
}
/*3行*/
.news-box p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	overflow: hidden;
	
}


/*footer*/
 
a,
a:hover,
a:active {
  text-decoration: none;
}
li {
  list-style-type: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/*页脚-begin*/
body > footer {
  color: #707c8c;
  font-size: 12px;
}
body > footer li,
body > footer ul {
  /*clear: both !important;*/
  display: block !important;
  width: 100%;
}
body > footer > div {
  padding: 40px 0 15px 0;
  background-color: rgba(0,125,209,0.8);
}
body > footer a {
  color: #FFF;
}
body > footer a:hover {
  color: white;
}
body > footer img {
  width: 90%;
}
body > footer h4 {
   margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0;
  color: #FFF;
}
body > footer h4:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 1px;
  background: #3488ea;
  bottom: 0;
  left: 0;
}
body > footer h4:after {
  position: absolute;
  content: "";
  width: 83%;
  height: 1px;
  background: #cccccc;
  left: 17%;
  bottom: 0;
}
.icon-angle-right {
    display: inline-block;
    background: url(../images/jiantou.png);
    width: 6px;
    height: 9px;
    }
body > footer .icon-angle-right,
body > footer .icon-map-marker,
body > footer .icon-phone {
  margin-right: 5px;
}
body > footer .col-nav li {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 20px;
  color: #FFF;
}
body > footer .red-river {
  padding: 10px 0 5px 0;
  color:#a2a2a2 ;
}
body > footer .red-river img{
  width: 16px;
  margin-right:3px ;
}
body > footer .red-river li{
	line-height: 24px;
}
body > footer .copyright {
	color: #FFF;
  background-color: rgba(0,125,209);
  text-align: center;
  padding: 10px 5px;
}

/*List 列表页*/



/************主内容区*********/
.main{
    padding: 30px 0 30px;
    background-color: #efefef;
}



/****折叠面板*****/
.my-panel{
    margin: 0 -15px 0;
    border-bottom: none;
}
.panel-heading{
    padding: 0;
    border: none;
}
.panel-title a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.panel-heading a:before {
    content: '\002b';
    position: absolute;
    font-family:'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #1e75db;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.panel-heading a:focus{
    text-decoration: none;
}
.panel-heading a:after {
    content: ' ';
    font-size: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    color: #1e75db;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-heading.active a:after {
    content: '\2212';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body{
    margin: 0;
    padding:0 10px;
}

.panel-body a{
    display: block;
    padding:15px;
    font-size: 15px;
    color: #444;
    text-align: center!important;
    border-bottom: 1px dashed #ddd;
}
.panel-body li.active a{
    color: #1e75db;
}
.panel-body li:last-of-type a{
    border-bottom: none;
}

.left-menu{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.left-menu header{
    padding: 20px 0 5px 50px;
    color: #fff;
    background-color: #024a93;
}
.left-menu header h3{
    margin: 0;
    font-weight: 800;
}
.left-menu header p{
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-menu li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding:0 20px 0 50px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.left-menu li.last-li a{
   border: none;
}

.left-menu li.active a,.left-menu a:hover{
    color: rgba(0,70,140,.8);
}

.right-uls .content{
    min-height: 400px;
    padding-bottom: 40px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.right-uls .content header{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background:#f8f8fa;
    font-weight: bold;
}
.right-uls .content header span{
    font-size: 14px;
}
.news-uls{
    margin-bottom: 30px;
    padding: 0 40px;
}
.news-uls li a{
    display: block;
    color: #737373;
    padding: 20px 0 20px;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
}
.news-uls li a:hover h4{
    color: rgba(0,70,140,.8);
}
.news-uls li a h4{
    display: inline-block;
    width: 70%;
    color: #333;
    font-size: 16px;
    /*font-weight: 600;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-title{
	padding: 0 15px;
}
.news-uls li a h4 span{
    font-size: 14px;
    font-weight: normal;
}
.nes-date{
    line-height: 36px;
}
.news-uls p{
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px; \9
    *max-height: 40px;
}

.news-img{
    padding: 0;
}
.news-img img{
    width: 100%;
}

 


/***分页条**/
.pagination{
    width: 100%;
    padding: 0 40px;
}
.pagination ul{
    line-height: 24px;
    font-size: 14px;
    text-align: right;
}
/* .pagination-number{
    display: inline-block;
}
.pagination-number li{
    display: inline-block;
    margin-left: 8px;
} */
.pg-1{
    text-align: right;
}
.pagination ul span,.pg-1 .total{
    display: inline-block;
    height: 24px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #004abc;
    background-color: #1c418f;
}
.pagination ul a,.pg-1 a,.pg-1 .current{
    display: inline-block;
    height: 24px;
    margin:0 5px 8px;
    padding: 0 7px;
    color: #7e7e7e;
    border: 1px solid #dbdbdb;
}
.pagination ul li.active a,.pg-1 .current{
    color: #fff;
    border: 1px solid #004abc;
    background-color: #1c418f;
}
.pagination ul li a:hover,.pg-1 a：hover{
    color: #1c418f;
}

@media (max-width: 992px) {
    .left-menu header{
        padding: 10px;
        text-align: center;
    }

    .left-menu li a{
        padding: 0 10px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .main,.main .container{
        padding: 0;
    }
    .my-box{
        margin: 0 -15px;
    }
    .left-menu,.right-uls{
        padding: 0;
    }
    .content{
        padding-bottom: 10px;
    }
    .news-uls{
        padding: 0 10px;
    }
    .pagination{
        margin-bottom: 0;
        padding: 0 10px;
    }
    .zhao-container{
        padding: 0;
    }
    .left-menu header h3{
        font-size: 16px;
    }
    .left-menu li a{
        font-size: 15px;
        border: none;
    }
    .zhao-menu{
        min-height: 10px;
    }
}


/*content 内容页*/

/************主内容区*********/
.main{
  
    background-color: #efefef;
}


/****折叠面板*****/
.my-panel{
    margin: 0 -15px 0;
    border-bottom: none;
}
.panel-heading{
    padding: 0;
    border: none;
}
.panel-title a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.panel-heading a:before {
    content: '\002b';
    position: absolute;
    font-family:'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #1e75db;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.panel-heading a:focus{
    text-decoration: none;
}
.panel-heading a:after {
    content: ' ';
    font-size: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    color: #1e75db;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-heading.active a:after {
    content: '\2212';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body{
    margin: 0;
    padding:0 10px;
}

.panel-body a{
    display: block;
    padding:15px;
    font-size: 15px;
    color: #444;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.panel-body li.active a{
    color: #1e75db;
}
.panel-body li:last-of-type a{
    border-bottom: none;
}
.left-menu{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.left-menu header{
    padding: 20px 0 5px 50px;
    color: #fff;
    background-color: #024a93;
}
.left-menu header h3{
    margin: 0;
    font-weight: 800;
}
.left-menu header p{
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-menu li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding:0 20px 0 50px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.left-menu li.last-li a{
   border: none;
}

.left-menu li.active a,.left-menu a:hover{
    color: rgba(0,70,140,.8);
}
.content{
    min-height: 400px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.content header{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background:#f8f8fa;
}
.content header span{
    font-size: 14px;
}

.news-info{
    padding: 30px 50px;
    color: #555;
    box-sizing: border-box;
}
.news-info h4{
    line-height: 25px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}
.news-date{
    margin-bottom: 15px;
}
.news-info table{
    width: auto!important;
    border: none;
}
.news-info img{
    width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}
.news-info span img{
    width: 100%;
    margin-bottom: 10px;
}
.news-info p{
    color: #444;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

#bsPanel{
    display: none!important;
}
.bshare-custom{
    display: inline-block;
    margin-bottom: 20px;
   /* text-align: right;*/
}
.bsBox{
    width: 232px!important;
    height: 258px!important;
    padding: 10px!important;
}


.content-top{
    margin-top: 30px;
    height: 30px;
}
.like-btn{
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 14px;
}
.like-btn span{
    display: inline-block;
    margin: 0 3px;
    vertical-align: 1px;
}




/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.left-nav .panel-heading{
	background: #d91722 ;
	color: white !important;
}
.left-nav header{
	background: #d91722;
	color: white !important;

}
.f-box{
	padding: 10px;
	text-align: center;
}
.f-box img{
	width: 30%;
}
.fast-title{
	color: #4a4a51;
	margin-top: 10px;
}
.title-top{
	font-size: 19px;
	font-weight: bold;
	color: #4a4a52;
	padding-bottom: 8px;
}
.left-nav header h3{
	font-size: 20px !important;
		padding: 10px;
}
.left-nav li a{
	display: block;
	text-align: left !important;
	padding: 10px;
	color: #4c4c4c ;
	font-weight: bold;
}
.left-nav li a:hover{
	color: #d91722;
}
.panel-title a{
	/*color: white !important;*/
	text-align: left !important;  
	display: block;
}

.left-nav .active{
	background: white !important;
	color: #d91722 !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}
.panel-body{
	padding: 0 !important;
}

/*tzgg*/
 .notice .more {
    text-align: right;
    margin-top: -30px;
}
.newtime{
	float:right;
	margin-top: -2.6em;
}
 
 
.new-title{
	width: 78%;
	float: left;

}
  

.tab-content ul li h4{
	font-size: 16px;
	 width: 80%;
	color:#000;
	line-height:2em;
}
.tab-content ul  {
	 margin-top: 2em;
}

 
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li > a:hover ,#myTab>li>a{
	background-color: #3488ea;
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    font-size: 16px;
	border-radius: 0;
	border: none;
}
 
.nav-tabs > li > a {
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: 3px solid #3488ea;
}
 .notice .tab-content ul li:hover a h4{
 	color: #3488ea;
 }
/*文字溢出处理*/
.tab-content ul li h4{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
 
 
