﻿*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}
@media only screen and (max-width: 991px) {
	.content{
		    margin-top: 40px;
	}
}
body{
	background: #cddef0;
}
/*顶部*/
.header-top{
	line-height: 35px;
	background: #f7f5f6;
	color: #999999;
}
.header-top a{

	color: #999999;
	text-decoration: none;
	float: right;
	width: 90px;
	padding-left: 18px;
}
.header-top a:hover{
	color: #1e7ac5;
}
/*首页图标*/
.school{
	background: url(../images/home-icon2.png) no-repeat;
	background-size: 15px 15px;
	background-position-y:10px;
}
.home{
	background: url(../images/home-icon1.png) no-repeat;
	background-size: 15px 15px;
		background-position-y:10px;
}



/*搜索框*/
.seach {
	display: block;
	width:190px;
	height: 30px;
	float: right;
	border: 1px solid #cccccc;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 3px;
}
.seach .form-control{
	margin-top: 2px;
	border-radius:0 !important ;
	border: none;
}
.seach button{
	border-radius: 0 !important;
	width: 30px;
	background: white url(../images/serch.png) no-repeat;
	background-position-y: 8px;
	border: none;
}
.seach button:hover{
	background-color: white;
}
#searchForm{
	margin-top: -3px;
}
/*头部*/
.header{
	width: 100%;
	color: white;
	background:#f0f0f0;
}
.bg{
	/*background: url(../images/top_bg.jpg) no-repeat;*/
	background-size: 100% 100%;
	height: 100%;
}
.header-logo{
	background: #cddef0;
	/*padding: 0px 0px 0px 0px;*/
}
@media only screen and (max-width: 992px) {
	.header-logo{
		display: none;
	}
}
.logo{
	padding: 30px 0px;
}
.logo img{
	width: 100%;
}
.header-logo .yuanxun img{
	margin-top: 40px;
	float: right;
}
.lun{
	padding: 0;
}
@media (max-width: 1200px){
		.header-logo .yuanxun img{
		width: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	#lun1{
		margin-top:50px;
	}
	.left-nav{
		margin-top: 55px;
	}
}

/***新闻***/
.news_div a:hover {
    color: #003094;
}
.news_box {
    margin: 0 -5px;
    padding-top: 20px;
}
 
.go_news{
    font-size: 13px;
    color: #666;
}


.big_news {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
}
 
.big_news a {
    display: block;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}
 
.big_news:hover a{
    color: #fff;
}
.big_news:hover figcaption{
    background-color: #EC3C1B ;
}

.big_news a img {
    width: 100%;
    height: 188px;
}

.big_news figcaption {
    transition: all 200ms ease;
    padding: 5px 5px 2px 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    box-sizing: border-box;
    background-color: rgb(11,92,173);
}

.big_news .abstract {
    height:20px;
    margin-bottom: 2px;
    color: #eee;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more_news {
    margin: 0;
    font-size: 12px;
}

/*通知公告*/
.no-tibox {
    text-align: center;
    width: 64px;
    border: 1px solid #e9e9e9;
}
.day {
    font-size: 24px;
    background: #0c5cad;
    color: #FFF;
    
}
.year{
	background: #c7e2f5;
	color: #0c5cad;
	font-size: 12px;
	padding: 5px 0;
	 
}
.no-box, .hot-ti>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    overflow: hidden;
}
.no-box {
	color: #3b3939;
    width: 86%;
    float: right;
    margin-top: -60px;
    height: 50px;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 28px;
}
@media only screen and (max-width:1200px ) {
	.no-box {
	    width: 80%;
	}
}
@media only screen and (max-width:991px ) {
	.no-box {
	    width: 77%;
	}
}

/*内容*/

.content{
	background: #cddef0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.bg2{
	background: #ffffff;
}
.content-one,.content-two,.content-thr{
	/*border:1px solid red;*/
	margin-bottom: 20px;
}
/*.content-two{
	position: relative;
}*/
/*栏目头部*/
.head-top{
	border-bottom:1px solid #a9a9a9 ;
	padding-top: 20px;
	margin-bottom: 22px;

}
.head-icon{

	float: left;
    height: 39px;
    width: 39px;
    background: #0c5cad;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-left: -5px;
    margin-top: 2px;
}
.head-icon img{
	position: absolute;
	top: 22%;
	left:23%;
}

