﻿﻿html,body,div,p,span,ul,li,input,button,small,a,table,th,tr,td,h3 {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", "宋体";
    color: #333333;
    font-size: 16px;
}
/* 首页轮播css样式 */

.play-box {
    position: relative;
    width: 920px;
    height: 200px;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 2px 2px 5px -1px;
}
.play-boxs {
    position: relative;
    width: 1400px;
    height: 200px;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 2px 2px 5px -1px;
}
.main_left_xzld{
	float: left;
	margin-left: 35px;
	background-color: #f9f9f9;
	margin-top: 35px;
}
.main-right-pannel{
	width: 1030px;
	float: right;
}
.main-right-content{
	width: 100%;
	overflow: hidden;
}
.xrld-list{
	padding-top: 15px;
	padding-bottom: 160px;
}
.xrld-list dl{
	padding-top: 42px;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.xrld-list dl dt{
	width: 216px;
	float: left;
	padding-right: 27px;
	font-size: 18px;
	color: #000000;
}
.xrld-list dl dd{
	overflow: hidden;
}
.xrld-list dl dd .item a img{
	display: block;
	width: 150px;
	height: 200px;
	box-shadow: 2px 2px 5px -1px;
}
.xrld-list dl dd .item a p{
	font-size: 16px;
	color: #9f4b4f;
	height: 54px;
	line-height: 54px;
	text-align: center;
}
.xrld-list dl dd .item{
	float: left;
margin-left: 33px;
padding-bottom: 20px;
width: 150px;
height: 234px;
}
/*设置边框下的图片*/

.play-box img {
    width: 100%;
    height: 200px;
    margin-top: -21px;
}
.play-boxs img {
    width: 100%;
    height: 200px;
    margin-top: -21px;
}
.ggs{
	width: 100%;
    height: 200px;
	 margin-top: 0px;
}

#imgList a.current {
    opacity: 1;
    /*默认图片显示*/
    height: auto;
    /*默认高度为自动*/
}
/*设置超链接下的所有图片不显示*/

.play-box a {
    display: block;
    /*现在是文本状态，要修改为块状*/
    overflow: hidden;
    /*隐藏超过边框高度的图片*/
    opacity: 0;
    /*默认图片为全透明*/
    height: 0;
    /*默认高度为0*/
    transition: opacity .5s;
    /*默认透明度过渡时间为0.5s*/
}
.play-boxs a {
    display: block;
    /*现在是文本状态，要修改为块状*/
    overflow: hidden;
    /*隐藏超过边框高度的图片*/
    opacity: 0;
    /*默认图片为全透明*/
    height: 0;
    /*默认高度为0*/
    transition: opacity .5s;
    /*默认透明度过渡时间为0.5s*/
}
.play-box a {
    display: block;
    /*现在是文本状态，要修改为块状*/
    overflow: hidden;
    /*隐藏超过边框高度的图片*/
    opacity: 0;
    /*默认图片为全透明*/
    height: 0;
    /*默认高度为0*/
    transition: opacity .5s;
    /*默认透明度过渡时间为0.5s*/
}
.play-boxs a {
    display: block;
    /*现在是文本状态，要修改为块状*/
    overflow: hidden;
    /*隐藏超过边框高度的图片*/
    opacity: 0;
    /*默认图片为全透明*/
    height: 0;
    /*默认高度为0*/
    transition: opacity .5s;
    /*默认透明度过渡时间为0.5s*/
}
/*设置当前图片显示*/

.current {
    opacity: 1;
    /*默认图片显示*/
    height: auto;
    /*默认高度为自动*/
}
/*设置列表ul*/
/* 轮播图结束 */

ol,
ul,
li {
    list-style: none;
}

.xlz_top {
    margin-top: 20px;
}

.title {
    margin-top: 0px;
}
.title_xzc_1 {
    margin-top: 0px;
}
.btTitle {
    font-size: 22px;
    font-weight: bold;
}

.otherTitle {
    font-size: 22px;
    font-weight: bold;
}

