@charset "utf-8";
.side {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 115px;
    height: 494px;
    text-align: center;
    padding-top: 75px;
    box-sizing: border-box;
    background: url(../images/fix-bg.png) no-repeat center center;
    z-index: 999;
}

.side ul li {
    margin-bottom: 30px;
}

.side ul li p {
    font-size: 14px;
    color: #333;
}

.section1>h2 {
    font-size: 32px;
    line-height: 32px;
    color: #cf0a0a;
    text-align: center;
    margin: 55px 0;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 700px;
}

.sect1-l a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 394px;
    width: 102%;
}

.sect1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .65);
    padding-left: 20px;
    padding-right: 70px;
    font-size: 18px;
    color: #fff;
}

.sect1-l a img {
    display: block;
    width: 100%;
    transition: all .3s;
    height: auto;
}

.sect1-l a:hover img {
    transform: scale(1.2);
}

.sect1-l ul {
    bottom: 10px;
    right: 40px;
    width: auto;
}

.sect1-l ul li {
    display: none;
    width: auto;
    height: auto;
    font-size: 24px;
    color: #c11601;
}

.sect1-l ul li.slick-active {
    display: block;
}

.sect1-l ul li span {
    font-size: 18px;
    color: #fff;
}

.sect1-r {
    float: right;
    width: 460px;
}

.sect1-r .title {
    line-height: 50px;
    border-top: 2px solid #c11601;
    border-bottom: 2px solid #c11601;
    overflow: hidden;
}

.sect1-r .title h2 span {
    text-align: center;
    margin-right: 15px;
}

.sect1-r .title h2 span {
    width: 150px;
}

.sect1-r .title h2 span.on {
    background: url(../images/title1.png) no-repeat center center;
    color: #fff;
}

.title a {
    float: right;
    width: 29px;
    height: 29px;
    margin-top: 11px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9c49c;
    color: #cf0a0a;
    font-size: 20px;
    display: none;
}

.title a:first-child {
    display: block;
}

.text1>ul>li {
    position: relative;
    padding-left: 20px;
    padding-right: 120px;
    margin-top: 29px;
    line-height: 18px;
    background: url(../images/list.png) no-repeat left center;
}

.text1>ul>li:first-child {
    margin-top: 25px;
}

.text1>ul {
    display: none;
}

.text1>ul:first-child {
    display: block;
}

.text1>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text1>ul>li:hover a {
    font-weight: bold;
    color: #c11601;
}

.text1>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #808080;
}

.section2 {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
}

.section2 img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.section2:hover img {
    transform: scale(1.2);
}

.section3 {
    padding-top: 41px;
}

.section3>ul {
    overflow: hidden;
}

.section3>ul>li {
    float: left;
    width: 31%;
}

.section3>ul>li:nth-child(3n-1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.title {
    border-top: none;
    border-bottom: 1px solid #cccccc;
    overflow: visible;
}

.title h2 {
    float: left;
}

.title h2 span {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    margin-right: 36px;
    line-height: 52px;
    font-size: 26px;
    color: #333;
    /* cursor: pointer; */
}

.title h2 span i {
    color: #d6000f;
}

.title h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: -2px;
    background-color: #cf0a0a;
    display: none;
}

.title h2 span.on {
    background: url(../images/xx.png) no-repeat bottom center;
    color: #333;
}

.title h2 span.on:after {
    display: block;
}

.sect3-l .text1 ul li {
    padding-right: 0;
    background: url(../images/list1.png) no-repeat left 5px;
    margin-top: 25px;
}

.sect3-l .text1>ul>li span {
    position: static;
    display: block;
    margin-top: 10px;
}

.sect3-text {
    padding-top: 23px;
    overflow: hidden;
}

.pic3 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 180px;
    height: 135px;
}

.pic3>img {
    display: block;
    width: 100%;
    transition: all .3s;
    height: auto;
}

.pic3:hover>img {
    transform: scale(1.2);
}

.bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.art3 {
    overflow: hidden;
    padding-left: 15px;
}

.art3 h2 {
    margin-top: 5px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.art3 span {
    display: block;
    margin-top: 20px;
    padding-left: 37px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #c7191a;
}

.sect3-m .text1>ul>li {
    padding-right: 0;
    padding-left: 39px;
    line-height: 21px;
    background: url(../images/vedio-list.png) no-repeat left center;
    margin-top: 24px;
}

.sect3-m .text1>ul>li:first-child {
    margin-top: 28px;
}

.text3-r ul>li {
    margin-top: 30px;
}

.text3-r ul>li:first-child {
    margin-top: 20px;
}

.text3-r ul>li>a {
    display: block;
    overflow: hidden;
}

.date3-r {
    float: left;
    background: url(../images/date-bg.png) no-repeat center center;
    width: 91px;
    height: 58px;
}

.date3-r p {
    padding-left: 26px;
    font-size: 26px;
    color: #c7191a;
}

.date3-r span {
    padding-left: 12px;
    font-size: 14px;
    color: #666666;
}

.art3-r {
    margin-top: 5px;
    overflow: hidden;
    padding-left: 20px;
}

.art3-r p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text3-r ul>li:hover .date3-r {
    background: url(../images/slick-date-bg.png) no-repeat center center;
}

.text3-r ul>li:hover .date3-r p {
    color: #fff;
}

.text3-r ul>li:hover .date3-r span {
    color: #fff;
}

.text3-r>ul {
    display: none;
}

.text3-r>ul:first-child {
    display: block;
}

.section4 {
    padding-top: 35px;
}

.sect4 {
    padding-top: 23px;
    margin-left: -10px;
    margin-right: -10px;
}

.sect4 a {
    display: block;
    margin: 0 10px;
}

.pic4 {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    width: 286px;
    height: 161px;
}

.sect4 img {
    display: block;
    width: 100%;
    transition: all .3s;
    height: auto;
}

.pic4:hover img {
    transform: scale(1.2);
}

.sect4 a p {
    margin-top: 13px;
    padding-left: 17px;
    background: url(../images/before.png) no-repeat left center;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4 .slick-prev {
    width: 10px;
    height: 17px;
    left: -40px;
    background: url(../images/left.png) no-repeat center center;
}

.sect4 .slick-next {
    width: 10px;
    height: 17px;
    right: -40px;
    background: url(../images/right.png) no-repeat center center;
}

.section5 {
    padding-top: 30px;
    background: url(../images/sect5.png) no-repeat left bottom;
}

.sect5 {
    overflow: hidden;
    padding-bottom: 50px;
}

.sect5-l {
    float: left;
    width: 760px;
}

.sect5-r {
    float: right;
    width: 410px;
}

.sect5l-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.sect5l-top h2 {
    font-size: 18px;
    color: #333;
    padding-left: 58px;
    margin-top: 20px;
    margin-bottom: 15px;
    background: url(../images/new.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect5l-top p {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect5l-top p a {
    font-size: 15px;
    color: #d6000f;
}

.sect5l-text>ul {
    display: none;
}

.sect5l-text>ul:first-child {
    display: block;
}

.text5 ul>li {
    background: url(../images/list2.png) no-repeat left center;
    margin-top: 25px;
}

.sect5r-text ul {
    display: none;
}

.sect5r-text ul:first-child {
    display: block;
}

.sect5r-text ul>li {
    margin-top: 26px;
}

.sect5r-text ul>li:first-child {
    margin-top: 23px;
}

.sect5r-text ul>li>a {
    display: block;
    overflow: hidden;
}

.pic5 {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 84px;
}

.pic5 img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.pic5:hover img {
    transform: scale(1.2);
}

.art5 {
    overflow: hidden;
    padding-left: 18px;
}

.art5 p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.art5 span {
    display: block;
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #c7191a;
    margin-top: 10px;
}