.main {
    padding-top: 50px;
}

.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 0;
}

.title h2 p {
    font-size: 24px;
    color: #333;
}

.title h2 span {
    padding-left: 45px;
    background: url(../images/title-xx.jpg) no-repeat left center;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.title a {
    float: right;
}

.sect {
    position: relative;
    padding-bottom: 45px;
}

.sect1-l,
.sect2-l {
    float: left;
    width: 30%;
}
.sect1-l .slick-next{
 width: 23px;
 height: 21px;
 background: url(../images/you.png) no-repeat;
 background-size: cover;
 right: 0%;
}
.sect1-l .slick-prev{
 width: 23px;
 height: 21px;
 background: url(../images/zuo.png) no-repeat;
 background-size: cover;
  right: 4%;
}


.sect1-l a {
    position: relative;
    display: block;
}

.sect1-l a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/sect1-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect1-l a .pic {
    padding-top: 81.5%;
}

.sect1-l a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 10px 20px;
    z-index: 2;
}

.sect1-l a .text p {
    font-size: 16px;
    color: #fff;
}

.sect1-l a .text .date {
    margin-top: 10px;
    padding-left: 30px;
    background: url(../images/rq.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
}

.sect1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 20px;
}

.sect1-l .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 2px;
}

.sect1-l .slick-dots li.slick-active {
    background-color: #fff;
}

.sect1-r,
.sect2-r {
    float: right;
    width: 30%;
}

.sect1-m,
.sect2-m {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    padding: 0 40px;
    border: 1px solid #eeeeee;
    border-top: none;
    border-bottom: none;
}

.list {
    margin-top: 30px;
}

.list>li {
    position: relative;
    line-height: 45px;
    padding-left: 45px;
    padding-right: 50px;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999;
    top: 0;
}

.sect1-m .list>li {
    background: url(../images/list.png ) no-repeat left center;
}

.sect1-m .list>li:first-child,
.sect1-m .list>li:first-child+li,
.sect1-m .list>li:first-child+li+li {
    background: url(../images/list-other.png ) no-repeat left center;
}

.sect1-r .list>li {
    background: url(../images/dj-list.png ) no-repeat left center;
}

.list>li:hover a {
    color: #0065a7;
    font-weight: bold;
}

.sect2-m .list>li {
    background: url(../images/stu-list.png ) no-repeat left center;
}

.date-list {
    margin-top: 15px;
}

.date-list>li {
    margin-top: 20px;
    transition: all .3s;
}

.date-list>li a {
    display: block;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.date-list>li a .date p {
    font-size: 18px;
    color: #0065a7;
    font-weight: bold;
    line-height: 35px;
}

.date-list>li a .date span {
    display: block;
    line-height: 34px;
    border-top: 1px dashed #eeeeee;
    font-size: 14px;
    color: #666;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 25px;
    height: 70px;
    line-height: 70px;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 28px;
    height: 56px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover .date {
    border: 1px solid #0065a7;
}

.date-list>li:hover .date span {
    border-top: 1px dashed #0065a7;
}

.date-list>li:hover .text p {
    color: #0d5aa8;
    font-weight: bold;
}

.sect2-r>ul {
    padding-top: 15px;
}

.sect2-r>ul>li {
    line-height: 60px;
    border: 1px solid #eeeeee;
    margin-top: 23px;
    transition: all .3s;
    background-position: center center;
}

.sect2-r>ul>li a {
    padding: 0 35px;
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-r>ul>li:hover {
    background: url(../images/sect2-r-bg.jpg) no-repeat center center;
}

.sect2-r>ul>li:hover a {
    color: #fff;
}

.sect3-l {
    float: left;
    width: 65%;
}

.zs {
    margin-top: 30px;
}

.zs>ul {
    margin-left: -10px;
    margin-right: -10px;
}

.zs>ul li {
    margin: 0 10px;
}

.zs>ul li a {
    position: relative;
    display: block;
}

.zs>ul li a .pic {
    padding-top: 78%;
}

.zs>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 15px;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-r {
    float: right;
    width: 30%;
}

.sect3-r>ul {
    margin-top: 10px;
}

.sect3-r>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
    margin-top: 20px;
}

.sect3-r>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.sect3-r>ul>li a {
    display: block;
    padding: 30px 35px;
    overflow: hidden;
}

.sect3-r>ul>li a .icon {
    position: relative;
    float: left;
    height: 65px;
    line-height: 65px;
    width: 65px;
}

.sect3-r>ul>li a .icon img {
    position: absolute;
    transition: all .3s;
    z-index: 2;
}

.sect3-r>ul>li a .icon img.tb-other {
    z-index: 1;
}

.sect3-r>ul>li a .text {
    overflow: hidden;
    padding-left: 15px;
    height: 65px;
    line-height: 65px;
}

.sect3-r>ul>li a .text p {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #666666;
}

.sect3-r>ul>li:hover a .icon img.tb-other {
    z-index: 6;
}

.sect3-r>ul>li:hover a .text p {
    font-weight: bold;
    color: #0065a7;
}

@media screen and (max-width: 1600px) {
    .sect3-r>ul>li a {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 1400px) {
    .list {
        margin-top: 10px;
    }
    .list>li {
        line-height: 35px;
    }
    .sect1-l {
        margin-top: 25px;
    }
    .sect2-m>ul>li {
        line-height: 49px;
    }
    .sect3-l {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect3-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l,
    .sect2-l {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect1-m,
    .sect2-m {
        position: static;
        left: auto;
        transform: none;
        width: auto;
        padding: 0;
        border: 0;
        margin-top: 15px;
    }
    .sect1-r,
    .sect2-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .main {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .sect {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .title h2 p {
        font-size: 20px;
    }
    .list>li a {
        font-size: 14px;
    }
    .list>li {
        padding-left: 35px;
    }
    .date-list>li a .text {
        padding-left: 15px;
    }
    .sect2-m>ul>li {
        line-height: 35px;
    }
    .sect2-r>ul>li {
        margin-top: 10px;
        line-height: 45px;
    }
    .sect2-r>ul>li a {
        padding: 0 15px;
    }
    .zs {
        margin-top: 15px;
    }
    .date-list>li a .text p {
        font-size: 14px;
    }
    .sect3-r>ul>li a .icon img {
        height: 40px;
    }
    .sect3-r>ul>li a .icon {
        height: 40px;
        width: 40px;
    }
    .sect3-r>ul>li a .text {
        height: 40px;
        line-height: 40px;
    }
    .sect3-r>ul>li a .text p {
        font-size: 14px;
    }
}