/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html,body{
    font-size: 16px;
	font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
}

body{
	width: 100%;
    height: 100%;
	margin:0 auto;
	position:relative;
}
ul{list-style-type:none;margin:0px;padding:0px;}
dl,dt,dd{margin:0px;padding:0px;}
ul li,p,form,input{margin:0px;padding:0px;}
textarea{font-size:12px;}

a{
    text-decoration: none;
    color: #000;
}
a:hover{color:#3d7aff; text-decoration:none;}
.cl{
	clear:both;}
.w{
	width:1200px;
  margin:0 auto;
}
.w1{
	width:1200px;
/*	padding:10px;
	box-shadow:0px 1px 8px rgba(0, 0, 0, 0.3);*/
	margin:0px auto;
	}
.blank{
	height:15px;
	overflow:hidden;}
.blank2{
	height:25px;
	overflow:hidden;
	}
.blank6{
	height:75px;
	overflow:hidden;
	}
.fl{
	float:left;}
.fr{
	float:right;}
.header .actives{
    /*  */
}



.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #3d7aff !important;
    border-radius: 5px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 600px;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 30px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 940px;
    border-bottom: 1px solid #CF1212;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;	
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid #CF1212;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #CF1212;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}



/* 导航条 */
.header-banner{
    height: 70px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1200px;
    background-color: #fff;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 20;
    background-color: rgba(255, 255,255,.8);
   /* box-shadow: 0 0 20px rgba(0, 0,0, .3);*/
	border-bottom:3px solid #c7000b;
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
	margin-left:22px;
}


.header-main img{
    height: 55px;
}

.header-main .header{
    line-height: 70px;
    /*width: 780px;*/
    height: 100%;
}

.header-main .header>ul{
/* display: flex;
    justify-content: space-between;*/
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
	float:left;

}



.header-main .header>ul>li:hover{
    /* background-color: #c7000b; */
}

.header-main .header>ul>li>a:hover , .header-main .header>ul>li.actives>a{
	display:block;
    color: #ffffff;
    font-weight: bold;
	background-color:#c7000b;
}
.header .actives>a{
    color: #fff !important;
    font-weight: bold;
	background: #c7000b !important;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>a{
    color: #333;
 display: block;
 min-width:120px;

}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>a:hover{
    font-weight: bold;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 45px;
    line-height: 45px;
    min-width: 100px;
	padding:0 10px;
	font-size:14px;
}

.header-main .header>ul>li>ul> li a:hover{
    background-color: #c7000b;
    color: #fff;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,3px);
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
	border-top:0px;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>a{
    font-size: 16px;
}

.selected-menu-login{
    width: 32px;
    margin-left: 25px;
}

.selected-menu-login a{
/*    position: relative;
    left: 0px;*/
    width:32px;
	font-size: 0 !important;
}

.selected-menu-login a::before{
    content: '';
    display: inline-block;
    background: url(../images/user.png)  no-repeat  center center;
    background-size: 23px;
    width: 20px;
	height:20px;
    margin-right: 10px;

 position: absolute;
    top: 25px;
    left: -8px;
}
.selected-menu-login a:hover{
    background: none !important;
}
.selected-menu-login a:hover::before{
    background: url(../images/user01.png)  no-repeat  center center;
	background-size: 23px;
}
/* 各页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.banner{
    width: 100%;
    min-width: 1200px;
    margin-bottom: -4px;
}

.banner img{
    width: 100%;
}

.main-top{
    width: 100% !important;

}

.main-top img{
    width: 100%;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}
/*-------首页开始-------*/
.titel1{
	line-height:30px;
	overflow:hidden;
	color:#666;
	font-size:22px;
	letter-spacing:3px;
	margin-top:1px;
	margin-bottom:20px;
	}
.titel1 span{
	display:block;
	color:#000000;
	font-size:22px;
	letter-spacing:2px;
	font-weight:600;
	}
.titel1 span b{
	font-weight:normal;
	color:#e60012;
	padding-right:10px;
	}
.inaboutl{
	width:450px;
	padding-left:22px;
	overflow:hidden;
	}
.inaboutl img{
	max-width:100%;
	}
.inabout{
	width:680px;
	color:#3a3a3a;
	line-height:30px;
	margin-top:10px;
	padding:0 20px;
	font-size:16px;
	}
.inabout p{
	letter-spacing:1.5px;
	margin-bottom:10px;
	}
.more a{
	background:url(images/more.png) no-repeat right center;
	float:right;
	color:#333;
	font-size:16px;
	padding-right:20px;}	
.more a:hover{
	color:#e60012;
	}	
#w{
	background:url(../images/bg1.png) no-repeat right top #f1f5fd;
	margin:0 auto;
	min-height:480px;
	overflow-x:hidden;
	padding:0;}
.zcpz{
	display:flex;
	justify-content:space-between;	
	align-items:stretch;
	 gap: 10px 20px;
	}
.zcpz dl{
	list-style:none;
	margin:15px 28px;
	width:35%;
	height:168px;
	background-color:#fff;
	padding:20px;
	transition:all ease-in .5s;
	border-radius:10px;
	}	
.zcpz dl dt{
	display:block;
	width:80px;
	height:75px;
	background:url(../images/1.png) no-repeat center top;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	transition:all ease .5s;
	}
.zcpz dl dd{
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:32px;
	letter-spacing:2px;
	transition:all ease-in .5s;
	margin-bottom:30px;
	}

.zcpz dl:nth-child(2) dt{
	background:url(../images/2.png) no-repeat center top;
	}
.zcpz dl:nth-child(3) dt{
	background:url(../images/3.png) no-repeat center top;
	}	
	
.zcpz dl.chover1{
	background-color:#3d7aff;
	color:#fff;
	box-shadow:rgb(0,0,0,.2) 0px 0px 6px;
	}
.zcpz dl.chover1 dt{
	background-position:center -75px;
	}
.zcpz dl.chover1 dd,.zcpz dl.chover1 dd h1{
	color:#fff;}	
.titel{
	line-height:40px;
	overflow:hidden;
	color:#666;
	font-size:24px;
	letter-spacing:3px;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;	
	}
.titel span{
	display:block;
	color:#333;
	font-size:28px;
	letter-spacing:1px;
	text-transform:uppercase;
	}
.titel span b{
	font-weight:normal;
	color:#e60012;
	padding-right:10px;
	}
.inewsl{
	width:580px;
	overflow:hidden;
	}	
.inewsl dl{
	list-style:none;
	padding:15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	margin:0 10px;
	}
.inewsl dl dt{
	width:190px;
	
	float:left;
	overflow:hidden;

	}
.inewsl dl dt img{
	width:180px;
	overflow:hidden;
	}
.inewsl dl dd{
	width:320px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#8b8b8b;
	transition:all ease .5s;
	}
.inewsl dl dd h1 a{
	line-height:35px;
	font-size:18px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}
.inewsl dl dd a{
	font-size:14px;
	}
.inewsl dl dd a.nmore{
	color:#999;
	}

.inewsl dl.nhover1{
	background-color:#f3f3f3;
		}

.inewsl dl.nhover1 dd h1 a,.inewsl dl.nhover1 dd a.nmore{
	color:#3d7aff;}
.wzxx1 ul{
	list-style:none;
	padding:10px;
	}
.wzxx1 ul li{
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:#999;
	border-bottom:1px dashed #ccc;
	font-size:12px;
	}
.wzxx1 ul li a{
	display:block;
	line-height:40px;
	height:40px;
	background:url(../images/dian.png) no-repeat left center;
	padding-left:15px;
	font-size:14px;	
	overflow:hidden;
	}	
.wzxx1 ul li a:hover{
	background:url(../images/dian2.png) no-repeat left center;

	}	
.inews{
	width:590px;
	overflow:hidden;
	}	
.inews dl{
	list-style:none;
	padding:15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	height:120px;
	overflow:hidden;
	margin:0 10px;
	}
.inews dl dt{
	background-color:#e4e4e4;
	padding:15px;
	text-align:center;
	width:90px;
	height:90px;
	color:#999;
	line-height:20px;
	float:left;
	font-size:14px;
	overflow:hidden;
	transition:all ease .5s;
	}
.inews dl dt span{
	display:block;
	font-size:24px;
	line-height:40px;}
.inews dl dd{
	width:500px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#8b8b8b;
	transition:all ease .5s;
	}
.inews dl dd h1 a{
	line-height:35px;
	font-size:18px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}
.inews dl dd a{
	font-size:14px;
	}
.inews dl.ehover1{
	background-color:#efefef;
		}

.inews dl.ehover1 dd h1 a{
	color:#3d7aff;}
	
.nmore a{
	background-color:#3d7aff;
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	margin:30px 40px 5px auto;
	transition:all ease .5s;
	transition:all ease-in .3s;
	border-radius:20px;
	}	
.nmore a:hover{
	border-radius:20px;
	background-color:#0050ff;
	}
footer{
	background-color:#c7000b;
	margin:0 auto;
	color:#fff;
	}
#footer{
	background-color:#f4f4f4;
	color:#666666;
	padding-top:10px;
	}
.fodh{
	background:url(../images/ewm.png) no-repeat 1050px center;
	padding:10px 0 10px 0;	
	width:1200px;
	margin:0 auto;
	}

.foterwz{
	background:url(../images/flogo.png) no-repeat 30px center;
	line-height:25px;
	width:450px;
	float:left;
	color:#666666;
	font-size:14px;
	padding-left:200px;
	}
.sico{
	background:url(../images/sico.png) no-repeat left top;
	padding-left:53px;
	
	}
.gico{
	background:url(../images/gico.png) no-repeat left top;
	padding-left:53px;

	}
.foterwz h1,.foterwz h1 a{
	font-size:18px;
	color:#666666;
	line-height:50px;
	height:50px;
	margin-bottom:10px;
	font-weight:normal;
	}
.fterw{
	width:1200px;
	margin:0 auto;
	text-align:center;
	height:48px;
	line-height:48px;
	color:#ffffff;
	font-size:14px;
	}
.fterw a{
	color:#ffffff;}
.fterw span{
	padding:0 20px;}			

/*------------------------内容页开始------------------*/
.leftmenu{
	width:230px;
	background-color:#fff;
	box-shadow:rgb(0,0,0,.2) 0px 2px 2px 2px;
	z-index:-1;
	margin-top:-10px;
	}	
.menutitle{
	background:url(../images/lmbg.png) no-repeat center bottom;
	height:85px;
	line-height:45px;
	color:#c7000b;
	text-align:center;
	font-size:22px;
	position:relative;
	font-weight:bold;
	margin-top:30px;
	letter-spacing:3px;
	}
.menutitle span{
	display:block;
	color:#c8c8c8;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	}
.box{
	width:100%;
	margin:0 auto
	}
.box ul{
	list-style:none;
	padding:0 10px;}
.box ul li{
	height:40px;
	line-height:40px;
	margin:25px 10px;
	}
.box ul li a{
	display:block;
	background-position:top right;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	background-color:#f2f2f2;
	color:#000;
	transition:all ease-in .3s;
	}
.box ul li.active a, .box ul li a:hover{
	background:#c7000b;
	color:#fff;
	box-shadow:#ddd 0px 2px 2px 1px;
	}

.cenright{
	width:900px;
	font-size:16px;
	line-height:35px;
	min-height:300px;
	margin:0 auto;
	padding:10px 20px;
	}
.cenright img{
	max-width:940px;}
.cenright img.fr{
	margin-left:30px;}	
.cenright img.fl{
	margin-right:30px;}	
.inhonor dl dt{
	display:block;
	width:60px;
	height:60px;
	background:rgb(0,0,0,.1);
	border-radius:50%;
	font-size:18px;
	text-align:center;
	line-height:60px;
	float:left;
	}
.inhonor dl dd{
	width:850px;
	float:right;
	line-height:30px;}
.titel2{
	text-align:left;
	font-size:20px;
	color:#d62104;
	letter-spacing:3px;
	margin:0px 0 20px 0;
	padding-left:20px;
	background:url(../images/titelbg.png) no-repeat left center;
	}
.titel2 span{
	display:inline-block;
	font-size:14px;
	color:#999;
	padding-left:5px;
	letter-spacing:1px;
	text-transform:Uppercase;
	background:url(../images/tite1.png) no-repeat right center #fff;
	padding-right:40px;}
.titel2 span i{
	font-style:normal;
	}

.centern{
	width:920px;
	padding:20px 0px 50px 40px;
	line-height:35px;
	font-size:16px;
	color:#666;
	margin:0 auto;
	letter-spacing:1px;
	}	


.side_banner{
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:-1;
	}
.side_banner img{
	width:100%;
	overflow:hidden;}	

.wzxx dl{
	list-style:none;
	padding:20px 20px;
	transition:all ease .5s;
	border-bottom:1px dashed #ccc;	
	}
.wzxx dl dt{
	background-color:#f2f2f4;
	text-align:center;
	width:90px;
	height:90px;
	color:#999999;
	line-height:20px;
	float:left;
	font-size:14px;
	overflow:hidden;
	transition:all ease .5s;
	margin-top:10px;
	}
.wzxx dl dt img{
	width:90px;
	height:auto;
	overflow:hidden;
}
.wzxx dl dt span{
	font-size:28px;
	display:block;
	line-height:40px;
	padding-top:10px;}
.wzxx dl dd{
	width:750px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#7e7e7e;
	}
.wzxx dl dd h1 a{
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	transition:all ease .5s;	}
.wzxx dl dd a{
	font-size:14px;
	}
.wzxx dl.nhover1{
	background-color:#f8f8f8;
		}
.wzxx dl.nhover1 dt{
	background-color:rgb(199,0,11,.3);
	color:#fff;}
.wzxx dl.nhover1 dd h1 a{
	color:#c50000;}
.cms-site-pagination{
    margin-top: 80px;
    display: flex;
}

.cms-site-pagination ul{
    display: flex;
}

.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}

.cms-site-pagination ul li a{
    display: block;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
}

.cms-site-pagination ul li a:hover{
    background-color: #3d7aff;
    color: #fff;
}

.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}

.cms-site-active a{
    background-color: #3d7aff !important;
    color: #fff !important;
}


.h1t{
	line-height:50px;
	color:#686868;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	letter-spacing:2px;
	}	
.h5t{
	line-height:30px;
	color:#9999997a;
	font-size:14px;
	text-align:center;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}	

.cteam dl,.cteam1 dl{
	margin:20px 0;
	border-bottom:1px dashed #ccc;
	
	}	
.cteam dl dt{
	display:none;
	
	}
.cteam dl dt img{
	max-width:100%;
	}
.cteam dl dd,.cteam1 dl dd{
	width:900px;
	color:#666666;
	overflow:hidden;
	}	
.cteam dl dd h1,.cteam1 dl dd h1{
	font-size:22px;
	line-height:45px;
	margin-bottom:5px;
	color:#000000;
	}
.cteam dl dd h1 span,.cteam1 dl dd h1 span{
	font-weight:normal;
	font-size:18px;
	padding-left:10px;
/*	color:#666666;*/
	}	
.cteam dl:nth-child(1) dt{
	display:block;
	float:left;
	width:300px;
	text-align:center;
	vertical-align:middle;
	}
.cteam dl:nth-child(1) dd{
	float:right;
	width:600px;
	overflow:hidden;
	}		
/* jobs */
.jobs-list dl{
	padding:20px 15px;
	border-bottom:1px dashed #cccccc;
	}
.jobs-list dl dt{
	font-size:20px;
	line-height:40px;
	height:40px;
	margin-bottom:10px;
	letter-spacing:2px;
	color:#C90;}
.jobs-list dl dd{
	font-size:16px;
	color:#666666;
	}
.jobs-list ul li{
    display: grid;
    background-color: #f1f5fd;
    margin-bottom: 20px;
}

.jobs-list ul li>div{
    padding: 0 20px;
}

.jobs-list .active .jobs-click h3,.jobs-list .active .jobs-click i{
    color: #fff;
    font-weight: bold;
}

.jobs-list .active .jobs-click{
    background-color: #3d7aff;
}

.jobs-list .active .jobs-content{
    background-color: #f1f5fd;
    padding: 30px 20px;
}

.jobs-content{
    display: none;
}

.jobs-click>h3{
    float: left;
    font-weight: normal;
}

.jobs-click>i{
    float: right;
    font-size: 30px;
    font-style: normal;
    line-height: 42px;
}

.jobs-item{
    display: grid;
}

.jobs-list .active{
    background: none;
}






.category-main{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    box-sizing: border-box;
    padding: 40px;
}

.title-left{
    min-width: 140px;
    margin-right: 50px;
    text-align: center;
    display: inline-block;
}

.title-left ul dt{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title-left ul dt h1{
    font-size: 22px;
    margin-bottom: 8.5px;
    border-bottom: 3px solid #CF1212;
    color: #CF1212;
    display: inline;
    padding-bottom: 14px;
}

.title-left ul li a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.title-left ul li .active{
    background-color: #CF1212;
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #CF1212;
    color: #fff;
    font-weight: bold;
}

.main-right{
    width: 900px;
}

.main-right .title{
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    border-left: 10px solid #CF1212;
    padding-left: 14px;
}

.main-right .title h3{
    font-size: 20px;
    color: #333;
    white-space: nowrap;
}

.main-right .title p{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    align-self: center;
    margin-left: 10px;
    white-space: nowrap;
    padding-right: 10px;
}

.main-right .title span{
    align-self: center;
    width: 1000%;
    height: 1px;
    background-color: #CF1212;
    position: relative;
}

.main-right .title span::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #CF1212;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -3px;
}

.main-right img{
    max-width: 100%;
}

.course-body ul li{
    display: flex;
    position: relative;
}

.course-body ul li::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #CF1212;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 60px;
    top: 58px;
}

.course-body ul li h3{
    padding-right: 17px;
    margin-right: 47px;
    border-right: 1px solid #ccc;
    font-size: 20px;
    color: #CF1212;
    padding-top: 50px;
}

.course-body ul li>div{
    font-size: 16px;
    margin-top: 65px;
    margin-bottom: 30px;
    line-height: 2em;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}

.course-body ul li div .time{
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: -1;
    font-size: 200px;
    color: #F2F3F4;
    font-weight: bold;
}

.honor ul li{
    margin-bottom: 40px;
}

.honor ul li .name{
    border-bottom: 1px solid #DA171C;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.honor ul li .name span{
    border-bottom: 3px solid #DA171C;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #DA171C;
}

.honor ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.honor ul li .honor-body{
    position: relative;
    line-height: 2em;
}

.honor-body table tr td{
    color: #666;
}

.honor-body table tr td:nth-child(1){
    width: 20px;
}

.honor-body table tr td:nth-child(2){
    width: 800px;
}

.honor-body table tr td:nth-child(3){
    text-align: right;
}

.team ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}

.team ul li:last-child{
    border: 0;
    padding: 0;
}

.team-right{
    width: 580px;
    align-self: center;
}

.team-right .name{
    margin-bottom: 20px;
}

.team-right .name span{
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.team-right .name i{
    font-style: normal;
    font-weight: bold;
}

.team-right .name p{
    font-weight:bold;
}

.team .img-outline{
    width: 230px;
    height: 320px;
    align-self: center;
}

.team .team-body{
    line-height: 2em;
}


.news{
    width: 100%;
}

.news>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news>ul>li a .img-outline{
    width: 240px;
    height: 150px;
    margin-right: 30px;
}

.news>ul>li a .news-text{
    width: 690px;
    align-self: center;
}

.news>ul>li a .news-text p{
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news>ul>li a .news-text h3{
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news>ul>li a:hover h3{
    color: #CF1212;
}

.news-text time span,.news-text time{
    font-size: 12px;
    color: #999;
}





/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
}

.main-content>p{
    font-size: 14px;
    color: #9c9b9b;
    margin: 10px 0;
    text-align: center;
}

.main-content span{
    color: #9c9b9b;
    font-size: 14px;
}

.main-content .main-text-bottom{
    margin-top: 40px;
}

.pages{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.pages .pages-prev-next{
    display: flex;
    justify-content: space-between;
}

.pages-prev{
    text-align: left;
    display: inline-block;
}

.pages-next{
    text-align: right;
}
.ht2{
	font-size:18px;
	font-weight:bold;
	color:#c7000b;
	line-height:40px;
	margin-bottom:10px;
	}
.ht3{
	display:block;
	padding:0 20px;
	font-size:18px;
	background-color:#eee;
	font-weight:bold;
	color:#c7000b;
	line-height:40px;
	height:40px;
	letter-spacing:2px;
	margin-bottom:20px;
	}
.ht4{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#d62104;
	letter-spacing:2px;}
.zcpz1{
	display:flex;
	justify-content:space-between;	
	align-items:stretch;
	 gap: 10px 20px;
	}
.zcpz1 dl{
	
	margin:15px 0px;
	width:25%;
	/*padding:20px;*/
	transition:all ease-in .5s;
	border-radius:15px;
	/*border:1px solid #ddd;*/
	box-shadow:rgb(0,0,0,.2) 0px 0px 4px;
	}	
.zcpz1 dl dt{
	width:100%;
	height:125px;
	text-align:center;
	overflow:hidden;
	transition:all ease .5s;
	vertical-align:middle;
	border-radius:15px 15px 0 0;
	margin-bottom:10px;
	}
.zcpz1 dl dt img{
	width:100%;
	
	}
.zcpz1 dl dd{
	/*text-align:center;*/
	font-size:14px;
	color:#333;
	line-height:30px;
	letter-spacing:1px;
	transition:all ease-in .5s;
	margin-bottom:20px;
	padding:0 10px;
	}
.zcpz1 dl dd strong{
	display:block;
	text-align:center;
	color:#c7000b;
	font-size:16px;
	line-height:40px;
	transition:all ease-in .5s;
	}
.zcpz1 dl dd p{
	text-indent:1em;}	
.zcpz1 dl.zhover1{
	background-color:#c7000b;
	color:#fff;
	box-shadow:rgb(0,0,0,.2) 0px 0px 6px;
	}
.zcpz1 dl.zhover1 dt{
	background-position:center -75px;
	}
.zcpz1 dl.zhover1 dd,.zcpz1 dl.zhover1 dd strong{
	color:#fff;}	

.prolist dl{
	margin:25px auto;
	height:330px;
	overflow:hidden;
		}
.prolist dl dt{
	display:inline-block;
	background-color:#3d7aff;
	padding:0 20px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	letter-spacing:2px;
	border-radius:15px 15px 0 0;
	}
.prolist dl dd{
	display:block;
	border:1px solid #3d7aff;
	padding:0 30px;
	height:270px;
	overflow:hidden;
	}
.prolist dl span a{
	font-size:16px;
	color:#999999;
	line-height:30px;
	letter-spacing:1px;
	}

/* 隐藏所有选项卡内容 */
.tab {
    display: none;
}
 
/* 显示活动选项卡内容 */
.tab.active {
    display: block;
}
 
/* 选项卡链接的样式 */
.tab-links a {
    padding:0 10px;
    text-decoration: none;
    color: #000; /* 或者其他颜色 */
    background-color: #f0f0f0; /* 或者其他背景颜色 */
    border: 1px solid #ddd; /* 或者其他边框样式 */
    margin-right: 5px;
	line-height:40px;
	display:inline-block;
	border-bottom:0;
	letter-spacing:1px;
	border-radius:10px 10px 0 0;
}
 
/* 活动链接的样式 */
.tab-links a.active {
    background-color: #3d7aff; 
	color:#ffffff;
	 border: 1px solid #3d7aff;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
}