.ytlistTitle {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.listTitle {
    font-size: 18px;
}

.ytfbtTitle {
    font-size: 14px;
    color: #b7b2b2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fbtTitle {
    font-size: 14px;
    color: #696464;
}

.twoline {
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.twoline br{
	display:none;
}

small {
    font-size: 14px;
}
.fenxiang{
    text-align:center;
    color:#bbb;
    font-size:18px;
}

a {
    text-decoration: none;
    color: #333333;
}
/* #img_box-shadow img a {
box-shadow: 2px 2px 5px -1px;
} */

img {
    border: none;
    vertical-align: middle;
    /* box-shadow: 2px 2px 5px -1px; */
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input,
button {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.txt2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.mt {
        margin-top: 14px;
}

.indexmt {
        margin: 20px 0px 60px 0px;
}
.fwzn_xzc{
	width:650px!important;
}
.zbjs_xzc{
	width:650px!important;
}
.mt11 {
    margin-top: 30px;
}
.top {
    background: #f1ebde;
    font-size: 10px;
    color: #b6a896;
    line-height: 38px;
    overflow:hidden;
}

.top small {
    margin: 20px;
    padding-left: 20px;
}

.margin-top {
    margin-top: 60px;
}
.indexmargin-top {
    margin-top: 46px;
}

.indexmargin-top1 {
    margin-top: 16px;
}


.indexmargin-gzgg-top {
    margin-top: 5px;
}

.xxydl-color{
    color:#b6a896;
}
.top small.xxydl {
    background: url(../assets/header-xxydl.png) left center no-repeat;
}

.top small.sy {
    background: url(../assets/header-swsy.png) left center no-repeat;
}

.top small.sc {
    background: url(../assets/header-jrsc.png) left center no-repeat;
}

.top small.lxwm {
    background: url(../assets/header-lxwm.png) left center no-repeat;
}

.top small.app {
    background: url(../assets/header-sjb.png) left center no-repeat;
}

.header {
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, #F1ECDF 0%, #F1E8DB 34%, #F3E0B7 100%);
}

.header .container {
    background: url(../assets/header-bg.png) right bottom no-repeat;
    height: 220px;
position:relative;
}

.logo {
    margin-top: 50px;
    margin-left: 2%;
    position:absolute;
   left:0;
}

.sylogo {
    margin-top: 50px;
    margin-left: 0;
}

.ejbmlogo {
    margin-top: 50px;
    margin-left: 1%;
}

.search {
    width: 200px;
    background: #f1ebde;
    border-radius: 16px;
    padding: 0 20px;
    margin-top: -32px;
    border: 1px solid #9a9393;
}

#xzl {
    font-family: "微软雅黑", "arial";
    color: black;
}

.search input {
    height: 28px;
}

.search a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../assets/search.png) center no-repeat;
    float: right;
    margin-top: 5px;
}

.nav {
    background: #B71D1D;
}

.navl {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.navl li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}
.indeximg{
width: 18.8%;
height: 89px;
margin-right:10px;
box-shadow: 1px 1px 3px -1px;
margin-top: 15px

}
.navl li>a {
    padding: 17px 29px;
    color: #FFFFFF;
}

.navl li a.active {
    //background: #DD1D05;
}
.navl li a.active：hover{
	background-color:#DD1D05;
}

.navl li .sub {
    position: absolute;
    top: 60px;
    width: 1360px;
    left: 0;
    padding: 20px;
    background: #FDF5EB;
    z-index: 100;
    display: none;
}

.navl li:hover .sub {
    display: block;
}

.sub_ad .img,
.sub_ad .img img {
    width: 300px;
    height: 192px;
    float: left;
    clear: right;
    margin-right: 30px;
    box-shadow: 0px 2px 10px 0px rgba(83, 83, 83, 0.12);
}

.sub_ad .info {
    float: left;
    width: 600px;
}

.sub_ad .info .ch {
    font-size: 20px;
    font-weight: bold;
}

.sub_ad .info .ch a {
    color: #bc0000;
}

.sub_ad .info .en {
    color: #bc0000;
    margin-top: 10px;
}

.sub_ad .info .des {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px;
    font-weight: normal;
}

.sub_ad .info .des a {
    color: #7c7c7c;
}

.sub_list {
    width: 393px;
    padding-top: 15px;
}

.sub_list li {
    float: left;
    clear: right;
    width: 150px;
    height:auto;
    border-bottom: 1px solid #D2D2D2;
    line-height: 39px;
    font-size: 16px;
    color: #545454;
    margin-left: 39px;
    position: relative;
    cursor: pointer;
    z-index:1;
}
.sub_list_1 li {
    float: left;
    clear: right;
    width: 245px;
    height:auto;
    border-bottom: 1px solid #D2D2D2;
    line-height: 39px;
    font-size: 16px;
    color: #545454;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    z-index:1;
}
.sub_list_1 p span:hover{
	color:red;
}
.sub_list li  .info_list{
    position: absolute;
    top: 1px;
    left:55px;
    border: 1px solid #B71D1D;
    border-radius: 5px;
    padding: 0 3px;
    background: #fff;
    color: #b71d1d;
    font-size:14px;
    display: none;
    z-index:10;
   line-height:25px;
}
.sub_list_1 li  .info_list{
    position: absolute;
    top: 1px;
    left:55px;
    border: 1px solid #B71D1D;
    border-radius: 5px;
    padding: 0 3px;
    background: #fff;
    color: #b71d1d;
    font-size:14px;
    display: none;
    z-index:10;
   line-height:25px;
}
.sub_list li  .info_list .blank{
    padding:0 5px;
}
.sub_list_1 li  .info_list .blank{
    padding:0 5px;
}
.nav_list {
    height: 60px;
    background: #BC0000;
    position: relative;
    display: block;
    padding: 0 12px;
}

.nav_list li.nLi {
    float: left;
    clear: right;
}

.sub_list li a {
    padding: 0;
    display: block;
    color: #7c7c7c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.sub_list_1 li a {
    padding: 0;
    display: block;
    color: #7c7c7c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub_list li a:hover {
    color: #B71D1D;
    //text-decoration: underline;
}
.sub_list_1 li a:hover {
    color: #B71D1D;
    //text-decoration: underline;
}
#sub_lists li a:hover >.info_list{
    display: block;
}