.head-title{
	border-bottom: 3px solid #0c5cad;
    font-size: 23px;
font-weight: normal;
	color: #0c5cad;
	padding-top: 10px !important;
}
.gengduo{
	float: right;
	color: #535353;
	margin-right: 5px;
	font-size: 13px;
	margin-top: 10px;
}
.more{
	float: right;
	margin-top: 27px;
    width: 12px;
    height: 12px;
	border-radius: 50%;
	background: #a9a9a9;
	/*position: absolute;*/
}
.more2{
	position: absolute;
	margin-left: 36%;
	margin-top: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #004a99;
}
.more3{
	float: right;
	margin-top: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f8ae31;
	/*position: absolute;*/
}
.more a{
	color: black;
}
.more a:hover{
	color: #480202;
}

/*新闻轮播*/

.news-lunbo{
	/*padding: 10px 10px 0 10px;*/
	background: white;
	overflow: hidden;
	/*border:1px solid red;*/
}
.out {
	min-height:290px;
	position:relative;
	background: white;

}


.img a{
	display: block;
	color: #5e5e5e !important;

}
.news-ti{
	/*font-size: 16px;
	z-index: 999;
	margin-top: -31px;
	color: #FFF;
	background: url(../images/ti-bg.png);*/
	font-size: 15px;
    width: 100%;
    background: rgba(81,81,81,.6);
    color: white;
    padding: 2px;
    margin-top: -38px;
    text-align: left;
    position: relative;
    padding: 9px 10px;
}

.img li {
	position:absolute;
	width:100% !important;
	top:0px;
	right:0px;
	display:none
}
.out-img{
/*height: 250px;*/
	overflow: hidden;
}
.out-img img{
	width: 100%;
	height: 290px;
}
.out .num {
	position:absolute;
	bottom:0px;
	right:0;
	font-size:0px;
	text-align:center;
	overflow: hidden;
}
.num li {
	width:20px;
	height:20px;
	background:#666666;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	display:inline-block;
	font-size:16px;
/*	border-radius:50%;*/
	margin-right:10px;
	cursor:pointer;
}
.out .btn {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background:rgba(0,0,0,0.5);
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	font-size:40px;
	display:none;
	cursor:pointer;
}
.out .num li.active-1 {
	color: white;
	background: #0c5cad;
}
.out:hover .btn {
	display:block
}

 /*文字单行溢出处理*/
.tit-list h4,.font-col 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;
}
/*2行*/
.list-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}

/*通知公告*/
.bj3{
	background: white;
	/*border:1px solid red;*/
	/*padding-bottom: 8px;*/
}
.bj3 ul {
	margin-bottom: 0 !important;
}
.bj3 ul li{
	overflow: hidden;
	padding:0px 6px 5px 6px;
	margin-bottom: 8px;
	
}
.bj3 ul li:last-child{
	margin-bottom: 0 !important;
}

.tit-list{
	clear: both;
	/*border:1px solid red;*/
}
.icon1{
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
}
.icon2{
	background: url(../images/icon1.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
}
.bj3 ul li:hover .icon2{
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;	
}
.font-col h4{
	color: #0c5cad;	
	font-size: 16px;
	font-weight: bold
}

.tit-list h4{
	width: 70%;
} 
.tit-list h4 a{
	color: #222222;
	font-size: 16px;
	/*font-weight: bold;*/
	padding-left: 0px;
	transition: all 0.3s ease;
}
.bj3 ul li:hover h4 a{
	color: #0c5cad;
	font-weight: bold;
	padding-left: 5px;
}
.tab-time{
	float: right;
	margin-top: -30px;
	color: #414141;
	font-size: 16px;
}
.list-content{
	clear: both;
	border-bottom:1px dashed #afafaf;
	height: 60px;
	padding: 0px 30px 0px 25px;
}
.list-content a{
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	transition: all 0.36s ease;
	margin: 0;
	/*padding: 0px 10px 0px 40px;*/
}
.list-content a:hover{
	color: #0c5cad;
	font-weight: bold;
	margin-left: 5px;
}
.center-pic img{
	width: 100%;
}
/*团学*/

.lin3-img{
	/*border:1px solid pink;*/
	position: relative;
	padding: 0;
	height: 150px;
	/*width: 255px;*/
	/*width:24%*/
	overflow: hidden;
	transition: all 0.36s ease;
}
.lin3-img img{
	/*width: 100%;*/
	/*width: 255px;*/
	height: 150px;
}
.show-txt{
	/*display: none;*/
	position: absolute;
	top:-150px;
	left: 0;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	/*width: 255px;*/
	width: 100%;
	height: 150px;
	transition: all 0.36s ease;
}
.show-bor{
	border:1px solid #ffffff;
	height: 100%;
	text-align: center;
}
.show-txt h4{
	margin: 20px auto;
	line-height: 40px;
	width: 90%;
	border-bottom: 1px solid #ffffff;
}
.show-txt h5{
	width: 100%;
}
.lin3-img:hover .show-txt{
	display:block;
	top: 0;
}
/*文字溢出处理*/
.show-txt h4,.show-txt 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;
}
/*多行溢出处理*/
/*2行*/
.notice-adb{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 ;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*3行*/
.news-adb{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 ;
	-moz-line-clamp: 3;
	overflow: hidden;
}





/*屏幕小于768px*/
@media only screen and (max-width: 768px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#lun3 .carouse{
		height: 50px !important;	
}
	#lun3 .left,#lun3 .right{
		display: none;
	}
}


