body{
    font-family: '微软雅黑';
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a,a:hover,a:active{
    color: #000;
    text-decoration: none;
}
ul{
    list-style: none;
}

.right-con h1{
    font-size: 13px !important;
}
.containers{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.top-menu{
    display: flex;
    justify-content: space-between;
    width: 1340px;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 20px;
    margin-left: -670px;
}
.top-menu-left{
    background: linear-gradient(-60deg,transparent 7px, #fff 0);
    width: 1218px;
	height: 67px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.top-menu-right{
    width: 164px;
	height: 67px;
    background: linear-gradient(60deg,transparent 7px, #e20017 0);
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.top-menu-right>span{
    display: inline-block;
}
.top-menu-right>span:nth-child(1){
    font-size: 12px;
	color: rgba(255, 255, 255, .5);
    font-weight: 600;
    position: relative;
    padding-left: 10px;

}
.top-menu-right>span:nth-child(2){
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
	letter-spacing: -1px;
	color: #ffffff;

    
}
.icon-tel{
    display:inline-block;
    background: url(../image/icon-tel.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -12px;
    top: -2px;
}
#nav-bar{
    color: #000;
    font-weight:500;
    margin-left: 20px;
}
.nav-item{
    width: 85px;
    text-align: center;
}
.nav-item>a{
    line-height: 70px;
}
.nav-item.active>a{
    display: inline-block;
    height: 72px;
    width: 89px;
    line-height: 70px;
    color: #fff;
    background: url(../image/nav-bg.png) no-repeat;
}
.dropdown-menu{
    min-width: 90px;
    text-align: center;
    font-size: 14px;
    top: 93.5%;
    

}
.dropdown-menu a{
    display: inline-block;
    line-height: 28px;
}
.dropdown-menu a:hover{
	background-color:#b20012;
	width:100%;
	color:#fff;
}
.carousel-item>img{
    width: 100%;
}
/*内容*/
.content{
    width: 100%;

}
.con-item{
    margin: 0 auto;
}
.msg-tuijian{
    display: flex;
    width: 1340px;
    margin: 0 auto;
    justify-content: space-between;

}
.tuijian-item{
    flex: 1;
    padding: 10px 0px 10px 20px;
    border: 1px solid #ccc;
    border-top: none;
}
.tuijian-item h5{
    text-align: left;
    color: #e20017;
    font-size: 20px;
    font-weight: bold;
}
.tuijian-item ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
    margin: 0;
    padding: 0;
}
.tuijian-item ul>li{
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: lighter;
    min-width: 120px;
}

.tuijian-item ul>li>span:nth-child(1){
    display: inline-block;
    margin-right:5px
}

.msg-tuijian>div.tuijian-item{
    border-right: none;
}
.msg-tuijian>div.tuijian-item:last-child{
    border-right: 1px solid #ccc;
}
.tuijian-item:hover{
    background-color: #b20012;
	border: solid 1px #e6e6e6;
    border-top: 1px solid #b20012;
    
}
.tuijian-item:hover>h5{
    color: #fff;
}
.tuijian-item:hover ul>li>span{
    color: #fff;
    font-weight: lighter;
}
.tuijian-item:hover ul>li>span:nth-child(2)>a{
    color: #fff;
    font-weight: lighter;
}
.gongwu{
    margin-top: 70px;
}
.gongwu h2{
    font-size: 38px;
    font-weight: bold;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000;
}
.students{margin:0 auto;width:1340px;height:480px;position:relative;}
#four_flash{position:relative;width:1340px;height:460px; margin:0 auto;position:absolute;bottom:40px;}
#four_flash .flashBg{width:1340px;height:460px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg .gongwu-list{width:2000%;height:460px; position:absolute;top:15; left:0;}


.gongwu-item{
    float:left;width:309px;height:400px;margin-left:26px;padding-top:40px;
}

.gongwu-item img{
    width: 100%;
    height: 197px;
    display: block;
}
.gongwu-item h4{
    font-size: 16px;
    font-weight: 600;
	color: #000;
    text-align: left;
    margin-top: 30px;
    line-height: 34px;
}
.gongwu-item p{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    height: 60px;
    overflow: hidden;
	color: #333;
    text-align: left;

}
.gongwu-item>span{
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.gongwu-item>hr{
    margin-top: 3px;
}
.gongwu-item>div{
    display: flex;
    justify-content: space-between;
    color: #333;
	opacity: 0.5;
    font-size: 12px;
    align-items: center;
}
.icon-right{
    display: inline-block;
    height: 7px;
    width: 22px;
    background: url(../image/jiantou.png) no-repeat;
}
.page-icon{
    text-align: center;
    margin-top: 70px;
}
.page-icon i{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../image/dian.jpg) no-repeat;
    background-size: 100%;
}
.page-icon i.icon-button-left{
    background: url(../image/left.jpg) no-repeat;
    background-size: 100%;
}
.page-icon i.icon-button-right{
    background: url(../image/right.jpg) no-repeat;
    background-size: 100%;
}
hr.dibu{
    width: 45px;
	height: 4px;
	background-color: #e20017;
}
.pinggu{
    /*margin-top: 70px;*/
    padding: 50px 0;
    background: url(../image/news-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.pinggu.jianding{
    background: url(../image/new-bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.pinggu p{
    width: 1340px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}
.pinggu>a{
    font-size: 16px;
	line-height: 36px;
	color: #333;
}
.pinggu.jianding>a{
    color: #fff;
    line-height: 79px;
}
.item-title{
    font-weight: bold;
    color: #000;
    font-size: 38px;
}
.footer-bottom{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, .5);
    height: 69px;
    line-height: 69px;
    background-color: #7e1c20;
}
.footer-bottom a{
    color: rgba(255, 255, 255, .5);
}
.footer-msg{
    background-color: #90272c;
}
.footer-msg-up{
    width: 1340px;
    margin: 0 auto;
}
.footer-msg-up>div:nth-child(1){
    height: 126px;
    line-height: 126px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 25px;
	color: #ffffff;
    text-align: right;
}
.footer-msg-up>div:nth-child(1)>i{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/icon-tel2.png);
}

.bnav{
    display: flex;
    list-style: none;
    color: #fff;
    margin-bottom: 50px;
}
.bnav a{
    color: #ffffff;
    font-weight: lighter;
    font-size: 14px;
    display: inline-block;
    
}
.bnav-item{
    margin-right: 70px;
    text-align: left;
}
.bnav-item>ul{
    padding-left: 0px;
    text-align: left;
    margin-top: 30px;
}
.bnav-item>ul a{
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
}
.qrcord{
    width: 136px;
}
.qrcord>span{
    font-size: 14px;
	line-height: 54px;
	color: #ffffff;
}
.bottom-menu{
    display:flex;
    justify-content: center;
    margin-top: 50px;
}
.news-category a{
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding:30px;
}
.news-category a:nth-child(1){
    color: #e20017;
}
.new-detail{
    width: 1340px;
    margin: 0 auto;
    text-align: left;
}
.new-detail h2{
    font-size: 30px;
	line-height: 36px;
	color: #000;
    margin: 10px 0 20px;
    font-weight:bold;
}
.new-detail p{
    line-height: 30px;
}
a.check-detail>span{
    color: #1e1e1e;
    font-weight: lighter;
    font-size: 12px;
}
a.check-detail{
    display: flex;
    align-items: center;
}
a.check-detail>i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/jiantou2.png) no-repeat;
    margin-left: 5px;
}
.news-index{
    display: flex;
    justify-content: space-between;
    width: 1340px;
    margin: 50px auto;
}
.index-item{
    flex: 1;
    text-align: left;
    border: 1px solid #ccc;
    border-right: none;
    padding: 40px;
}
.index-item:last-child{
    border-right:1px solid #ccc;
}
.index-item>span:nth-child(1){
    font-size: 29px;
	font-weight: bold;
	line-height: 36px;
	color: #535353;
    display: block;
}
.index-item>span:nth-child(2){
    font-size: 15px;
	line-height: 36px;
	color: #535353;
}
.index-item>h1:nth-child(3){
    font-size: 17px;
	font-weight: bold;
	line-height: 36px;
	color: #535353;
}
.index-item>p:nth-child(4){
    font-size: 13px;
	line-height: 30px;
	color: #333;
    margin-bottom: 30px;
}
.news{
    margin-top: 70px;
}
.carousel-caption{
    top: 50%;
    
}
.carousel-caption>h3{
    font-size: 36px;
    color: #ffffff;
	/* box-shadow: 0px 0px 8px 0px 
		rgba(8, 1, 3, 0.75); */
}
.content.sub{
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.con-sub{
    width: 1340px;
    margin: 0 auto;
    position: relative;
    min-height: 600px;
}
.left{
    width: 252px;

    position: absolute;
    top: -62px;
}
.left>h3{
	height: 62px;
	background-color: #e64c45;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #f2f2f2;
    margin: 0;
    font-weight: bold;
}
.icon-menu{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/icon-left-news.png) no-repeat;
    margin: 0 20px;
}
.left ul{
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}
.left ul i{
    display: inline-block;
    width: 24px;
    height: 7px;
    background: url(../image/jiantou.png) no-repeat;
    margin-right: 20px;
}
.left ul>li{
    height: 55px;
    line-height: 55px;
    padding-left: 40px;
    border-bottom: 1px solid #f2f2f2;
    
}
.left ul>li>a{
    color: #333;
}
.left ul>li>a.cur{
    color: #b20012;
}
.secrch-list{
    display: flex;
    flex-wrap:wrap ;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.secrch-list>a{
    width: 48%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 114px;
    margin-bottom: 10px;
}
.secrch-list span{
    display: block;
    color: #333;
    line-height: 26px;
    font-weight: lighter;
}

.right{
    
    margin-left: 264px;
}
.right-header{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
.right-header>h4{
    font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #e20017;
    position: relative;
    margin-bottom: 0;

}
.right-header>h4>span{
    padding-left: 20px;
}
.right-header>h4::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
	height: 23px;
    background-color: #e20017;
    top: 7px;
}
.right-header>div{
    color: #333;
    font-size: 12px;
}
.right-con{
    background-color: #fff;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #000;
}
.article-list{
    background-color: #fff;
    text-align: left;
    padding: 30px;
}
.article-time{
    width: 72px;
	height: 70px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}
.article-time>span:nth-child(1){
    font-size: 24px;
    font-weight: bold;
}
.article-time>span:nth-child(2){
    height: 1px;
    background-color: #ccc;
    width: 50px;
}
.article-time>span:nth-child(3){
    color: #333;
    font-weight: bold;
}
.article-item{
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}
.article-con{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article-con>p{
    margin-bottom: 0;
}
.article-con>p:nth-child(1)>a{
    font-size: 16px;
	font-weight: bold;
	color: #000;
    margin-bottom: 0px;
}
.article-con>p:nth-child(2)>a{
    font-size: 12px;
	line-height: 18px;
	color: #333;
    margin-bottom: 0;
}
.con-title{
    text-align: center;
}
.con-title>h3{
    font-size: 24px;
	font-weight: bold;
	color: #000;
}
.con-title>span{
    font-size: 14px;
	color: #000;
}
.con-body{
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.red-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con-form{
    background-color: #fff;
    min-height: 400px;
	padding-bottom:50px;
}
.con-form form{
    padding: 50px 0;
}
.con-form input[type=text]{
    display: block;
    margin: 0  auto;
    width: 501px;
	height: 62px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    margin-bottom: 10px;
    outline: none;
}
.con-form input::placeholder{
    color: #333;
}
.con-form  button{
    width: 114px;
	height: 43px;
	background-color: #e64c45;
	border-radius: 5px;
    color: #fff;
    border: none;
}
#pageinfo>.pagination{
    display: flex !important;
    justify-content: center !important;
}
#pageinfo>.pagination>li{
    margin-right: 5px;
}

#pageinfo>.pagination>li>span{
    display: inline-block;
    border: 1px solid #ccc;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    border-radius: 5px;
}
#pageinfo>.pagination>li.active>span{
    border: 1px solid #08b1ed;
    background-color: #00aeec;
    color: #ffffff;
}
#pageinfo>.pagination>li>a{
    display: inline-block;
    border: 1px solid #ccc;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    border-radius: 5px;
}
.result-list{
    padding-top: 30px;
    width: 800px;
}
.result-item{
    margin-bottom: 10px;
}
.result-item>span:nth-child(1){
    color: #000 !important;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    font-weight: lighter;
    min-width: 30%;
    text-align: right;
}
.result-item>span:nth-child(2){
    display: inline-block;
    min-width: 68%;
    height: 33px;
    line-height: 33px;
    text-align: left;
    padding-left:20px;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    color: #000 !important;
    font-size: 16px;
    font-weight: lighter;
}
.result-item>span.nobroad{
    border: none;
    color: #000;
}
.result-item>p:nth-child(2){
    display: inline-block;
}