@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #565656;
    -webkit-text-size-adjust: none;
    background: #fff url(/jxjy/images/bg.png) repeat-x;
}

ul,
h2,
h3,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    font-size: 14px;
    color: #565656;
    text-decoration: none;
}

a:hover {
    color: #1f65de;
}

.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

.fc,
.fc a {
    color: #e70010;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*头部*/

#header {
    width: 100%;
    height: 143px;
    position: relative;
    z-index: 9999;
    background: url(/jxjy/images/bg.png);
}

#top {
    width: 100%;
    background: url(/jxjy/images/top_r.jpg) no-repeat right top;
    height: 143px;
}

.topsum {
    max-width: 1100px;
    height: 84px;
    margin: 0 auto;
    position: relative;
}

.topsum #logo {
    float: left;
    width: 600px;
    margin-top: 10px;
}

#top .serach {
    position: absolute;
    top: 27px;
    right: 0;
    width: 180px;
    height: 26px;
    background: url(/jxjy/images/search.png) no-repeat right top;
    padding: 0 0 0 100px;
}

#top .serach a {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    display: block;
}

#top .serach .input {
    position: absolute;
    top: 2px;
    left: 124px;
    width: 110px;
    height: 22px;
    border: none;
    background: none;
    line-height: 22px;
    color: #666;
    font-size: 12px;
    font-family: "宋体";
}

#top .serach .search-btn {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

#nav {
    width: 100%;
    position: relative;
    height: 57px;
    border-top: 2px solid #a02230;
}

#nav ul {
    max-width: 1152px;
    margin: 0 auto;
    height: 57px;
}

#nav li {
    float: left;
    height: 57px;
    line-height: 57px;
    position: relative;
    text-align: center;
    width: 12.5%;
    background: url(/jxjy/images/nav_bg.png) no-repeat 14px 10px;
}

#nav li a {
    font-size: 15px;
    height: 46px;
    display: block;
    position: relative;
    color: #fff;
}

#nav li a:hover,
#nav li.active {
    background: url(/jxjy/images/nav_a.jpg) no-repeat 14px 10px;
    color: #fff;
}

#nav li:hover {
    background: url(/jxjy/images/nav_a.jpg) no-repeat 14px 10px;
}

#nav li:hover .a {
    display: block;
}

#nav li .a {
    position: absolute;
    top: 48px;
    left: 14px;
    width: 115px;
    padding: 15px 0;
    display: none;
    background: #80051a;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

#nav li .a dd {
    text-align: center;
    height: 34px;
    line-height: 34px;
}

#nav li .a dd a {
    height: 34px;
    font-size: 12px;
}

#nav li .a dd a:hover {
    background: #b88a28;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* 单个图片幻灯片盒子 - 公用类 */

.slideBox {
    width: 1100px;
    height: 367px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    right: 0;
    bottom: 30px;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 15px;
    padding: 0 0 0 1050px;
    margin: 0 auto;
    width: 150px;
    display: none;
}

.slideBox .hd li {
    width: 15px;
    height: 15px;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
    margin-right: 10px;
}

.slideBox .hd li.on {}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    height: 400px;
}

.slideBox .bd li {
    width: 100%;
    text-indent: -9999px;
    height: 367px;
}

.slideBox .bd li a {
    display: block;
    height: 367px;
}


/*底部*/

#footer {
    background: url(/jxjy/images/ft-bg.jpg) center left no-repeat;
    color: #fff;
    height: 109px;
}

#footer .footsum {
    text-align: right;
    max-width: 1100px;
    padding-top: 20px;
    height: 89px;
    background: url(/jxjy/images/f_text.png) no-repeat left 32px;
    margin: 0 auto;
}

#footer .footsum p {
    width: 690px;
    line-height: 24px;
    color: #fff;
    text-align: right;
    float: right;
    font-size: 12px;
}

#footer .footsum p a {
    color: #fff;
    font-size: 12px;
}


/*主体*/

.public_width {
    max-width: 1100px;
    margin: 0 auto;
}

.public_width h3 {
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    color: #999999;
}