.main {
    background: #FFF;
    padding: 18px 0px 0px 0px;
    min-height: 600px;
    
}
/*轮播*/

.banner {
    width: 780px;
    height: 520px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.banner .img {
    width: 4400px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    left: 0;
}

.banner .img li {
    position: relative;
    float: left;
}

.banner .img li img {
    width: 780px;
    height: 520px;
}

.banner .img li .desc {
    position: absolute;
    bottom: 0;
    width: 781px;
    height: 51px;
    line-height: 41px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding-left: 20px;
}

.banner .cut {
    position: absolute;
    top: 54% !important;
    padding: 20px;
    //background: url(../assets/left.png) center no-repeat;
    color: #cec7c2;
}

.banner .cut.next {
    right: 0;
    //background: url(../assets/right.png) center no-repeat;
}

.desc {
    color: #888888;
    font-size: 16px;
}

.pointer {
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    right: 10px;
    width:106px !important;
}

.pointer li {
    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}

.pointer li.now {
    background: #cc0000;
}

.news {
    width: 580px;
    margin-top:10px;
}
.news_xzc_1 {
    width: 580px;
    margin-top:10px;
}
.title {
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    color: #B71D1D;
    overflow: hidden;
margin-top: 3px;
}
.title_xzc_1 {
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    color: #B71D1D;
    overflow: hidden;
margin-top: 3px;
}

.title span {
    padding-bottom: 10px;
}

.title a {
    font-size: 14px;
    color: #999999;
    float: right;
}

.title_xzc_1 span {
    padding-bottom: 10px;
}

.title_xzc_1 a {
    font-size: 14px;
    color: #999999;
    float: right;
}
.list01 li {
    padding: 24px 0 0 0;
    border-bottom: 1px solid #E5E5E5;
    height: 55px;
}
.list01 li br{
	display:none;
}

.list001 li {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #E5E5E5;
    height: 52px;
}

.list001 li a p br{
	display:none;!important
}


.list002 li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E5E5E5;
    height: 55px;
}

.time {
    color: #A27476;
    font-size: 14px;
    text-align: right;
    padding: 0px 20px 0 0;
}

.list01 li.active .ltit {
    color: #B71D1D;
}

.list001 li:hover .ltit {
    color: #B71D1D;
}

.list01 li:hover .ltit {
    color: #B71D1D;
}
.listo li:hover .list002{
    color: #B71D1D;
}
.list002 li:hover .listo{
    color: #B71D1D;
}