/****footer****/
footer {
    color: #fff;
    background-color: #0c5cad ;
}
.top_footer .left-link img{
    width: 100%;
    max-width: 350px;
}
.top_footer .left-link .footer_logo{
    width: 95%;
    margin-bottom: 5px;
}
.footer-center-address,.footer-right-info{
    margin-top: 66px;
}

.footer-center-address{
    padding-left: 66px;
}

@media only screen and (max-width:1200px ) {
	.footer-center-address,.footer-right-info{
	    margin-top:26px;
	}
	.footer-center-address{
	    padding-left:36px;
	}
}
@media only screen and (max-width:991px ) {
	.footer-center-address,.footer-right-info{
	    margin-top:10px;
	}
	.footer-center-address{
	    padding-left:16px;
	}
}
.footer-center-address p{
    margin-bottom: 10px;
}
.top_footer {
    padding: 20px 0 0;
    line-height: 20px;
    font-size: 16px;
}
.top_footer h4{
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.top_footer h4 span{
    display: inline-block;
    line-height: 30px;
    margin-bottom: -1px;
    border-bottom: 2px solid #fff;
}

.footer-right-info span{
    float: left;
    height: 80px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
}

.footer-right-info span img{
    display: block;
    width: 66px;
    margin-left: 3px;
}
span.other-span{
    padding-top: 9px;
}
.footer-right-info span.other-span img{
    width: 40px;
}
#siteLogo{
    width: auto;
    height: 56px;
}
.center-footer a,.center-footer p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 992px){
    .center-footer{
        margin-right: -50px;
        padding-right: 0;
    }
    .center-footer h4{
        width: 75%!important;
    }
}

.top_footer a {
    /* display: block; */
    color: #fff;
}
.top_footer a:hover,.copyright a:hover{
    color: #ef9b11;
}

.footer-link{
    margin-bottom: 10px;
}
.footer-link a{
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.footer-link a::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    right: -2px;
    top: 4px;
    background-color: #fff;
}
.footer-link a.footer-last-link::after{
    opacity: 0;
}

.copyright{
    color: #fff;
    padding: 10px;
    line-height: 20px;
    font-size: 13px;
    background-color:#00468c;
}
.copyright a{
    color: #fff;
}
@media (min-width: 769px){
    .scroll_div{
        position: relative;
        height: 30px;
        overflow: hidden;
    }
    #scroll_begin{
        position: absolute;
        width: 100%;
        height: 30px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 992px) {
    .my_nav .navbar-brand{
        color: #555;
    }
    .navbar-collapse {
        background-color: white;
    }
    .right-nav{
        margin-right: 0;
    }
    .navbar-collapse a {
        color: #666 !important;
    }

    .top_img {
        margin-top: -4px;
    }
}