.public_width h3 a {
    color: #999999;
    font-size: 12px;
    text-decoration: underline;
}

.public_width h3 .h3_tit {
    position: absolute;
    top: 0;
    left: 0;
}

.public_width h3 .h3_tit strong {
    color: #333;
    font-size: 24px;
    margin-right: 6px;
    font-weight: normal;
}


/*工作动态*/

.index_content1 {
    width: 100%;
    background: #e9e9e9;
}

.index_content1 h1 {
    max-width: 1100px;
    margin: 0 auto;
    height: 100px;
    background: url(/jxjy/images/tit2.png) no-repeat left 42px;
    text-indent: -9999px;
}


/*video*/

.slideBox2 {
    width: 70%;
    height: 416px;
    float: left;
    position: relative;
    overflow: hidden;
}

.slideBox2 .hd {
    height: 416px;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 360px;
    position: absolute;
    z-index: 9999;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 416px;
    margin: 0 auto;
    width: 360px;
}

.slideBox2 .hd li {
    width: 360px;
    height: 120px;
    background: url(/jxjy/images/li1.png) no-repeat;
    cursor: pointer;
    margin-bottom: 5px;
}

.slideBox2 .hd li dl {
    width: 316px;
    margin: 0 auto;
    padding-top: 15px;
}

.slideBox2 .hd li dt {
    line-height: 32px;
    font-size: 15px;
    overflow: hidden;
}

.slideBox2 .hd li dd {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.slideBox2 .hd li.on {
    background: url(/jxjy/images/li2.png) no-repeat;
}

.slideBox2 .bd {
    position: absolute;
    top: 5px;
    left: 0;
    height: 360px;
    z-index: 0;
    width: 400px;
}

.slideBox2 .bd li {
    width: 400px;
    height: 360px;
    overflow: hidden;
}

.slideBox2 .bd li img {
    width: 400px;
    height: 360px;
}

.index_sum1 {
    width: 295px;
    float: right;
}

.index_sum1 dt {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    font-weight: bold;
}

.index_sum1 dt a {
    font-size: 16px;
    color: #000;
}

.index_sum1 dd {
    width: 385px;
    height: 36px;
    line-height: 36px;
    background: url(/jxjy/images/ico.png) no-repeat left 15px;
    text-indent: 12px;
    overflow: hidden;
}


/*期刊展示*/

.index_content2 {
    width: 100%;
}

.index_content2 h2 {
    max-width: 1100px;
    text-indent: -9999px;
    margin: 0 auto;
    height: 152px;
    background: url(/jxjy/images/tit1.png) no-repeat left 48px;
}


/* 多个左滚动 - 图片- 公用类 */

.leftLoop {
    height: 332px;
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
}

.leftLoop .hd {
    max-width: 1190px;
    height: 50px;
    z-index: 9999;
}

.leftLoop .slick-prev {
    position: absolute;
    top: 35%;
    transform: translatey(-50%);
    left: -25px;
    width: 18px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #90cbaf;
    background: url(/jxjy/images/prev.jpg) no-repeat center 20px;
    text-indent: -9999px;
}

.leftLoop .slick-next {
    position: absolute;
    top: 35%;
    transform: translatey(-50%);
    right: -25px;
    width: 18px;
    height: 48px;
    border: 1px solid #90cbaf;
    background: url(/jxjy/images/next.jpg) no-repeat center 20px;
    cursor: pointer;
    text-indent: -9999px;
}

.leftLoop .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    display: none;
}

.leftLoop .bd ul li img {
    width: 100%;
    height: 184px;
}