.news01 {
    width: 419px;
}
.indexnews01 {
    width: 100%;
    margin-top: 73px;
}
.top li:hover .tophover{
    color: #b71d1d;
}
.top-hover li{
    float:left;
}
.top-hover{
    position: relative;
    left: 13%;
}

.indexelement:hover{ 
    color:#b71d1d; 
}
.indexelementcolor:hover{ 
    color:#ce1d1d; 
}
.list002 li:hover .listo{
    color: #b71d1d;
}
.list002:hover{
    color: #b71d1d;
}
.listo:hover{
    color: #b71d1d;
}
.tzgg {
    
    background-color: #FFFCF3;
}


.tzgg .title {
    text-align: center;
    font-size: 20px;
    color: #FFFBF6;
    border-bottom: none;
    background-color: #ce1d1d;
    margin-top: -10px;
margin-bottom: 20px;
padding-top: 12px;
border-radius: 15px 15px 0px 0px;
}

.tzgg .title_xzc_1 {
    text-align: center;
    font-size: 20px;
    color: #FFFBF6;
    border-bottom: none;
    background-color: #ce1d1d;
    margin-top: -10px;
margin-bottom: 20px;
padding-top: 12px;
border-radius: 15px 15px 0px 0px;
}
.tzgg .more {
    font-size: 14px;
    color: #E6BDB0;
    margin-top: 5px;
    margin-right: 10px;
}


 .tzgg .list02 li {
    overflow: hidden;
    padding: 9px 0;
    margin-left: 9px;
}



.times {
    width: 56px;
    text-align: center;
    margin-left: 1px;
    background-color:#ce1d1d;
    //box-shadow: 2px 2px 5px -1px;
    border-radius: 2px;
    padding: 5px;
    border-radius: 30px;
}

.times .day {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.times .date {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
}

.list02 li {
    overflow: hidden;
    padding: 11px 0;
    margin-left: 9px;
}

.list02 .ltit {
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 4px;
}

.list02 .txt {
    width: 308px;
    margin-right: 20px;
    height: 66px;
}
.list02 .txt br{
	display:none;
}
.news03 {
    width: 910px;
}
.indexnews03 {
    width: 100%;
}

.tList {
    margin-top: 20px;
    padding-top: 20px !important;
}

.tList li {
    width: 180px;
    float: left;
    text-align: center;
    margin-left: 46px;
}

.tList li:last-child {
    margin-right: 0;
}

.tList li p {
    margin-top: -7px;
}

.tList li .shadow {
    width: 160px;
    margin: 10px auto;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    /* box-shadow: #E2E2E2 0px 20px 5px 5px; */
}

.tImg li:hover img {
    transform: scale(1.4);
}

.list03 li {
    margin-top: 26px;
}

.list03 li .time {
    margin-top: 32px;
}

.list03 .txt {
    width: 170px;
}

.list03 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.list03 .txt .desc {
    margin-top: 15px;
    font-size: 14px;
    color: #888888;
}

.list04 .txt {
    width: 184px;
}

.list04 .time {
    margin-top: 20px;
}

.slideLeft {
    width: 420px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slideLeft .hd {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.slideLeft .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 150px;
}

.slideLeft .hd ul li {
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 50%;
    margin-left: 10px;
}

.slideLeft .hd ul li.on {
    background: #B71D1D;
}

.slideLeft .bd {
    position: relative;
    height: 300px;
    z-index: 0;
    width: 420px;
}

.slideLeft .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideLeft .bd img {
    width: 230px;
    height: 330px;
    display: block;
}
.index-img {
    width:100%;
    height:120px;
    margin-top:5px;
}
.footter_db {
    margin-top: 8px;
    margin-left: 10px;
}

.gongan {
    padding-top: 10px;
}

#beihao {
    padding-top: 8px;
}

.foot {
    background: #FFF url(../assets/footer.png) center no-repeat;
    height: 225px;
    font-size: 14px;
    color: #F1AFAF;
    padding-top: 100px;
}

.footer {
    background: #FFFBF6 url(../assets/footer_zbm.png) center repeat;
    height: 230px;
    font-size: 14px;
    color: #F1AFAF;
    padding-top: 20px;
}

.wz02 img {
    margin: 30px 1px;
}

.wz02 p {
    margin-top: 30px;
}

.wz02_bgs img {
    margin: 10px 1px;
}

.wz02_bgs p {
    margin-top: 30px;
}

.wzdesc {
    width: 710px;
    margin-top: 6px;
}

.wzBox {
    width: 646px;
	line-height: 26px;
}

.links {
    width: 610px;
}

.links p {
    padding: 20px 1px 10px 1px;
    border-bottom: 1px solid #F1AFAF;
}

.links p span {
    margin-right: 20px;
}

.links .active {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #fff;
    color: RED;
}

.linkL {
    display: none;
}

.linkL.show {
    display: block;
}

.linkL li {
    width: 200px;
    margin-top: 20px;
    float: left;
}

#gss li {
    width: 75px;
    margin-top: 20px;
    float: left;
}

