body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #2c2c2c;
    position: relative;
    font-size: 14px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin: 0 auto;
   
}


.f-left{
    float: left;
}

.f-right{
    float: right;
}

/* ----------- */


.header{
    width: 100%;
    height: 180px;
    background: #c20e12;
}

.header h1{
    margin-top:35px;
}

.header .slogan{
    margin-top:10px;
}


/* 导航 */
.con-navigation {
	width: 100%;
	background: #fff;
	height: 55px;
}

.nav-con {
	    width: 1470px;
    max-width: 1470px;
    height: 55px;
    margin: auto;
}

.nav .nLi:nth-child(7){
  width: 195px;
}

.nav .nLi:nth-child(7) .sub{
  width: 195px;
}

.nav .nLi:nth-child(7) .sub li{
  width: 195px;
}

.nav .nLi:nth-child(8) .sub{
       width: 200px;
    left: -40px;
}

.nav .nLi:nth-child(8) .sub li{
    width: 200px;
}

.nav {
	height: 55px;
	line-height: 55px;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #c20e12;
}

.nav .nLi {
	width: 112px;
	height: 55px;
	float: left;
	display: inline;
	text-align: center;
   /**  margin-right: 10px; */
    position: relative;
}



.nav .nLi h3 {
	height: 55px;
}

.nav .nLi h3 a {
	display: inline-block;
	font-size: 16px;
	text-align: center;
    height: 97%;
}

.nav .nLi h3 a:hover {
	color: #c20e12;
    font-weight: bold;
}

.nav .nLi.on h3 a {
	color: #c20e12;
    font-weight: bold;
    border-bottom: 2px solid #c20e12;
}

.con-party .nav .nLi h3 a:hover {
	color: #c20e12;
    font-weight: bold;
}

.con-party .nav .nLi.on h3 a{
    color: #c20e12;
    border-bottom: 2px solid #c20e12;
}


.nav .sub {
	display: none;
	width: 115px;
	top: 55px;
	position: absolute;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.nav .sub li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	zoom: 1;
	float: left;
	width: 115px;
	border-top: 1px solid #d2d2d2;
	border-radius: 0 0 5px 5px;
}

.nav .sub li:hover a {
	color: #c20e12;
}

.con-party .nav .sub li:hover a {
	color: #d9230d;
}
.container_skitter .image a img {
    width: 100%;
height:600px;
    display: block;
    z-index: 0;
}
#slideshow ul li img {
    display: block;
    width: 100%;
    z-index: 0;
}

.nav .sub a {
	color: #393939;
	display: block;
	font-size: 16px;
}

/* --- */
#slideshow{
    width: 100%;
    height: 600px;
    margin: 0;
    position: unset;
    position: relative;
    left: 0;
z-index:0;
}


.column{
    width: 100%;
    text-align: center;
padding: 70px 0 50px 0;}

.column .col-name{
    width: 195px;
    height: 72px;
    line-height: 72px;
    display: inline-block;
    background: url(../img/column-bg.png) no-repeat;
}

.column a{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}


.con-navigation .search{
    margin-top: 17px;
}

.w-685{
    width: 685px;
}

.con-news{
    height: 835px;
    background: #f8f8f8;
}

.con-news .imglist .slideBox .bd ul li .title{
    font-size: 16px;
    color: #4e4e4e;
    font-weight: bold;
    line-height: 35px;
}

.con-news .imglist .slideBox .bd ul li .img{
    overflow: hidden;
}

.con-news .imglist .slideBox .bd ul li .desc{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
}

.con-news .imglist .slideBox .bd ul li .dete{
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 20px;
    line-height: 25px;
}


.con-news .imglist .slideBox .bd ul li  .img img{
    width: 685px;
    height: 390px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}
.con-news .imglist .slideBox .bd ul li .text{
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
}

