.section1 {
    padding-top: 25px;
    padding-bottom: 60px;
    background: url(../images/sect1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect1-l {
    float: left;
    width: 64%;
}

.sect1-r {
    float: right;
    width: 32%;
}

.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 0;
}

.title h2 p {
    font-size: 26px;
    color: #000;
    margin-bottom: 5px;
}

.title h2 span {
    font-size: 14px;
    color: #6a1218;
    font-family: "Georgia";
}

.title .more {
    position: relative;
    right: 0;
    float: right;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    margin-top: 15px;
    text-align: center;
    border: 1px solid #6a1218;
    transition: all .3s;
}

.title .more a {
    font-size: 14px;
    color: #6a1218;
    padding-right: 20px;
    background: url(../images/more.png) no-repeat right center;
}

.title .more:hover {
    right: 5px;
}

.sect1-l .more {
    background-color: #fff;
    border: 1px solid #fff;
}

.sl-top {
    margin-top: 40px;
}

.sl-top ul li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}

.sl-top ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sl-top ul li a {
    position: relative;
    display: block;
}

.sl-top ul li a .pic {
    padding-top: 70.1%;
}

.sl-top ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 15px;
    border-bottom: 4px solid #6a1218;
}

.sl-top ul li a .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 4px;
    background: #f89834;
    transition: all .3s;
}

.sl-top ul li a .text p {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    height: 56px;
    overflow: hidden;
}

.sl-top ul li:hover a .text::after {
    width: 100%;
}

.list li {
    position: relative;
    padding-right: 85px;
    line-height: 59px;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #6d6a65;
}

.sl-down ul {
    margin-top: 25px;
}

.sl-down ul li {
    padding-left: 30px;
    transition: all .3s;
}

.sl-down ul li a {
    display: block;
    font-size: 17px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-down ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #6a1218;
    transition: all .3s;
}

.sl-down ul li:hover {
    padding-left: 50px;
}

.sl-down ul li:hover a {
    color: #6a1218;
}

.sl-down ul li:hover::before {
    width: 35px;
}

.sect1-r ul {
    margin-top: 15px;
}

.sect1-r ul li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s;
}

.sect1-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #6a1218;
    transition: all .3s;
}

.sect1-r ul li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    transition: all .3s;
}

.sect1-r ul li a .date {
    float: left;
    width: 70px;
    text-align: center;
}

.sect1-r ul li a .date p {
    font-size: 26px;
    color: #1a1a1a;
}

.sect1-r ul li a .date span {
    display: block;
    font-size: 14px;
    color: #999;
}

.sect1-r ul li a .text {
    overflow: hidden;
    height: 56px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
}

.sect1-r ul li a .text p {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #1a1a1a;
    vertical-align: middle;
}

.sect1-r ul li:hover::after {
    width: 100%;
}

.sect1-r ul li:hover .date p {
    color: #6a1218;
}

.sect1-r ul li:hover .date span {
    color: #6a1218;
}

.sect1-r ul li:hover .text p {
    color: #6a1218;
}

.section2 {
    padding-top: 10px;
    padding-bottom: 15px;
}

.sect2 .title {
    position: relative;
}

.sect2 .title h2 {
    float: none;
    text-align: center;
}

.sect2 .title .more {
    position: absolute;
    right: 0;
    top: 0;
}

.sect2 ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 20px;
}

.sect2 ul li:nth-child(3n-2) {
    margin-left: 0;
}

.sect2 ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
}

.sect2 ul li a p {
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 40px;
}

.sect2 ul li a span {
    font-size: 16px;
    color: #b2b2b2;
}

.sect2 ul li a .more {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 19px;
    height: 9px;
    background: url(../images/s2-more.png) no-repeat center center;
    transition: all .3s;
}

.sect2 ul li:hover {
    border-bottom: 1px solid #6a1218;
}

.sect2 ul li:hover a p {
    color: #6a1218;
}

.sect2 ul li:hover a span {
    color: #6a1218;
}