.linkL li a {
    color: #F1AFAF;
}

.linkL li a:hover {
    //color: #2386e7;
    text-decoration: underline;
}

.box .simg {
    margin: 0 40px;
}

.videotype {
    width: 448px;
    text-align: center;
    margin-top: 7px;
}

.videotype li {
    width: 135px;
    height: 80px;
    background-color: #FFFCF3;
    margin: 10px 2px 0px 12px;
}

.videotype li {
    padding: 9px 0px;
border-radius: 8%;
}

.videotype li p {
    margin-top: 10px;
}

.videotype .middle {
    //border-left: 1px solid #E5E5E5;
    //border-right: 1px solid #E5E5E5;
}

.hdyd ul li {
    width: 320px;
    margin-right: 30px;
    position: relative;
    margin-left: 0;
}

.hdyd ul li img {
    width: 320px;
    height: 248px;
}

.hdyd ul li:hover img {
    transform: scale(1.16);
    position: relative;
}

.hdyd li .dtitle {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
    color: #FFFFFF;
    padding: 5px;
    z-index: 10;
    width: 310px;
    text-align: left;
}
.hdyd li .dtitle br{
	display:none;
}
.hdyd_ztb ul li {
    width: 320px;
    margin-right: 30px;
    position: relative;
    margin-left: 0;
}

.hdyd_ztb ul li img {
    width: 320px;
    height: 248px;
}

.hdyd_ztb li .dtitle {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
    color: #FFFFFF;
    padding: 5px;
    z-index: 10;
    width: 310px;
    text-align: left;
}

.tcherBox li:hover img {
    transform: scale(1.4);
    position: relative;
}

.tcherBox {
    position: relative;
}
.tcherBox_ztb {
    position: relative;
	padding: 10px 0 40px 0px;
}

.tcherBox .bd {
    position: relative;
    z-index: 10;
}

.tcherBox .hd {
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 110px;
}

.kstdBox table {
    border-collapse: collapse;
    border-width: 0px;
    border-style: hidden;
}

.kstdBox table th {
    border: 1px solid #E5E5E5;
    padding: 30px 60px;
}