@media (max-width: 768px) {
    .navbar-toggle{
        margin-right: 2px;
    }
    .navbar-nav{
        margin: 0;
    }
    .my_nav li::after{
        opacity: 0;
    }
    .top_img{
        padding: 0;
        background-image: none;
        background-color:rgb(11,92,173) ;
    }
    .top_img > div {
        padding: 10px;
        background-image:none ;
    }
    .top_img img{
        margin: 0;
    }
    .big_news {
        position: static;
        padding: 0 0 0 5px;
    }
    .left-link{
        padding-top: 10px;
        text-align: center;
    }
    footer {
        background-image: none;
    }
    .footer-center-address,.footer-right-info{
        margin: 0 0 10px 0;
        padding: 0 15px;
    }
    .top_footer{
        padding-top: 10px;
    }
    .footer-center-address p{
        margin-bottom: 0;
    }
}
@media (max-width:1200px) {
	.lin3-img img{
		width: 100%;
		height: 100%;
	}
	.more2{
		position: absolute;
		margin-left: 33%;
		margin-top: 15px;
		width: 28px;
		height:28px;
		border-radius: 50%;
		background: #004a99;
	}
	.footBox{
		padding: 0;
	}
	.fotcenter{
		padding:0px 10px 5px 20px !important;
		
	}
	.fotcenter p{
		font-size: 16px;
	}
	.alink{
		padding: 0;
		margin: 0;
	}
	.wbIcon{
		margin-right: 0;
	}
	.alink img{
	}
	
}
@media (max-width:992px) {
	.more2{
		position: absolute;
		margin-left:28%;
		margin-top: 15px;
		width: 25px;
		height:25px;
		border-radius: 50%;
		background: #004a99;
	}
	.footerList{
		display: none;
	}
	.fotcenter{
		margin-top: 15px;
		padding:15px 10px !important;
		
	}
	.aboutLink{
		width:100%;	
		padding: 0 auto;
	}
	.aboutLink ul{
		width: 45%;
		/*margin-left:35%;*/
		margin: 0 auto;
	}
	.wbIcon {
		margin-right: 5px;
	}
}
@media (max-width:768px) {
	.more2{
		display: none;
	}
	.lin3-img{
		margin-top:20px;
		/*height: 150px;*/
		overflow: hidden;
	}
	.show-txt{
		height: 100%;
	}
	.fot-log{
		width: 100%;
	}
	.footerList{
		width: 100%;
		padding: 0;
	}
}

/*内容页面*/

.arpage{
	width: calc(100% - 40px);
	bottom: 0;
	margin: 20px 15px;
}
.upArtice{
	display: block;
	overflow: hidden;
}
.upArtice li{
	float: left;
	width: 49%;
}
.upArtice li a span{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #7a7a7a;
}
/*.upArtice li a{
	display: block;
font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #0061a9;
}*/
 .upArtice li a {
    display: block;
    font-size: 16px;
    color: #0061a9;
    padding-left: 60px;
    margin-top: -22px;
}
.upArtice li:nth-child(2){
	margin-left: 2%;
}
.upArtice li:nth-child(2) a{
	text-align: left;
}
.aboutTop{
		border-bottom: 1px solid #dedede;
		margin-top: 15px;
}
.aboutTop h5{
	color: #010101;
	font-size:18px ;
	font-weight: bold;
	width: 85px;
	border-bottom: 2px solid #146aaf;
	margin: 0;
	padding: 10px 0; 
	letter-spacing: 3px;
}
.aboutList ul li a{
display: block;
width: 75%;
font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
}
.aboutList ul{
	padding: 12px 0;
}
.aboutList ul li a span{
	padding-left: 2px;
}
.aboutList ul li a:hover{
	color: #146aaf;
}
.aboutTime{
	float: right;
	color:#848484 ;
	margin-top: -25px;
}
.list_con {
	margin-top: 28px;
}

@media (max-width:993px) {
	.list_con {
		margin-top: 0px;
	}
}