.sect2 ul li:hover a .more {
    right: 3px;
    background: url(../images/s2-more-other.png) no-repeat center center;
}

.section3 {
    padding-top: 45px;
    padding-bottom: 75px;
    background: url(../images/section3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3 .title .more {
    border: 1px solid #fff;
}

.sect3 .title .more a {
    color: #fff;
    background: url(../images/s3-more-other.png) no-repeat right center;
    background-size: 14px auto;
}

.sect3 .title h2 p {
    color: #fff;
}

.sect3 .title h2 span {
    color: #fff;
}

.sect3-l {
    float: left;
    width: 49.6%;
}

.s3l-top {
    background: #fff;
    padding: 30px 20px 25px 30px;
    overflow: hidden;
    display: none;
}

.s3l-top .s3lt-l {
    float: left;
    width: 250px;
}

.s3l-top .s3lt-l .pic {
    padding-top: 68.9%;
}

.s3l-top .s3lt-r {
    overflow: hidden;
    padding-left: 40px;
}

.s3l-down {
    margin-top: 40px;
}

.s3l-down ul {
    border-top: 4px solid #ff8a00;
}

.sect3-r {
    float: right;
    width: 46%;
}

.s3lt-r .date {
    font-size: 16px;
    color: #6a1218;
    font-family: "Arial";
    line-height: 1;
}

.s3lt-r h2 {
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    height: 50px;
    overflow: hidden;
    margin: 10px 0;
}

.s3lt-r>p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    opacity: 0.7;
    height: 66px;
    overflow: hidden;
}

.s3l-down .list li {
    position: relative;
    padding-left: 50px;
    background-color: #fff;
    padding-right: 30px;
    line-height: 56px;
    transition: all .3s;
}

.s3l-down .list li.on {
    padding-left: 0;
    background: #fff;
    opacity: 1!important;
}

.s3l-down .list li.on .s3l-top {
    display: block;
    background: #fff;
}

.s3l-down .list li a {
    position: relative;
    left: 0;
    transition: all .3s;
}

.s3l-down .list li a>p {
    font-size: 17px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3l-down .list li:hover a {
    left: 5px;
    color: #6a1218;
}

.s3l-down .list li::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 18px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #294c89;
    transition: all .3s;
}

.s3l-down .list li:nth-child(1) {
    opacity: .95;
}

.s3l-down .list li:nth-child(2) {
    opacity: .9;
}

.s3l-down .list li:nth-child(3) {
    opacity: .85;
}

.s3l-down .list li:nth-child(4) {
    opacity: .8;
}

.s3l-down .list li:nth-child(5) {
    opacity: .75;
}

.sect3-r ul {
    margin-top: 25px;
}

.sect3-r ul li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
    margin-top: 15px;
}

.sect3-r ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect3-r ul li a {
    position: relative;
    display: block;
    background-color: #e7ecf3;
    padding: 25px 20px 55px 20px;
}

.sect3-r ul li a h2 {
    font-size: 17px;
    line-height: 28px;
    color: #333333;
    font-weight: normal;
    height: 56px;
    overflow: hidden;
}

.sect3-r ul li a>p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #9d9d9d;
    opacity: 0.7;
    height: 69px;
    overflow: hidden;
}

.s3l-down .list li.on a>p {
    display: none;
}

.sect3-r ul li a .more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0px 1px 13px 0px rgba(5, 57, 127, 0.16);
    background: #fff url(../images/s2-more-other.png) no-repeat center center;
    transition: all .3s;
}

.sect3-r ul li:hover a {
    background: #fff;
}

.sect3-r ul li:hover a h2 {
    color: #6a1218;
}

.sect3-r ul li:hover a .more {
    background: #ff8a00 url(../images/s3-more-other.png) no-repeat center center;
}