.techear p {
    margin-left: 30px;
    width: 327px;
    /*height: 200px;*/
    overflow: hidden;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.techear p img {
    width: 327px;
    height: 248px;
    margin-bottom: 15px;
}

.teacherBox p {
    width: 180px;
    height: 270px;
    margin-left: 62px;
}

.teacherBox p img {
    width: 180px;
    height: 220px;
}
/*专题专栏*/

.ztzl p {
    width: 276px;
    margin-left: 95px;
    margin-top: 35px;
}

.ztzl p img {
    width: 276px;
    height: 160px;
}
.ztzl_1 p {
    width: 276px;
    margin-left: 95px;
    margin-top: 35px;
}

.ztzl_1 p img {
    width: 276px;
    height: 90px;
}
/*快捷专栏*/

.kjgn p {
    width: 160px;
    margin-left: 95px;
    margin-top: 35px;
    margin: 60px 120px 20px 10px;
}

.kjgn p img {
    width: 140px;
    height: 140px;
}
/*列表页翻页*/

.page .page-large {
    text-align: center;
    margin: 50px 30px;
}

.page .page-large a {
    padding: 10px;
    color: #111010;
}

.page .page-large a.on {
    color: #666666;
}
/*内容页*/

.rightBox {
    width: 400px;
    background-color: #fff;
    margin-top: 15px;
}
.lmjsz-rightBox {
    width: 400px;
    background-color: #fff;
    margin: 0px 100px 0px -10px;
}

.content {
    width: 830px;
    padding: 50px 80px 80px 80px;
    margin-top: 15px;
    min-height: 800px;
    font-size: 18px;
    background-color: white;
    border: 1px solid #E2E2E2;
    margin-bottom: 7px;
    
}
.content_xrld {
    width: 1238px;
    padding: 50px 80px 80px 80px;
    margin-top: 15px;
    min-height: 800px;
    font-size: 18px;
    background-color: white;
    border: 1px solid #E2E2E2;
    margin-bottom: 7px;
    
}

.page-link clearfix {
    margin-top: 30px;
}

.content h3 {
    padding: 20px 50px;
    text-align: center;
    font-size: 36px;
}

.content p {
    line-height:1.75em !important;
    font-family:"微软雅黑" !important;
    //color: #222;
    font-size:18px;
}
  
  .content p img {
    display: block;
    margin: 10px auto;
  
}

.content_xrld h3 {
    padding: 20px 50px;
    text-align: center;
    font-size: 36px;
}

.content_xrld p {
    line-height:1.75em !important;
    font-family:"微软雅黑" !important;
    //color: #222;
    font-size:18px;
}
  
  .content_xrld p img {
    display: block;
    margin: 10px auto;
  
}


.fbtcenter {
    text-align: center;
}

.content .desc {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin: 38px 0 50px;
}

.content .desc small {
    margin-right: 30px;
}

.content_xrld .desc {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin: 38px 0 50px;
}

.content_xrld .desc small {
    margin-right: 30px;
}

.content-background-color {
    background-color: white;
}

.content-news-background-color {
    background-color: #F1F2EA;
}



.conts p {
    line-height: 32px;
    
    
}

.conts p img {
    display: block;
    margin: 10px auto;
    width: auto !important;
}

#shangyip a:hover {
    color: #b71d1d;
    text-decoration-line: underline;
    text-decoration-color: #b71d1d;
}

#xiayip {
    margin-left: 60px;
}

#xiayw {
    margin-left: 432px;
}

#xiayip a:hover {
    color: #b71d1d;
    text-decoration-line: underline;
    text-decoration-color: #b71d1d;
}

#shangyw a:hover {
    color: #0c7ff7;
    text-decoration-line: underline;
    text-decoration-color: #0c7ff7;
}

#xiayw a:hover {
    color: #0c7ff7;
    text-decoration-line: underline;
    text-decoration-color: #0c7ff7;
}
/*面包屑*/

.crumb a {
    color: #989898;
}

.crumb {
    padding-left: 20px;
    background: url(../assets/home.png) left center no-repeat;
    color: #989898;
}
/*列表页*/

.listbox li {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #E2E2E2;
}

.indexelementcolor h2 br{
    display:none;
}


.timeBox {
    width: 88px;
    height: 88px;
    margin: 0 10px 10px 80px;
    background-color: #f5f5f6;
    color: rgb(188, 0, 0);
    text-align: center;
    line-height: 28px;
}

.listDesc {
    width: 1150px;
	
}
.listDesc_xrld {
    width: 1060px;
	
}
.listDesc11 {
    width: 1150px;
	margin-top:24px;
	
}




.listDesclw {
    width: 1150px;
	margin-top:28px;
}

.listDesc .txt {
    margin-top: 12px;
}
.listDesc_xrld .txt {
    margin-top: 12px;
}
.module-head{
	padding-top: 15px;
	height: 97px;
	line-height: 97px;
	border-bottom: 1px solid #ebebeb;
}
.module-head span{
	display: inline-block;
	height: 97px;
	line-height: 97px;
	border-bottom: 1px solid #b50009;
	margin-bottom: -1px;
	font-size: 32px;
	color: #b50009;
}
.timeBox .time,
.times .time {
    display: none;
}

.timeBox .day {
    margin-top: 18px;
    font-size: 40px;
}

.main .container {
    position: relative;
}

.position {
    position: fixed;
    top: 360px;
    right: 12px;
}

.position ul {
    border-radius: 10px;
    width: 60px;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    z-index: 100;
}

.position ul li {
    position: relative;
}

.position ul li:hover .bpImg {
    display: block;
}

.position li .bpImg {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -200px;
    top: 0;
    display: none;
    z-index: 100;
}