.con-news .imglist .slideBox .hd ul li{
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #c20e12;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

.con-news .imglist .slideBox .hd ul li.on{
    background: #c20e12;
}


.con-news .imglist .slideBox{
    width: 100%;
    height: 575px;
    position: relative;
       overflow: hidden;
}

.con-news .imglist .slideBox .hd{
    position: absolute;
    right: 23px;
    bottom: 30px;
}

.con-news .imglist .slideBox .bd ul li a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.con-news .imglist .slideBox .bd ul li a:hover .title{
    color: #c20e12;
}

.con-news .infolist ul li{
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
    background: #fff;
}

.con-news .infolist ul li a{
    padding: 25px;
    display: inline-block;
}

.con-news .infolist ul li .title{
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
}

.con-news .infolist ul li .desc{
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    color: #7a7a7a;
    overflow: hidden;
    margin: 5px 0 10px 0;
}

.con-news .infolist ul li .dete{
    font-size: 14px;
    color: #7a7a7a;
}

.con-news .infolist ul li.onx{
    background: url(../img/news_list_li_bg.png) no-repeat;
}

.con-news .infolist ul li.onx .title{
    color: #c83a39;
    font-weight: bold;
}

.con-news .infolist ul li.onx .dete{
    color: #c83a39;
}
/* --- */

.con-dtgz{
    width: 100%;
    height: 680px;
}

.con-dtgz .dtgzlist{
    width: 1002px;
    position: relative;
   overflow: hidden;
}


.con-dtgz .dtgzimg{
    width: 368px;
}

.con-dtgz .dtgzimg .text{
    background: #f8f8f8;
    padding: 20px;
}

.con-dtgz .dtgzimg .title{
    color: #4e4e4e;
    font-size: 18px;
    line-height: 40px;
}

.con-dtgz .dtgzimg .desc{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 25px;
}

.con-dtgz .dtgzimg .dete{
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 20px;
}

.con-dtgz .dtgzlist .slider-mark{
    width: 255px;
    height: 440px;
    background: #c83a39;
    position: absolute;
    left: 0;
    z-index: -1;
}

.con-dtgz .dtgzlist .slider-nav{
    width: 855px;
    height: 350px;
    background: #f8f8f8;
    margin-left: 145px;
    margin-top: 65px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.con-dtgz .dtgzlist .slider-nav .text{
    width: 365px !important;
    height: 100%;
    float: right;
}

.slick-initialized .slick-slide .img{
        overflow: hidden;
}

.con-dtgz .dtgzlist .slider-for{
    width: 560px;
    height: 315px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 99;
}

.con-dtgz .slick-list{
    padding: 0 !important;
}

.con-dtgz .slick-dots{
    position: absolute;
    bottom:25px;
    left: 20%;
    text-align: unset;
}

.con-dtgz .slick-dots li{
    margin: 0;
}

.con-dtgz .slick-dots li.slick-active button:before {
    border: none;
    background: #c83a39;
    width: 12px;
    height: 12px;
}

.con-dtgz .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 1px solid #c83a39;
    border-radius: 50%;
    content: '';
    opacity: 0.7;
}

.con-dtgz .dtgzlist .slider-nav .text a:focus{
      outline: none;
}

.con-dtgz .dtgzlist .slider-nav .text .title{
    font-size: 18px;
    color: #c83a39;
    font-weight: bold;
    line-height: 30px;
}

.con-dtgz .dtgzlist .slider-nav .text .desc{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin-top: 15px;
}

.con-dtgz .dtgzlist .slider-nav .text .dete{
    font-size: 14px;
    color: #c83a39;
    margin-top: 30px;
}




/* 思想政治 */
.con-sxzz{
    width: 100%;
    height: 810px;
    background: url(../img/sxzzll-bg.png) no-repeat;
}


.con-sxzz .column .col-name{
    width: 325px;
height:75px;
    background: url(../img/col-sxzz-bg.png) no-repeat;
}

.con-sxzz .column .col-name a{
    color: #c83a39;
}

.con-sxzz .sxzz-content{
    width: 1405px;
    height: 560px;
    border: 1px solid #ebb7b5;
    background: rgba(255,255,255,0.1);
    box-sizing: border-box;
    padding: 40px;   
}

.sxzz-content .sxzz-l{
    width: 430px;
}

.sxzz-content .sxzz-r{
    width: 830px;
}

.sxzz-content .sxzz-r ul li{
    width: 390px;
    display: inline-block;
    margin-right: 45px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}



.sxzz-content .sxzz-r ul li .title{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.sxzz-content .sxzz-r ul li .dete{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sxzz-content .sxzz-r ul li a:hover .title{
    font-weight: bold;
}

.sxzz-content .sxzz-r ul li a:hover .dete{
    opacity: 1;
}




.boredr-none{
    border: none !important;
}

.margin0{
    padding: 0 !important;
}

.pad-top-0{
    padding-top: 0 !important;
}


.sxzz-content  .sxzz-l .imglist .bd ul li{
    position: relative;
}

/* 
.sxzz-content  .sxzz-l .imglist .bd ul li .title{
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
*/

.sxzz-content  .sxzz-l .infolist{
    margin-top: 20px;
}

.sxzz-content  .sxzz-l .infolist ul li{
    padding: 24px 0;
    border-top: 1px solid #fff;
}

.sxzz-content  .sxzz-l .infolist ul li a{
    font-size: 18px;
    color: #fff;
}

.sxzz-content  .sxzz-l .infolist ul li a:hover{
    font-weight: bold;
}

.sxzz-content  .sxzz-l .imglist .hd{
    margin-top: 30px;
    text-align: center;
}

.sxzz-content  .sxzz-l .imglist .hd ul li{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
}

.sxzz-content  .sxzz-l .imglist .hd ul li.on{
    background: #fff;
}

.sxzz-content  .sxzz-l .imglist .bd ul li .img{
    overflow: hidden;
}

.sxzz-content  .sxzz-l .imglist .bd ul li .img img{
    width: 430px;
    height: 230px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.sxzz-content  .sxzz-l .imglist .bd ul li a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}


/* 学科 */
.con-skjs{
    width: 100%;
    height: 720px;
    box-sizing: border-box;
    padding-top: 30px;
}

.con-skjs .xkjs-l{
    width: 665px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 40px;
}

.con-skjs .xkjs-l ul li{
    height: 55px;
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid #dfdfdf;

}

.con-skjs .xkjs-l ul li .dete{
    float: left;
    width: 65px;
    text-align: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dfdfdf;
}

.con-skjs .xkjs-l ul li .d{
    font-size: 36px;
    color: #4e4e4e;
}

.con-skjs .xkjs-l ul li .y{
    font-size: 16px;
    color: #8e8e8e;
}

.con-skjs .xkjs-l ul li .title{
    font-size: 18px;
    color: #4e4e4e;
    line-height: 30px;
}

.con-skjs .xkjs-l ul li a:hover .title{
    color: #c20e12;
}

.con-skjs .xkjs-l ul li a:hover .d{
    color: #c20e12;
}

.pad-bottom-0{
    padding-bottom: 0 !important;
}


.con-skjs .xkjs-r{
    width: 700px;
}

.con-skjs .xkjs-r .item{
    position: relative;
    width: 100%;
    height: 240px;
}

.con-skjs .xkjs-r .item .text{
    width: 385px;
    height: 200px;
    background: #c9322f;
    margin-top: 20px;
    float: right;
    box-sizing: border-box;
    padding: 25px 25px 25px 60px;
}

.con-skjs .xkjs-r .item .text .title a{
    font-size: 18px;
    color: #fff;
}

.con-skjs .xkjs-r .item .text .desc{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin: 15px 0;
}

.con-skjs .xkjs-r .item .text .dete{
    font-size: 14px;
    color: #fff;
}


.con-skjs .xkjs-r .item .img{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
}

.con-skjs .xkjs-r ul{
    margin-top: 10px;
}

.con-skjs .xkjs-r ul li{
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}



.con-skjs .xkjs-r ul li a{
    font-size: 18px;
    color: #4e4e4e;
}

.con-skjs .xkjs-r ul li span{
    font-size: 14px;
    color: #4e4e4e;
    opacity: 0.5;
    float: right;
}

.con-skjs .xkjs-r ul li a:hover{
    color: #c20e12;
}


.con-skjs .col-name{
    width: 295px;
    background: url(../img/col-xkjs-bg.png) no-repeat;
}


/* 专题专栏 */


.con-ztzl{
    padding-top: 10px;
}

.con-ztzl .bd ul li{
    width: 325px;
    height: 130px;
    margin-right: 35px;
}

.con-ztzl .bd ul li .img{
       overflow: hidden;
}
.con-ztzl .bd ul li .img img {
	width: 100%;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-ztzl .bd ul li a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}





.con-ztzl .hd ul li{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #c20e12;
    border-radius: 50%;
}

.con-ztzl .hd ul li.on{
    background: #c20e12;
}

.con-ztzl .hd{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}


/* 教师风采 */

.con-jsfc{
    width: 100%;
    height: 525px;
}




/* 数字马院 */
.con-szmy {
    width: 100%;
    height: 525px;
}
.con-szmy .szmylist {
    width: 100%;
}

.szmylist .item{
    width: 20%;
    height: 340px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding-top: 65px;
    cursor: pointer;
}




.szmylist .item .img{
    width: 70px;
    height: 70px;
    display: inline-block;
}

.szmylist .item1 .img{
    background: url(../img/num-icon-01.png) no-repeat;
}
.szmylist .item2 .img{
    background: url(../img/num-icon-02.png) no-repeat;
}
.szmylist .item3 .img{
    background: url(../img/num-icon-03.png) no-repeat;
}
.szmylist .item4 .img{
    background: url(../img/num-icon-04.png) no-repeat;
}
.szmylist .item5 .img{
    background: url(../img/num-icon-05.png) no-repeat;
}


.szmylist .item .number span{
    font-size: 48px;
    color: #c0171e;
}

.szmylist .item .number{
    font-size: 16px;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 35px;
}

.szmylist .item .desc{
    font-size: 16px;
    color: #fff;
}

.szmylist .item.onx{
    background: #fff;
}


.szmylist .item.onx .number{
    color: #333;
}

.szmylist .item.onx .desc{
    color: #b31e23;
}

.szmylist .item1:hover .img{
    background: url(../img/num-icon-01-on.png) no-repeat;
}
.szmylist .item2:hover .img{
    background: url(../img/num-icon-02-on.png) no-repeat;
}
.szmylist .item3:hover .img{
    background: url(../img/num-icon-03-on.png) no-repeat;
}
.szmylist .item4:hover .img{
    background: url(../img/num-icon-04-on.png) no-repeat;
}
.szmylist .item5:hover .img{
    background: url(../img/num-icon-05-on.png) no-repeat;
}



/* 页尾 */

.footer{
    margin-top: 95px;
}

.footer .imgs .item{
    float: left;
    margin-right: 15px;
}

.footer .imgs{
    margin-bottom: 30px;
}

.footer .imgs .item p{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.footer .banq{
    margin-top: 20px;
}

.footer .banq p{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    line-height: 25px;
}

.footer .banq p img{
    display: inline-block;
}
.jsfclist{
  overflow:hidden
}
/* 教师风采 */

.con-jsfc .jsfclist .bd ul li{
    width: 170px;
    /* height: 225px; */
    margin-right: 50px;
}



.con-jsfc .hd ul li{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #c20e12;
    border-radius: 50%;
}

.con-jsfc .hd ul li.on{
    background: #c20e12;
}

.con-jsfc .hd{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.con-jsfc .jsfclist .bd ul li .title{
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    text-align: center;
}




/* 2023-3-30 */

.con-tzgg ul li {
    width: 443px;
    height: 118px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 25px;
}

.con-tzgg ul li.li3,
.con-tzgg ul li.li6 {
    margin-right: 0;
}

.con-tzgg ul li.li4,
.con-tzgg ul li.li5,
.con-tzgg ul li.li6 {
    margin-bottom: 10px;
}

.con-tzgg ul li .dete {
    width: 100px;
    height: 66px;
    background: url(../img/icon004.png) no-repeat;
    float: left;
}

.con-tzgg ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.con-tzgg ul li .d {
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 7px;
    padding-right: 12px;
    font-style: italic;
}

.con-tzgg ul li .y {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-right: 18px;
    font-style: italic;
}

.con-tzgg ul li:hover {
    background: #c83b3a;
    border: 1px solid #c83b3a;
}

.con-tzgg ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.con-tzgg ul li:hover .d {
    color: #c83b3a;
}

.con-tzgg ul li:hover .y {
    color: #c83b3a;
}

.con-tzgg ul li:hover .dete {
    background: url(../img/icon004-on.png) no-repeat;
}

.con-dtgz .dtgzimg {
    height: 445px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 20px;
}

.con-dtgz .dtgzimg ul li {
    line-height: 40px;
    margin-bottom: 10px;
}

.con-dtgz .dtgzimg ul li.li8 {
    margin-bottom: 0;
}

.con-dtgz .dtgzimg ul li a {
    font-size: 18px;
    color: #333;

}

.con-dtgz .dtgzimg ul li .dete {
    font-size: 16px;
    color: #666;
    float: right;
    margin: 0;
    opacity: .8;
}

.con-dtgz .dtgzimg ul li:hover a {
    color: #c83b3a;
    font-weight: bold;
}

.con-dtgz .dtgzimg ul li:hover .dete {
    opacity: 1;
}

.sxzz-content .sxzz-r ul li {
    width: 100%;
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.sxzz-content .sxzz-r ul li.li4 {
    border: none;
}

.sxzz-content .sxzz-r ul li .dete {
    margin: 26px 0;
}

.sxzz-l .slideBox {
    position: relative;
   overflow: hidden;
}

.sxzz-l .slideBox .bd li .text {
    margin-top: 65px;
}

.sxzz-l .slideBox .bd li .text .title {
    line-height: 30px;
}

.sxzz-l .slideBox .bd li .text .title a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.sxzz-l .slideBox .bd li .text .desc {
    opacity: .5;
    color: #fff;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.sxzz-l .slideBox .bd li .text .dete {
    opacity: .5;
    color: #fff;
    margin-top: 15px;
}

.sxzz-content .sxzz-l .imglist .hd {
    text-align: center;
    position: absolute;
    top: 260px;
    width: 100%;
    margin: 0;
}