.con-pan {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.allcontent {
	border: 1px solid #dbdbdb;
	min-height: 500px;
	position: relative;
}

.content-txt {
	margin-bottom: 20px;
}

.content-txt a {
	color: #454545;
}

.artice_title {
	float: left;

	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333;
}

.content-top {
	font-size: 14px;
	margin-bottom: 10px;
	background: #f8f8fa;
	color: #454545;
	padding: 0px 25px;
	text-align: right;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	line-height: 53px;
}

.con-abs {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin-bottom: 16px;
}
.con-abs span:hover{
	color: #0c4983;
	cursor: pointer;
}
.ContentText p{
	margin-bottom: 18px;
}
.ContentText{
		font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75em;
    font-family: 宋体, simsun;
	letter-spacing: 2px;
	color: #333;
	text-indent: 2em;
	padding: 0px 20px;
}
.ftxt{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 2px;
	color: #7e7e7e;
}
.con-title {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #424242;
	font-size: 16px;
    font-weight: normal;
    color: #424242;
	padding-top: 31px;
	padding-bottom: 25px;
}

.content-atice {
	min-height: 250px;
	padding: 0 20px;
	position: relative;
	text-align: justify;
	line-height: 1.75em;
    font-family: 宋体, simsun;
    font-size: 15px;
    color: #333;
	
}
.con_tit{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 22px;
}
.fenxiang{
	text-align: right;
	margin:28px 0;
}
/*列表*/

.con-list ul li {
	overflow: hidden;
}

.con-list ul li a {
	display: block;
	/*padding: 12px 0 5px 0;*/
	margin: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	color: #737373;
	height: 36px;
}

.list_img {
	width: 182px;
	height: 121px;
	float: left;
	position: relative;
}

.list_img img {
	width: 100%;
	height: 128px;
}

.list_box {
	/*float: right;*/
	width: calc(100% - 15px);
}



@media (max-width:768px) {
	
	.list_con {
		padding: 0;
	}
	.con-list ul li a {
		margin: 0 5px;
	}
	.list_img {
		float: none;
		width: 100%;
		height: auto;
	}
	.list_box {
		width: 100%;
	}
	.aboutLink {
		display: none;
	}
	.list_time {
		margin-top: 20px;
	}
}
	@media (min-width: 1200px) {
		
	.lunbo {
		width: 480px;
		height: 303px;
		padding: 0;
	}
	.news1 {
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 11px;
		overflow: hidden;
	}
	.news0{
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 15px;
		overflow: hidden;
	}
	
	.llbox {
		width: 80%;
		margin-left: 20px;
		float: left;
	}
			.ltime {
		/*width: 120px;*/
		float: right;
		/*margin-top: -105px;*/
	}
	.ltime p {
		/*height: 36px;*/
		font-family: courier;
		margin-top: 8px;
		/*font-size: 28px !important;*/
		color: #999;
	}
	.ltime b {
		font-size: 14px !important;
		float: right;
	}
	

		.cont {
		width: 81%;
		padding-right: 0;
	}
	.fastnav {
		width: 245px;
		padding: 0;
	}
}

.l_box{
	margin-left: 14px;
	
}
.l_box h1 {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	/*padding: 8px 0;*/
}

.l_box p {
	height: 40px;
	font-size: 14px;
	margin-top: 20px;
}

.list_time p {
	font-family: courier;
	font-size: 14px;
	text-align: right;
	/*padding: 8px 0;*/
}

.list_time b {
	float: right;
}

@media (min-width:993px) {
	
	.list_img::after {
		content: "";
		position: absolute;
		width: 182px;
		height: 128px;
		top: 0;
		left: 0;
		box-shadow: 0 0 0 #000000 inset;
		transition: all .36s ease;
	}
	.con-list ul li a:hover .list_img::after {
		box-shadow: 0 0 20px #0061a9 inset;
	}
	.con-list ul li a:hover .l_box h1,
	.con-list ul li a:hover .list_time {
		color: #0c5cad;
	}
}
/*左侧导航*/

.entxt {
	font-size: 15px;
}

.left-nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 1px solid #dbdbdb;
}

.panel {
	margin-bottom: 0;
}

.panel-heading {
	background: #0c5cad  !important;
	color: white !important;
}

.left-nav header {
	background: #0c5cad;
	color: white !important;
	padding: 20px 0 10px 0;
	padding-left: 53px;
}

.left-nav header h3 {
	font-size: 23px;
	margin: 0;
	letter-spacing: 6px;
}

.left-nav li a {
	display: block;
	padding: 10px;
	font-size: 18px;
	padding: 20px;
	border-bottom: 1px dashed #dbdbdb;
	padding-left: 53px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #7a7a7a;
}

.left-nav li:last-child a {
	border: none;
}

.panel-title a {
	color: white !important;
	text-align: left !important;
	display: block;
}

.left-nav .active {
	color: #0c5cad !important;
}

