.main {
    padding-top: 80px;
    padding-bottom: 70px;
}

.section1 {
    padding-top: 80px;
    padding-bottom: 50px;
    background: url(../images/sect1-bg.jpg) no-repeat right bottom;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 700px;
    border-bottom: 1px dashed #cccccc;
}

.sect1-l a {
    position: relative;
    display: block;
}

.sect1-l .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect1-l a .pic {
    padding-top: 61.6%;
}

.sect1-l a .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    background-color: #9b0d14;
    z-index: 99;
}

.sect1-l a .text {
    position: relative;
    padding: 25px 30px;
}

.sect1-l a .text h2 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.sect1-l a .text p {
    line-height: 16px;
    font-size: 14px;
    color: #666;
}

.sect1-l a .text::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: #9b0d14;
    top: 25px;
    bottom: 25px;
}

.sect1-l .slick-dots {
    bottom: 135px;
    width: auto;
    right: 0;
}

.sect1-l .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 0;
    margin-right: 20px;
}

.sect1-l .slick-dots li.slick-active {
    background-color: #fff;
}

.title {
    overflow: hidden;
    background-color: #ececec;
}

.title h2 {
    float: left;
}

.title h2 span {
    display: inline-block;
    width: 195px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #666;
    cursor: pointer;
}

.title h2 span.on {
    background: url(../images/tit-bg.jpg) no-repeat center center;
    background-size: cover;
    font-size: 30px;
    color: #9b0d14;
}

.title .more {
    float: right;
    margin-right: 25px;
}

.title .more a {
    margin-top: 12px;
    display: inline-block;
    width: 60px;
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.sect1 .title .more a {
    border-top: 1px solid #9b0d14;
    border-bottom: 1px solid #9b0d14;
    color: #9b0d14;
    display: none;
}

.title .more a.on {
    display: block;
}

.title .more:hover a {
    border-top: 1px solid #9b0d14;
    border-bottom: 1px solid #9b0d14;
    color: #9b0d14;
}

.sect1-r {
    overflow: hidden;
    padding-left: 40px;
}

.list {
    margin-top: 10px;
}

.list>li {
    position: relative;
    line-height: 50px;  /* 调整行高 */
    border-bottom: 1px dashed #cccccc;
    padding-left: 40px;
    padding-right: 115px;
    background: url(../images/s1-list.jpg) no-repeat left center;
}

.list>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #666666;
    right: 25px;
    line-height: 50px;  /* 添加行高与父元素一致 */
}

.s1-box ul {
    display: none;
}

.s1-box ul.on {
    display: block;
}

.list>li:hover {
    border-bottom: 1px solid #9b0d14;
}

.list>li:hover a {
    font-weight: bold;
    color: #9b0d14;
}

.list>li:hover span {
    color: #9b0d14;
}

