.section1>ul>li {
    float: left;
    width: 20%;
}

.section1>ul>li>a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .3s;
}

.section1>ul>li>a>img {
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s;
}

.section1>ul>li>a:hover img {
    transform: scale(1.2);
}

.section1>ul>li.child1>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(172, 19, 3, .88);
    z-index: 3;
}

.section1>ul>li.child2>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(230, 165, 53, .88);
    z-index: 3;
}

.section1>ul>li.child3>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(156, 71, 132, .88);
    z-index: 3;
}

.section1>ul>li.child4>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(233, 134, 69, .88);
    z-index: 3;
}
.section1>ul>li.child5>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(172, 19, 3, .88);
    z-index: 3;
}

.section1>ul>li>a>p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translatey(-50%);
    font-size: 26px;
    color: #fff;
    z-index: 4;
}

.section1>ul>li>a>span {
    position: absolute;
    bottom: 5px;
    right: 90px;
    font-size: 16px;
    color: #fff;
    z-index: 4;
}

.section2 {
    padding-top: 40px;
    padding-bottom: 35px;
}

.sect2 {
    overflow: hidden;
}

.sect2-l {
    float: left;
    width: 640px;
}

.sect2-r {
    float: right;
    width: 640px;
}

.sect2-l a {
    position: relative;
    display: block;
}

.sect2-l a .date {
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 67px;
    top: 20px;
    right: 20px;
    padding-bottom: 5px;
    background-color: #a01718
}

.sect2-l a .date>p {
    position: static;
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.sect2-l a .date span {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.sect2-l a .date span:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 48px;
    height: 22px;
    background: url(../images/xx.png) no-repeat;
}

.sect2-l a .date i {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.sect2-l a p {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 170px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-l a img {
   display: block;
    width: 100%;
    height: 386px;
}

.sect2-l .slick-dots {
    width: auto;
    bottom: 20px;
    right: 20px;
}

.sect2-l .slick-dots li {
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    margin-left: 5px;
}

.sect2-l .slick-dots li button {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 0;
}

.sect2-l .slick-dots li.slick-active {
    background-color: #a01718;
}

.sect2-l .slick-dots li.slick-active button {
    color: #fff;
}

.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    line-height: 29px;
    padding-left: 12px;
    border-left: 5px solid #a01718;
    font-size: 30px;
    color: #222;
    font-weight: normal;
}

.title a {
    float: right;
    width: 32px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.title a:hover {
    background-color: #a01718;
}

.sect2-r>ul {
    padding-top: 10px;
}

.sect2-r>ul>li {
    position: relative;
    padding-left: 20px;
    padding-right: 100px;
    line-height: 45px;
    background: url(../images/list.png) no-repeat left center;
}

.sect2-r>ul>li>a {
    display: block;
    font-size: 15px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-r>ul>li:hover>a {
    color: #a01718;
}

.sect2-r>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #999;
}

.section3 {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 25px;
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 640px;
}

.sect3-l>ul {
    padding-top: 20px;
}

.sect3-l>ul>li {
    background-color: #fff;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    box-shadow: 0 0 3px #e9e6e6;
}

.sect3-l>ul>li>a {
    display: block;
    overflow: hidden;
}

.date3 {
    float: left;
    width: 100px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}

.sect3-r>ul>li {
    border-bottom: 1px solid #dfdfdf;
    line-height: 43px;
}

.sect3-r>ul>li>a {
    display: block;
}

.date3 p {
    font-size: 30px;
    color: #a01718;
}

.date3 span {
    font-size: 16px;
    color: #333;
}

.text3 {
    overflow: hidden;
    padding-left: 20px;
}

.text3 p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect3-l>ul>li:hover .text3 p {
    color: #a01718;
}

.section4 {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
}

.sect4-l {
    float: left;
    width: 640px;
}

.sect4-r {
    float: right;
    width: 640px;
}

.sect4-r>ul {
    margin-top: 20px;
}

.sect4-r>ul>li {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 24px 20px 25px 24px;
}

.sect4-r>ul>li>a {
    display: block;
}

.date4 {
    border: 2px solid #a01718;
    border-radius: 3px;
    width: 196px;
    height: 38px;
    padding-left: 40px;
    background: #a01718 url() no-repeat 10px center;
    box-sizing: border-box;
}

.date4>span {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    color: #a01718;
    font-weight: bold;
}

.sect4-r>ul>li>a p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4-r>ul>li>a:hover p {
    color: #a01718;
}

.sect4-r>ul>li>a>span {
    font-size: 16px;
    color: #666;
}

.sect4-r>ul>li>a>span img {
    padding-right: 10px;
    vertical-align: middle;
}


.ft-l ul {
    float: left;
    padding-right: 24px;
}

.ft-l ul p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.ft-l ul li {
    text-align: center;
}

.ft-l ul li a {
    font-size: 12px;
    color: #c58989;
}