.leftLoop .bd ul li dl {
    padding-top: 20px;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.leftLoop .bd ul li dl .dl_text {
    position: absolute;
    top: 0;
    left: 22px;
    width: 55px;
    height: 65px;
    color: #fff;
    background: url(/jxjy/images/bg2.png);
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

.leftLoop .bd ul li dl .dl_text strong {
    display: block;
    line-height: 40px;
    font-weight: normal;
    font-size: 22px;
}

.leftLoop .bd ul li dt {
    height: 184px;
    padding: 3px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 auto;
}

.leftLoop .bd ul li dd {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin: 12px auto 0 auto;
}


/*交流园地 通 知星空官网 友情链接*/

.index_content3 {
    width: 100%;
    background: #f4f4f4;
    padding: 38px 0 24px 0;
}

.index_sum2 {
    width: 41%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.index_sum2 h3 {
    height: 43px;
    text-indent: -9999px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: url(/jxjy/images/tit3.png) no-repeat;
}

.index_sum2 h4 {
    height: 43px;
    text-indent: -9999px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: url(/jxjy/images/tit4.png) no-repeat;
}

.index_sum2_ul {
    width: 100%;
    position: relative;
    z-index: 9999;
    padding-top: 15px;
}

.index_sum2_ul li {
    line-height: 36px;
    height: 36px;
    background: url(/jxjy/images/ico.png) no-repeat 73px 18px;
    position: relative;
    padding-left: 85px;
    overflow: hidden;
}

.index_sum2_ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #d9a43d;
    font-size: 12px;
}

.index_sum3 {
    width: 18%;
    float: right;
}

.index_sum3 h5 {
    height: 43px;
    text-indent: -9999px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background: url(/jxjy/images/tit5.png) no-repeat;
}

.index_sum3 li {
    width: 100%;
    height: 55px;
    padding-top: 10px;
    overflow: hidden;
}


/*页面主体部分*/

.mainWrap {
    width: 100%;
    height: auto;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mainL {
    max-width: 790px;
}


/**/

.mainTop {
    width: 100%;
    height: auto;
}


/*内页banner*/

.list-banner {
    width: 100%;
    height: 320px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.left {
    width: 240px;
    position: relative;
    z-index: 100;
}

.right {
    padding-left: 50px;
    overflow: hidden;
    float: none!important;
}

.lmcc {
    position: relative;
    background: url(/jxjy/images/bg.png);
    height: 90px;
    line-height: 90px;
    color: #fff;
    padding-left: 40px;
    width: 200px;
    font-size: 30px;
    letter-spacing: 1px;
}

.lmcc::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none;
}

.left-list {
    background: #ededed;
    padding-bottom: 200px;
    padding-top: 15px;
    padding-left: 10px;
    width: 230px;
}

.left-list li {
    width: 230px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

.left-list li a {
    display: block;
    padding-left: 20px;
    float: left;
    width: 210px;
    height: 46px;
    margin-bottom: 10px;
    line-height: 46px;
    color: #333;
    float: left;
}

.left-list li a:hover,
.left-current {
    background: url(/jxjy/images/bg.png)!important;
    color: #fff!important;
}

.local {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cecece;
}

.local h3 {
    color: #484848;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.dqwz {
    float: right;
    color: #333;
    font-size: 12px;
    padding-left: 16px;
    font-family: '宋体'
}

.dqwz a {
    color: #333;
    line-height: 70px;
    padding: 0 6px;
    font-size: 12px;
}

.content,
.jj,
.list,
.pic-list {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    min-height: 500px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.content-title {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.content-title h3 {
    width: 100%;
    float: left;
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    margin: 0;
}

.content-title i {
    margin-top: 6px;
    width: 100%;
    font-style: normal;
    float: left;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.content-con {
    width: 99%;
    margin: 0 auto
}

.content-con p,
.jj p {
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    text-indent: 2em;
    margin-bottom: 15px;
    text-indent: 2em !important;
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
    line-height: 36px !important;
    word-break: break-all;
    white-space: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}

.content-con p span {
    font-family: "微软雅黑" !important;
}

.content-con p img {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.content-con img {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.content-sxt {
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    line-height: 30px;
    font-size: 13px;
    width: 100%;
}

.content-sxt a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.list,
.pic {
    width: 100%;
    margin: 20px 0;
}

.list li {
    position: relative;
    padding-right: 90px;
}

.list li a {
    position: relative;
    width: 100%;
    padding-left: 18px;
    background: url(/jxjy/images/ico.png) 0 center no-repeat;
    font-size: 14px;
    color: #000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list li i {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    font-style: normal;
    text-align: right;
    display: block;
    font-size: 12px;
    color: #666;
}

.list li a:hover {
    color: #940720;
}

.dqwz a:hover {
    color: #940720;
}

.pic li {
    width: 260px;
    margin-right: 45px;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.img img {
    width: 100%;
    height: 100%;
}

.pic li .txt {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li {
    position: relative;
    width: 100%;
    height: auto;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
}

.pic-tx {
    width: 145px;
    height: 145px;
    margin-right: 30px;
}

.pic-txt {
    width: 525px;
}

.pic-txt h5 {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

.pic-txt p {
    display: block;
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.pic li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.pic-tx img {
    width: 145px;
    height: 145px;
}

.footul,
.foot ul li,
.footm p,
.foot a,
.foot ul li a {
    display: inline!important;
}

#logo {
    width: 500px;
}

#logo .zhuzhan {
    float: left;
    width: 340px;
}

#logo .zizhan {
    float: left;
}

#logo .zhuzhan img {
    width: 100%;
}

#logo .zizhan {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    line-height: 58px;
}

@media screen and (max-width: 1260px) {
    .leftLoop .slick-prev {
        left: 0;
    }
    .leftLoop .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .leftLoop {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1100px) {
    .topsum,
    .public_width,
    .index_content1 h1,
    .index_content2 h2,
    #footer .footsum,
    .index_content2 {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #top .serach {
        right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }
    #header {
        display: none;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #a02230;
        z-index: 999;
        padding: 16px 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        border: none;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #a02230;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/jxjy/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width: 1000px) {
    .slideBox2 {
        float: none;
        width: 100%;
    }
    .slideBox2 .bd {
        position: static;
        width: 400px;
        float: left;
    }
    .slideBox2 .hd {
        position: static;
        width: auto;
        overflow: hidden;
        padding-left: 15px;
    }
    .index_sum2 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .index_sum3 {
        float: none;
        width: 100%;
    }
    .slideBox2 .hd ul {
        width: 100%;
    }
    .slideBox2 .hd li {
        width: 100%;
        background-size: 100% 100%;
    }
    .slideBox2 .hd li dl {
        width: 100%;
    }
    .slideBox2 .hd li a {
        display: block;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    .main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .left {
        float: none;
        width: 100%;
    }
    .right {
        padding-left: 0;
        overflow: visible;
        width: 100%;
    }
    .lmcc {
        width: 100%;
    }
    .left-list {
        width: 100%;
    }
    .left-list {
        display: none;
    }
    .lmcc::after {
        display: block;
    }
    .lmcc {
        height: auto;
        line-height: inherit;
        padding: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 760px) {
    .footsum ul,
    .footsum ul li,
    .footsum p,
    .footsum a,
    .footsum ul li a {
        float: none!important;
        left: 0!important;
        display: block!important;
        text-align: center!important;
    }
    #footer .footsum,
    #footer {
        height: auto!important;
    }
    .lmcc {
        font-size: 22px;
    }
    .local h3 {
        font-size: 18px;
    }
    #footer .footsum ul {
        display: block!important;
    }
    #footer .footsum p {
        width: 100%;
        float: none;
    }
    .index_sum3 li {
        height: 24px!important;
    }
    .index_content2 h2 {
        height: 60px;
        line-height: 60px;
        background-position: left 14px;
    }
    .slideBox2 .bd {
        float: none;
        width: 100%;
    }
    .slideBox2 .hd {
        padding-left: 0;
    }
    .index_content1 h1 {
        height: 60px;
        line-height: 60px;
        background-position: left 14px;
    }
    .slideBox2 {
        height: auto;
    }
    .slideBox2 .hd {
        height: auto;
    }
    .slideBox2 .hd ul {
        height: auto;
    }
    .slideBox2 .hd li {
        height: auto;
    }
    .slideBox2 .hd li dl {
        padding-top: 15px;
    }
    .slideBox2 .hd li a {
        padding: 15px 0;
    }
    .leftLoop {
        height: auto;
    }
    .leftLoop .bd ul li dl {
        height: auto
    }
}