.section2 {
    padding: 60px 0;
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect1-r .title {
    background: #f5f4f4;
}

.sect2-l {
    float: left;
    width: 48.5%;
}

.sect2-r {
    float: right;
    width: 48.5%;
}

.sect2-l>ul>li {
    position: relative;
    padding-left: 50px;
    padding-right: 100px;
    background: url(../images/list.png) no-repeat 20px center;
    border-bottom: 1px dashed #cccccc;
    transition: all .3s;
}

.sect2-l>ul>li.on {
    border-bottom: 1px solid #9b0d14;
}
.sect2-l>ul>li:hover{border-bottom: 1px solid #9b0d14;}
.sect2-l>ul>li>a {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
}

.sect2-l>ul>li>a>h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sect2-l>ul>li:hover>a h2{font-weight: bold;
    color: #9b0d14;}
.sect2-l>ul>li>a>span {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 16px;
    color: #666;
}
.sect2-l>ul>li:hover>a>span{  color: #9b0d14;}
.sect2-l>ul {
    margin-top: 30px;
}

.sect2-l>ul>li>a .nr {
    display: none;
}

.sect2-l>ul>li>a .nr .date-lb {
    float: left;
    width: 110px;
    padding-right: 20px;
    text-align: right;
    color: #fff;
}

.sect2-l>ul>li>a .nr .date-lb .date p {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sect2-l>ul>li>a .nr .date-lb .date p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 2px;
    background-color: #cbb26d;
}

.sect2-l>ul>li>a .nr .date-lb .date span {
    display: block;
    font-size: 14px;
}

.sect2-l>ul>li>a .text {
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

.sect2-l>ul>li>a .nr .text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-l>ul>li>a .text>p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.sect2-l>ul>li.on>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sect2-l>ul>li.on>a .nr {
    display: block;
}

.sect2-l>ul>li.on {
    background-color: #9b0d14;
    padding-right: 30px;
    padding-left: 0;
    box-shadow: 0 5px 10px #a7a7a7;
}

.sect2-l>ul>li.on>a>h2 {
    display: none;
}

.sect2-l>ul>li.on>a>span {
    display: none;
}

.sect2-r>ul>li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 30px;
    border-top: 3px solid transparent;
    transition: all .3s;
}

.sect2-r>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.sect2-r>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 3px;
    background-color: #cbb06b;
}

.sect2-r>ul>li a {
    display: block;
    padding: 28px 30px;
    background: #fff;
}

.sect2-r>ul>li a p {
    line-height: 26px;
    font-size: 18px;
    color: #333;
    height: 52px;
    overflow: hidden;
}

.sect2-r>ul>li a .date {
    margin-top: 10px;
    text-align: right;
}

.sect2-r>ul>li a .date span {
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #9b0d14;
}

.sect2-r>ul>li:hover {
    background: url(../images/s2-r-bg.jpg) no-repeat left center;
    background-size: cover;
    border-top: 3px solid #cbb06b;
}

.sect2-r>ul>li:hover a {
    background: transparent;
}

.sect2-r>ul>li:hover::after {
    display: none;
}

.sect2-r>ul>li:hover a p {
    font-weight: bold;
    color: #fff;
}

.sect2-r>ul>li:hover a .date span {
    color: #fff;
    background: url(../images/date-other.png) no-repeat left center;
}

.section3 {
    padding-top: 65px;
    padding-bottom: 70px;
}

.sect3 .sect3-l .title {
    background: #f7f7f7;
}

.sect3-l {
    float: left;
    width: 48.5%;
}

.sect3-l .list li {
    position: relative;
    line-height: 50px;
    border-bottom: 1px dashed #cccccc;
    padding-left: 40px;
    padding-right: 115px;
    background: url(../images/s1-list.jpg) no-repeat left center;
}

.sect3-l .list li span {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #666666;
    right: 25px;
    line-height: 50px;
}

.sect3-l .list li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.sect3-l .list li a:hover {
    color: #9b0d14;
}

.sect3-r {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}

.sect3-r .list li {
    line-height: 50px;
    position: relative;
    border-bottom: 1px dashed #cccccc;
    padding-left: 40px;
    padding-right: 115px;
    background: url(../images/s1-list.jpg) no-repeat left center;
}

.sect3-r .list li span {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #666666;
    right: 25px;
}

.sect3-r .pic {
    padding-top: 54%;
}

.sect3-r .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s3-r-tc.png) no-repeat center bottom;
}

.sect3-r .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

.sect3-r .logo img {
    display: block;
    max-width: 222px;
    margin-left: auto;
    margin-right: auto;
}

.sect3-r .dj {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    text-align: center;
}

.sect3-r .dj button {
    position: relative;
    width: 190px;
    height: 45px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 29px;
    color: #9b0d14;
    text-align: center;
    font-family: 'sh';
}

.sect3-r .dj button::after {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
}

#link {
    background-color: #a5262c;
    padding: 45px 0;
}

.link ul {
    margin-left: -12px;
    margin-right: -12px;
}

.link ul li {
    margin: 0 12px;
}

.link ul li a {
    display: block;
}

.link ul li a .pic {
    padding-top: 27.27%;
}