.position li .bpImg:hover {
    display: block;
    transform: scale(1.3);
}

.ggbf {
    padding: 26px;
    width: 335px;
    height: 163px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/ggpcbj.png);
    font-size: 18px;
}

.ggcont {
    position: relative;
}

.ggcont div p {
    color: white;
    padding: 5px 2px 0px 2px;
}

.ggcont a div {
    width: 240px;
    height: 40px;
    color: white;
    padding: 25px 2px 0px 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-align: center;
    webkit-line-clamp: 1;
    white-space: nowrap;
}

.ggcontxq {
    font-size: 14px;
    color: #4545a4;
    text-decoration: underline;
}

.ggcont div {
    font-size: 16px;
    padding-left: 12px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-top: -5px;
}

.ggcont div p {
    color: red;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ggcont .pimg {
    position: absolute;
    top: -10px;
    right: -27px;
}
/*新闻改版news*/

.news05 {
    padding: 20px;
    border: 0px solid #F1F2EA;
    /* //margin-top: 30px; */
    overflow: hidden;
}
.news05_xrld {
    padding: 20px;
    border: 0px solid #F1F2EA;
    overflow: hidden;
}

.jd_news {
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.jd_news span {
    border-left: 4px solid #B71D1D;
    padding-left: 20px;
    font-size: 28px;
}

.news05 li {
    padding-left: 20px;
    background: url(../assets/jt.png) 5px center no-repeat;
}
.news05_xrld li {
    padding-left: 20px;
    background: url(../assets/jt.png) 5px center no-repeat;
}

.news05 li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5rem;
}
.news05_xrld li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}

.news05 li a:hover {
    color: #b71d1d;
    text-decoration-line: underline;
    text-decoration-color: #b71d1d;
}
.news05 li:hover{
	color:red;
}
.news05_xrld li a:hover {
    color: #b71d1d;
    text-decoration-line: underline;
    text-decoration-color: #b71d1d;
}
.news05_xrld li:hover{
	color:red;
}
.news06 li {
    background: none;
    width: 158px;
    float: left;
    padding: 0;
    margin: 10px;
}

.news06 li p {
    width: 100%;
    overflow: hidden;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
/*头部的图片*/

.logoBox {
    position: relative;
    width: 848px;
    float: left;
}

.txtimg {
    position: absolute;
    right: 105px;
    top: 10%;
    left: 38%;
}
.rjbmtxtimg {
    position: absolute;
    top: 66px;
    left: 457px;
}


.ggbf .tex_fwb {
    position: relative;
    height: 105px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 5px
}

.ggbf .tex_fwb p {
    padding: 0;
}

.ggbf .tex_fwb nobr {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 57px;
    height: 28px;
    right: 0px;
    bottom: 8px;
}

.ggbf .tex_fwb nobr a {
    padding: 0;
}

.out_gg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    width: 90px;
    height: 30px;
}
/* 教师风采轮播图 */

#certify {
    position: relative;
    width: 1400px;
    margin: 0 auto !important;
    
}

#certify .swiper-container {
    padding-bottom: 110px;
    margin-top: 46px;
    height: 275px;
    overflow: hidden;
    margin-bottom: 8px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.hdyd_width{
	width:670px;	
	float: right;
	margin-top: 68px;
}
.hdyd_width_1{
	width:670px;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    //background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
	top:50px;
    right: auto;
top:144px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    //background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
	top:50px;
    left: auto;
top:144px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.context-shang-left{
    margin-left: 36px;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

#certify .swiper-slide {
    width: 180px;
    height: 230px;
    /* background: #fff; */
    /* box-shadow: 0 8px 30px #ddd; */
}
/* .swiper-father {
    width: 500px;
    height: 400px;
    border: 1px solid red;
    position: relative;
} */

.swiper-slide a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
}

.swiper-slide a img {
    width: 260px;
    height: 334px;
    display: block;
    margin: 0 auto;
}