.jia {
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*分页*/

.mianConTwo ul li {
	float: left;
}

.mianConTwo ul.myPagination {
	display: inline-block;
	margin: 20px 0px 15px 0px;
}

.mianConTwo ul.myPagination li {
	display: inline;
	cursor: pointer;
}

.mianConTwo ul.myPagination li a {
	color: #bababa;
	float: left;
	padding: 5px 16px;
	margin: 0 3px;
	text-decoration: none;
	border-bottom: 1px solid #bababa;
}

.mianConTwo ul.myPagination li a.active {
	background-color: #0c5cad;
	color: white;
}

.mianConTwo ul.myPagination li a:hover:not(.active) {
	color: #000;
	background-color: #ddd;
}

.contentNews {
	background: #0076af;
	/* background: #d54248; */
	padding: 10px;
	color: #fff;
	text-align: center;
	/*padding-left: 30px;*/
}

.contentNews p {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.conThisConFirst ul li {
		letter-spacing: 10px !important;
		line-height: 50px !important;
	}
	.conThisConFirst ul li a {
		font-size: 15px !important;
		/*padding-left: 48px !important;*/
		font-weight: 600 !important;
	}
	.contentNews {
		/*padding-left: 48px !important;*/
	}
	.major_img>img {
		height: 110px;
	}
}

.myPointLeft a {
	color: #585858;
	border-right: 1px solid #bababa;
	border-bottom: none !important;
}

.myPointRight a {
	color: #585858;
	border-left: 1px solid #bababa;
	border-bottom: none !important;
}

@media (max-width: 992px) {
	.New_one{
	width: 70%;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	left: 20%;
	text-align: center;
	position: absolute;
	transition: 1s all;
	}
	.left-nav li a {
		padding: 8px !important;
		font-size: 18px !important;
		text-align: center;
	}
	.mainContent {
		margin-top: 45px;
	}
	.newsCenter {
		height: 80px;
		padding-top: 10px;
	}
	.newsCenter h2 {
		font-size: 20px;
	}
	.newsCenter h3 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.mianConTwo ul.myPagination li a {
		padding: 3px 8px;
		margin: 0 2px;
	}
}


/*左侧导航*/

.panel-body {
	padding: 0 !important;
}

/*文字溢出处理*/

.t_title,
.traTitle,
.l_box h1 ,.upArtice li a,.aboutList ul li a{
	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;
}
/*多行溢出处理*/


/*2行*/

.traabs,
.l_box p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}


/*4行*/

{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	overflow: hidden;
}
.pagesite{
text-align:center;
}
.pg-1{font-size:12px;font-family:Verdana;margin:5px auto;padding:3px;text-align:center;}
.pg-1 a,.total{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#036cb4; text-decoration:none;}
.pg-1 a:hover{border:#999 1px solid; color:#666;}
.pg-1 a:active{border:#999 1px solid; color: #666;}
.pg-1 .current{border:#036cb4 1px solid; padding:2px 5px; font-weight:bold; margin:2px; color:#fff; background:#018478;}
.pg-1 .disabled{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}


/*标签切换*/
.tab-change ul{
	display: none;
}
.tab-change ul:target{
    display: block;
}
.tab-change .active{
	display: block;
}
.tab-index{
	margin-bottom: 29px;
}
.tab-index a{
	margin-bottom: 2px;
	padding: 0!important;
}
.head-title {
    /* border-bottom: 3px solid #0c5cad; */
}
.tab-index li{
	float: left;
	margin-right: 8px;
}
.tab-index .head-title{
	/*font-size: 18px;*/
	border-bottom: none;
}
.tab-index .active{
	border-bottom: 3px solid #0c5cad;
}
@media only screen and (max-width:992px ) and (min-width:768px){
	.tab-index .head-title{
		font-size: 14px;
		
	}
	.tab-index li {
		padding: 4px 0;
		margin-right: 6px;
	}
}
@media only screen and (max-width: 500px) {
	.tab-index .head-title{
		font-size: 14px;
		
	}
	.tab-index li {
		padding: 4px 0;
		margin-right: 6px;
	}
}
.tab-top .more{
	margin-top: -7px;
}




/*荣誉一览*/
.table-pic{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.table_title{
	display: none;
	position: absolute;
	z-index: 999;
	padding: 8px 8px;
	font-size: 16px;
	bottom: 0px;
	/*height: 169px;
	width: 262px;*/
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../images/ti-bg.png);
	/*margin: auto;*/
	color: #FFF;
}
@media only screen and (min-width: 769px) {
	.table_title{
		width: 90%;
	}
}
@media only screen and (max-width:1200px ) {
	.table_title h4{
		padding: 10px 0 10px 0!important;
	}
}
.table_title h4{
	margin: 0 auto;
	font-weight: bold;
	padding: 40px 0 10px 0;
	border-bottom: 1px solid  #FFF;
	width: 80%;
}
.table_title p{
	margin: 0 auto;
	padding: 10px   10px  ;
}
.table-border{
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
	overflow: hidden;
}
.table-pic a:hover .table_title{
	/*bottom: 0;*/
	display: block;
	/*transition: all 2s ease;*/
}
.jxrl img{
	width: 100%;
}
.jxrl>div>a span{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