.section4 {
    padding: 60px 0;
    background: url(../images/s4-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.sect4-l {
    float: left;
    width: 48%;
}

.sect4-r {
    float: right;
    width: 48%;
}

.sect4 .list li {
    line-height: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.sect4 .list li a {
    position: relative;
    left: 0;
    color: #333;
    transition: all .3s;
}

.sect4 .list li:hover a {
    color: #6a1218;
    left: 5px;
}

.sect4 .list li:hover {
    border-bottom: 1px solid #6a1218;
}

.s4-down {
    margin-top: 70px;
}

.s4-down ul {
    margin: 0 -12px;
}

.s4-down ul li a {
    position: relative;
    display: block;
    margin: 0 12px;
}

.s4-down ul li a {
    display: block;
}

.s4-down ul li a .pic {
    padding-top: 53%;
}

.s4-down ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
    font-family: 'sh';
}

.s4-down .slick-dots {
    position: static;
    margin-top: 30px;
}

.s4-down .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6a1218;
    margin: 0 7px;
    transition: all .3s;
}

.s4-down .slick-dots li.slick-active {
    border-radius: 20px;
    width: 40px;
    height: 8px;
    border-radius: 20px;
    background: #ff8a00;
}

@media screen and (max-width: 1440px) {
    .s4-down ul {
        margin: 0;
    }
}

@media screen and (max-width: 1100px) {
    .sect1-r ul li a {
        padding: 12px 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l {
        float: none;
        width: 100%;
    }
    .sect1-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect3-r {
        width: 49%;
    }
    .sect3-l {
        float: none;
        width: 100%;
    }
    .sect3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .title h2 p {
        font-size: 18px;
    }
    .title .more {
        margin-top: 5px;
    }
    .sl-top ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sl-top ul li a .text {
        padding: 10px;
    }
    .list li {
        line-height: 38px;
    }
    .sl-down ul {
        margin-top: 15px;
    }
    .sect2 .title h2 {
        float: left;
        text-align: left;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sl-top {
        margin-top: 15px;
    }
    .sect2 ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .sect2 ul li a p {
        margin-bottom: 10px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s3l-top {
        padding: 15px;
    }
    .s3l-top .s3lt-l {
        float: none;
        width: 100%;
    }
    .s3l-top .s3lt-r {
        padding-left: 0;
        margin-top: 15px;
    }
    .sect3-r ul li a {
        padding: 10px 10px 30px 10px;
    }
    .sect3-r ul li a .more {
        width: 25px;
        height: 25px;
        right: 10px;
        bottom: 10px;
        background-size: 15px auto;
    }
    .sect3-r ul li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .section4 {
        padding: 15px 0;
    }
    .sect4-l {
        float: none;
        width: 100%;
    }
    .sect4-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect4 .list li {
        line-height: 40px;
    }
    .list li a {
        font-size: 15px;
    }
    .s4-down {
        margin-top: 15px;
    }
    .s4-down ul li a p {
        font-size: 16px;
    }
    .s4-down ul li a {
        margin: 0 5px;
    }
    .ft-lj>ul>li {
        width: 33.333%;
    }
    .s3l-down .list li {
        padding-right: 0;
    }
}
@media only screen and (max-width:1440px) {
    .cont3_box{ overflow: hidden;}

   
}


@media only screen and (max-width:1400px) {
.minpad{ padding:0px 20px;}
.topwk{ width: 100%;}
.tlogo{ margin-left: 15px;}
.toprg{ margin-right: 15px;}

.ctbx{ width: 100%;}

.pdy_box2{
    overflow: hidden;
}


}


   
  
    .trsstc{ float: none;
    position: absolute; z-index: 20;
    top:12px; right: 45px;}

    .yingw{ float: none; margin: 0px;
    position: absolute; z-index: 10;
    right: 80px; top:12px;
  }







    /* 列表 */
    .list_lf{ display:none;}
    .list_rg{width: calc(100% - 0px);}
    .list_rlb ul li a{ margin-right: 0px;
    padding-right: 0px;}

    .list_rlb ul li:hover{
        border-bottom: #e1e1e1 1px solid;
        box-sizing: border-box;
    }
    .list_rlb ul li:hover span{
      color: #084794;
     margin:27px 40px 0px 15px;
    background: url(../images/ic_time2.png) no-repeat left center;}
     .list_rlb ul li:hover span i{
         background: url(../images/ltxian_lan.png) no-repeat center;
     }
    
    .list_rlb ul li:hover a{ background: no-repeat;
    }
    



}


@media only screen and (max-width:1088px) {

.ttggTxt .ttgg_hdmar{ margin: 0px -30px;
}
.ttggTxt .hd{ width: 820px;}
.ttggTxt .hd ul li{
margin: 0px 30px; 
}


/* 频道页 */
.mtdx{ width: calc(100% - 690px);}

}



@media only screen and (max-width:1024px) {


/* 学部新闻 */
.cont1_bg{ background: #eaebed;
    overflow: hidden;}

    .cont1_left{ width: 100%;}
    .cont1_right{ width: 100%;
    margin-top: 10px;}
    .cont1_lfmar{ margin-right: 0px;}

    /* 通知公告 */
    .tzgg_more{
         width: 100%; float: left;
          margin-top: 25px;
          text-align: center;
    }
    .tzgg_more a{ display: inline-table;
        border: #5487c7 1px solid;
        background: #dce9fa;
        border-radius: 15px;
        width: 100px; height: 30px;
        line-height: 30px;
        font-size: 12px; 
        color: #084794; 
    }
    /* 学院布局 */
    .xybj ul li{
        width: 33.3%;
    }


    .list_wk{ padding:30px 0px 40px; }



    .list_rlb ul li:hover{
        border-bottom: #e1e1e1 1px solid;
       background:none;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    }    
    .list_rlb ul li:hover span{ margin-left: 15px; color: #084794;
        background: url(../images/ic_time2.png) no-repeat left center;}
    .list_rlb ul li:hover span i{
        background: url(../images/ltxian_lan.png) no-repeat center;
    }
    .list_rlb ul li:hover a{ font-size: 16px; color: #333;
        font-weight: bold; 
    background:none;}


 

}

@media only screen and (max-width:960px) {

/* 底部 */
.dibu{ padding: 25px 0px;}

.dibu_ewm{ float: left;margin-top: 15px;}


/* 频道页 */
    .tqxw_lf{ width: 100%;}
    .tqxw_rg{ width: calc(100% - 0px);}
    .pdy_box2{ padding-bottom: 10px;}
    .kyxj_mar{ padding-left: 25px;}
    .kyxj{ width: 100%; margin-bottom: 40px;}
    .ssfc{ width: 100%; margin-bottom: 40px;}
    .mtdx{
        width: calc(100% - 0px);
    }


}


@media only screen and (max-width:880px) {
    .sydh h1{ font-size: 50px;}
    .sydh h2{ font-size: 26px;}
    .sydh h2{ top: 13px;}


    /* 通知公告 */
    .ttggTxt .hd{ width: 100%;}
    .ttggTxt .ttgg_hdmar{ margin: 0px;}
    .ttggTxt .hd ul{ width: 100%; height:58px;}
    .ttggTxt .hd ul li{
        text-align: center;
        margin: 0px;
        width: 25%;
        height: 40px;
        border-radius: 0px;
        border-style: none;
    }
    .ttggTxt .hd ul li h2{
        line-height:40px;
        font-size: 24px;
    }

    .ttggTxt .hd ul li span{
        display: none;
    }
    .ttggTxt .hd ul li.ttggdh1::before{
        display: none;
    }
    .ttggTxt .hd ul li.ttggdh2::before{
        display: none;
    }
    .ttggTxt .hd ul li.ttggdh3::before{
        display: none;
    }
    .ttggTxt .hd ul li.ttggdh4::before{
        display: none;
    }
	.ttggTxt .hd ul li.ttggdh5::before{
        display: none;
    }
    .ttggTxt .hd ul li.on.ttggdh1::after, .ttggTxt .hd ul li.on.ttggdh2::after, .ttggTxt .hd ul li.on.ttggdh3::after, .ttggTxt .hd ul li.on.ttggdh4::after, .ttggTxt .hd ul li.on.ttggdh5::after{
        left: 50%; margin-left: -20px;
    }

    .ttggTxt .hd ul li.on{
        border-style: none;
        background: #fff;
border-radius: 5px;
    }
    

}

@media only screen and (max-width:800px) {



}





.news_lf .slick-prev,.news_lf .slick-next{ display:none!important;}
.news_lf .slick-dots{  display: block; position: absolute;
    bottom: 10px;
    width: 100%;
    display: block !important;
     left:0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.news_lf .slick-dots li {position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
        text-indent:-999em;
    background:#c1c1c1;
border-radius: 50%;}
.news_lf .slick-dots li.slick-active{ 
    background:#fff;}	 



/* 学院布局 */
.xybj ul li{
    width: 50%;
}


#vsb_content TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}




}

@media only screen and (max-width:740px) {
  .dibu{ width: 100%;} 

}




@media only screen and (max-width:640px) {
  .banner .slick-dots{ bottom: 10px;}
  
    .tlogo img{ height: 50px;}

    /* 通知公告 */
    .ttggTxt .bd li{
        width: 100%;
    }




    .list_rdh span{ width: 98%;
    float: left; margin-top: 0px;
margin-bottom: 10px;}

/* 图片列表 */
.listpic ul li a{ padding: 15px;}
.listpic ul li .ltpic_tp{ margin-right: 20px;}
.listpic ul li .ltpic_wz h2{ margin: 0px 0px 5px;}

}


@media only screen and (max-width:600px) {

    

}




@media only screen and (max-width:540px) {

.tlogo img{ height: 40px;}



/* 学部新闻 */
.cont1_box{
    padding: 35px 0px 55px;
}
.sydh{ text-align: left;}
.sydh h1{ font-size: 40px; }

.sydh h2{ font-size: 23px; top:3px;}
.sydh span{ top: 14px;}

.dh_iclf{ display: none;}
.dh_icrg{ display: none;}


.xwlb_on h2 a{ font-size: 16px;}

/* 通知公告 */
.ttggTxt .hd ul li h2{
    font-size: 20px;
}
.ttggTxt .bd li .ttgglb{ margin: 0px;}


/* 学院布局 */
.xybj ul li{
    width: 100%;
}

.list_rdh h1{font-size:26px;}
.contt_tit h1{font-size:22px;}


/* 图片列表 */
.listpic ul li .ltpic_wz p{ line-height: 24px;}
.listpic ul li .ltpic_wz dl dd{ line-height: 24px;}


.contt_zhwen p img{ max-width:100%;}
.danpzw p img{ max-width:100%;}


/* 频道页 */

.pdydh h1{ height: 60px;
background-size: auto 60px;
width: 180px;}
.pdydh h1 b{ font-size: 42px;
margin:10px 0px 0px 35px;}
.pdydh h2{ font-size: 26px; top:6px}
.pdydh a.icmore{ margin-top: 20px;
    font-size: 16px; 
width: 80px;}
.pdydh2 h1{ font-size: 26px;}
.pdydh2 a.icmore{

    font-size: 16px; 
width: 80px;}

.tqxw_lb .tqxw_lbnr{
    padding-bottom: 25px;
}
.tqxw_lb .tqxw_lbnr .tqxw_lbnrwz h2{
    width: calc(100% - 110px);  
    font-size: 16px;
    text-indent: 10px;
    height: 50px; line-height: 50px;
}

.kyxj_mar{ margin-left: 20px; margin-right: 20px;}
.kyxj_lb li .kyxj_lwz{ 
    width: calc(100% - 90px);
    margin-right: 0px;}



}


@media screen and (max-width:480px){

/* 现任领导 */
.listpic ul li .ltpic_tp{ margin-right: 0px;
float: none; margin: 0 auto;}
.listpic ul li .ltpic_wz{ width: 100%; margin-top: 15px;}

}


@media screen and (max-width:415px){

    .topbox{ position: static;
        height: 60px;
        background: #6a1218;
 }

    .tlogo { top: 15px;}
    .tlogo img{ height: 30px;}
    

/* 学部新闻 */
.news_lflb .news_lftex .news_lftexpad h2{ font-size: 16px;}


.list_rdh h1{ font-size: 26px;
line-height: 50px;}

.list_rlb ul li span{ margin-right: 25px;
margin-left: 0px;}


}

	
@media screen and (max-width:375px){

/* 通知公告 */
.ttggTxt .hd ul{height: 76px;}
.ttggTxt .hd ul li{ height: 58px;}
.ttggTxt .hd ul li h2{ width: 50px;
line-height: 24px; margin:5px 0px 0px 17%;}

.ttggTxt .hd ul li.on.ttggdh1::after, .ttggTxt .hd ul li.on.ttggdh2::after, .ttggTxt .hd ul li.on.ttggdh3::after, .ttggTxt .hd ul li.on.ttggdh4::after, .ttggTxt .hd ul li.on.ttggdh5::after{
    left: 25px;
}



    /* 图片列表 */
    .listpic ul li .ltpic_tp{ width: 100px;}
    .listpic ul li .ltpic_wz dl{ display: none;}
}

@media screen and (max-width:360px){
    .tlogo img{ height: 25px;}
}

@media screen and (max-width:320px){
 margin-left:13%;
}

.ctbx{ width: 1400px; margin: 0 auto;}

.sydh{width:100%; float: left;
    text-align: center;
position: relative;}
.sydh h1{ width: 100%; float: left;
        font-size: 60px;
        font-family: "Arial";
        color: rgba(153, 153, 153, 0.141);
}
.sydh h2{position: absolute; left: 0px;
    z-index: 2;
    top: 18px;
    width: 100%;
    font-size: 30px; color: #333;
    height: 38px; line-height: 38px;
}
.sydh h2 b{ color: #6a1218;}
.dh_iclf{ margin-right: 18px;}
.dh_icrg{ margin-left: 18px;}


.sydh span{
    text-align: center;
    position: absolute;
    z-index: 3;
    right: 0px; top:22px;
    width: 80px; height: 24px;
    line-height: 24px;
    border: #6a1218 1px solid;
    background: #ffffff;
    border-radius: 13px;
    font-size: 12px; 
}
.sydh span a{color: #6a1218;}
.sydh span:hover{
    background: #6a1218;
}
.sydh span:hover a{ color: #fff;}


/* 学院简介 */
.cont1_box{
padding: 45px 0px 70px; }

.cont1_left{ width:760px; float: left;
margin-top: 28px;}
.cont1_lfmar{ margin-right: 50px;}


.news_lf{ width:100%; float: left;
}

.news_lflb .slick-slide{ z-index:1!important;}
.news_lflb{ width: 100%; float: left; position: relative;
}
.news_lflb .news_lfpic{ padding: 0px 10px;}

.news_lflb .news_lfpic span{ width:100%; display:block;
     padding-bottom:56%; 
    position:relative; overflow:hidden;
 }
 .news_lflb .news_lfpic span img{width:100%;
     position:absolute; top:0; left:0; 
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
  }
.news_lflb .news_lfpic span img:hover{transform: scale(1.1);}
.news_lflb .news_lfbot{height: 50px;
width: 100%; float: left; position: relative;
background: #ebebeb;}
.news_lflb .news_lfbot::after{
    content: "";
    position: absolute;
    right: 0px; top: 0px;
    width: 10px; height: 50px;
    background: #6a1218;
}
.news_lflb .news_lftex{
    position: absolute;
    left: 0px; bottom: 0px;
    height: 56px; width: 100%;
    background: #6a1218;
}
.news_lflb .news_lftex .news_lftexpad{ padding: 17px 40px 0px 35px;
display: block; overflow: hidden;}
.news_lflb .news_lftex .news_lftexpad h2{
    width: 100%; float: left;
    font-size: 18px; line-height: 26px; color: #fff;
height: 52px;
font-weight: normal;
overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
-webkit-line-clamp:2; 
-webkit-box-orient:vertical;
}


.news_lf .slick-prev,.news_lf .slick-next{
    width:11px; height:18px; position:absolute; z-index:5;
     background-image: none; background: none;
    bottom:16px; border-style:none; 
    outline:medium; text-indent: -999em;
background-repeat: no-repeat;}
.news_lf .slick-prev{ right:94px; 
   background-image: url(../images/xw-prev.png);
} 
 
.news_lf .slick-next{ right:40px; 
   background-image:url(../images/xw-next.png);}
.news_lf .slick-prev:hover{background-image: url(../images/xw-prev2.png);}
.news_lf .slick-next:hover{background-image:url(../images/xw-next2.png);}


.news_lf .slick-dots{ display:none !important;}


.cont1_right{ width:calc(100% - 760px); float: right;
margin-top: 20px;}
.xwlb{width: 100%; float: left;
padding: 12px 0px 13px;
border-bottom: #d3d3d3 1px solid;
transition:all 0.4s;
-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}
.xwlb h2{width: 100%; float: left;
font-weight: normal;}
.xwlb h2 a{
    float: left;
    font-size: 16px; color: #444;
    line-height: 34px; 
    height: 34px;
    border-left: #fff 3px solid;
    width:-moz-calc(100% - 140px);
    width:-webkit-calc(100% - 140px);
    width:calc(100% - 140px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.xwlb h2 span{
    float: right;
    font-size: 14px; color: #777;
    line-height: 34px; 
    padding-left: 26px;
    background: url(../images/ic_time.png) no-repeat left center;
}

.xwlb p{ display: none; margin-top: 5px;
    width: 100%; float: left;
    font-size: 14px; color: #888;
    line-height:20px; 
    height: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.xwlb_on h2 span{
color: #6a1218;
 background: url(../images/ic_time2.png) no-repeat left center;}
.xwlb_on h2 a{ font-size: 18px; color: #6a1218;
font-weight: bold;}
.xwlb_on span{color: #6a1218;
    background: url(../images/ic_time2.png) no-repeat left center;}
.xwlb_on p{ display: block;}





/* 学院布局 */
.cont2_bg{
    background: url(../images/cont2_bg.png);
}
.cont2_box{
    padding: 45px 0px 50px;}

.ttggTxt{ width:100%; }
.ttggTxt .ttgg_hdmar{ margin: 0px -38px;
}
.ttggTxt .hd{ width: 1348px; margin: 0px auto;
overflow: hidden;}
.ttggTxt .hd ul{ float:left; height:178px; }
.ttggTxt .hd ul li{position: relative;
     float:left; width: 148px; height: 148px;
margin: 0px 40px; 
border: #ffffff 1px solid;
border-radius: 50%;
cursor: pointer;}
.ttggTxt .hd ul li span{ width: 100%;
float: left; height: 53px; margin-top: 26px;}
.ttggTxt .hd ul li h2{ width: 100%;
    float: left; line-height: 42px;
font-size: 28px; color: #fff;
text-align: center;}

.ttggTxt .hd ul li.ttggdh1::before{
    content: "";
    width: 11px; height: 11px;
    background: #fff;
    opacity: 0.65;
    border-radius: 50%;
    position: absolute;
    right: 22px; top:12px;
}
.ttggTxt .hd ul li.ttggdh2::before{
    content: "";
    width: 11px; height: 11px;
    background: #fff;
    opacity: 0.65;
    border-radius: 50%;
    position: absolute;
    right: 21px; bottom:14px;
}
.ttggTxt .hd ul li.ttggdh3::before{
    content: "";
    width: 11px; height: 11px;
    background: #fff;
    opacity: 0.65;
    border-radius: 50%;
    position: absolute;
    right: 72px; bottom:-5px;
}
.ttggTxt .hd ul li.ttggdh4::before{
    content: "";
    width: 11px; height: 11px;
    background: #fff;
    opacity: 0.65;
    border-radius: 50%;
    position: absolute;
    left: 5px; bottom:35px;
}

.ttggTxt .hd ul li.ttggdh5::before{
    content: "";
    width: 11px; height: 11px;
    background: #fff;
    opacity: 0.65;
    border-radius: 50%;
    position: absolute;
    left: 0px; top:42px;
}
.ttggTxt .hd ul li.on{ 
    background:#fff; 
    border:1px solid #fff;}
.ttggTxt .hd ul li.on h2{
    color: #6a1218;
}

.ttggTxt .hd ul li.ttggdh1 span{
    background: url(../images/tzgg_dh01.png) no-repeat center;
}
.ttggTxt .hd ul li.ttggdh2 span{
    background: url(../images/tzgg_dh02.png) no-repeat center;
}
.ttggTxt .hd ul li.ttggdh3 span{
    background: url(../images/tzgg_dh03.png) no-repeat center;
}
.ttggTxt .hd ul li.ttggdh4 span{
    background: url(../images/tzgg_dh04.png) no-repeat center;
} 
.ttggTxt .hd ul li.ttggdh5 span{
    background: url(../images/tzgg_dh05.png) no-repeat center;
} 

.ttggTxt .hd ul li.on.ttggdh1 span{
    background: url(../images/tzgg_dh01_on.png) no-repeat center;
}
.ttggTxt .hd ul li.on.ttggdh2 span{
    background: url(../images/tzgg_dh02_on.png) no-repeat center;
}
.ttggTxt .hd ul li.on.ttggdh3 span{
    background: url(../images/tzgg_dh03_on.png) no-repeat center;
}
.ttggTxt .hd ul li.on.ttggdh4 span{
    background: url(../images/tzgg_dh04_on.png) no-repeat center;
} 
.ttggTxt .hd ul li.on.ttggdh5 span{
    background: url(../images/tzgg_dh05_on.png) no-repeat center;
} 

.ttggTxt .hd ul li.on.ttggdh1::after,.ttggTxt .hd ul li.on.ttggdh2::after,.ttggTxt .hd ul li.on.ttggdh3::after,.ttggTxt .hd ul li.on.ttggdh4::after, .ttggTxt .hd ul li.on.ttggdh5::after{
    content: "";
    width: 39px; height: 9px;
    position: absolute;
    left: 60px; bottom:-19px;
    background: url(../images/ic_sjx.png) no-repeat;
}



.ttggTxt .bd ul{ padding:16px 15px 40px;  zoom:1; 
display: block; overflow: hidden;
background: #fff;
}

.ttggTxt .bd li{ width: 50%; float: left;  
  
}
.ttggTxt .bd li .ttgglb{ overflow: hidden;
    margin: 0px 25px;
    padding: 20px 0px 19px;
    border-bottom: #ddd 1px solid;
}
.ttggTxt .bd li .ttgglb span{
    width: 70px; float: left;
    height: 63px;
    border-top: #b67f5b 2px solid;
    background: #b67f5b;
    text-align: center;
    line-height: 25px;
     font-size: 14px; color: #fff;
     font-family: Arial;
}
.ttggTxt .bd li .ttgglb span b{
    width: 100%; float: left;
    height: 38px;
    line-height: 38px;
     font-size: 28px; color: #b67f5b;
     background: #e8f4ff;
     font-weight: normal;
}

.ttggTxt .bd li .ttgglb a{ float: right; 
    width: calc(100% - 95px);
    margin-top: 6px;
    font-size: 16px; line-height: 26px; color: #444;
height: 52px;
font-weight: normal;
overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
-webkit-line-clamp:2; 
-webkit-box-orient:vertical;
}
.ttggTxt .bd li:hover .ttgglb span{
    background: #6a1218;
}
.ttggTxt .bd li:hover .ttgglb span b{
    background: #6a1218;
 color: #fff;
}
.ttggTxt .bd li:hover .ttgglb a{
    color: #6a1218;font-size: 18px; 
    font-weight: bold;
}











	
	
	
	
	