.swiper-slide a p {
    /* text-indent: 80px; */
    font-size: 18px;
    margin: 0 33%;
    margin-top: 20px;
    display: block;
    margin-left: 114px;
}
   @media (max-width: 1366px) {
  body{
       /* background-color: red;*/
        width: 1349px !important;
    }
.title_xzc_1 {
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    color: #B71D1D;
    overflow: hidden;
    margin-top: 3px;
    width: 580px;
}
.main-right-pannel{
	width: 840px;
	float: right;
}
	#fwzn1{
		width: 523px;
	}
	#zbdj1{
		margin-left: 80px;
		width: 586px;
	}
	.dfdxgzc_left{
		margin-left:-37px;
	}
	#jcssjs1{
		width: 520px;
	}
	.fwzn_xzc{
	width:560px!important;
}
.zbjs_xzc{
	width:560px!important;
}
.pointer {
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    right: 10px;
	width:106px !important;
}

    .container{
      /*  background-color: palevioletred;*/
        width: 1210px !important;
    }
    #certify,.section02{
      /*  background-color: plum;*/
        width: 1210px !important;
		height: 100%;
    }
    #imgList,.play-box{
        width: 800px !important;
    }
	    #imgList,.play-boxs,#certify,.section02{
      /*  background-color: plum;*/
        width: 1210px !important;
		height: 100%;
    }
    .navl li>a{
        padding: 17px 18px;
    }
    /* .fr {
        margin-right: 150px;
    } */
    .banner,.newsBanner{
        width: 600px !important;
    }
    .banner .img li img{
        width: 600px;
        height: 400px;
    }
    .list01 li{
        height: 43px;
		font-size:16px !important;
		padding-top:16px;
    }
    .indeximg {
        width: 18%;
        margin-left: 7px;
    }
    .news01{
        width: 370px;
    }
    .times{
        width: 50px;
    } 
    .tzgg .list02 li{
        margin-left: 5px;
    }
   .list02 .ltit {
       padding-top: 9px;
   }
    .list02 .txt{
        margin-right: 5px;
        width: 256px;
    }
    .listTitle {
        font-size: 16px;
    }
    .times .day{
        font-size: 27px;
    }
    .news03 {
        width: 800px;
    }
    #img_box-shadow img{
        width: 250px;
    }
    #img_box-shadow a:nth-child(2) img{
        margin: 0 10px !important;
    }
    .videotype li{
        width: 110px;
    }
    .videotype {
        width: 380px;
        margin-top: 29px;
		position: relative;
		z-index: 1000;
    }
    .hdyd ul li{
        width: 255px;
    }
	.hdyd_width_1{
		width: 600px;
	}
	.hdyd_width{
		width: 600px;
	}
    .hdyd ul li img{
        width: 280px;
        height: 197px;
    }
    .hdyd li .dtitle{
       width: 270px;
    }
    .play-box img {
		height: 221px;
        width: 801px;
		margin-top: -21px;
		margin-left: -15px;
    }
	    .play-boxs img {
        height: 150px;
    }
    .swiper-slide a img{
        width: 230px;
        height: 295px;
    }
    .swiper-slide a p {
        margin: 0px 29%;
        margin-left: 100px;
    }
    .kstdBox table th {
        padding: 20px 39px;
        font-size: 16px !important;
    }
    .wzdesc{
        width: 600px;
    }

    .wzBox{
        width: 530px;
    }
    .links{
        width: 550px;
    }
    .linkL li{
        width: 160px;
    }
   .position{
        top: 360px;
    }
    .navl li .sub{
        width: 1235px;
    }
    .sub_list li a{
        display: inline;
    }
	.sub_list_1 li a{
        display: inline;
    }
    .sub_list{
        width: 240px;
    }
	.sub_list_1{
        width: 240px;
    }
    .content{
        width: 765px;
        padding:50PX 20px 80PX 20px;
    }
	.content_xrld{
        width: 765px;
        padding:50PX 20px 80PX 20px;
    }
    .conts div{
        padding: 20px 35px 30px;
    }
    .rightBox {
        width: 397px;
    }.list01{
        width: 560px;
    }
    .list02{
        width: 345px;
    }
    .listDesc {
        width: 970px;
    }
	.mt {
        margin-top: 39px;
}
.news {
    width: 590px;
    margin-top:10px;
}
.news_xzc_1 {
    width: 780px;
    margin-top:10px;
}
    .lmjsz-rightBox{
        width: 396px;
        margin-right: 60px;
    }
    .lmbj {
        height: 623px;
        width: 890px;
    }
#gss li,.linkL li{
        margin-top: 15px;
    }
  .box_L{
       overflow: hidden;
    }
  } 
