.title {
    position: relative;
    overflow: hidden;
    line-height: 40px;
}

.title h2 {
    float: left;
    font-size: 30px;
    color: #000;
    font-family: 'sySong';
}

.title a {
    float: right;
    padding-right: 35px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 14px;
    color: #9b0d14;
    transition: all .3s;
}

.title a:hover {
    transform: translateX(-5px);
}

.sect1 {
    padding: 50px 0;
}

.sect1 .title h2 {
    float: none;
    text-align: center;
}

.sect1 .title a {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

.news {
    padding-top: 30px;
}

.news ul li {
    float: left;
    width: 23%;
    margin-left: 2.66667%;
}

.news ul li:first-child {
    margin-left: 0;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 50%;
    toP: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.news ul li a {
    display: block;
}

.news ul li a .pic {
    padding-top: 70%;
}

.news ul li a .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    background: #fefefe;
    color: #656565;
    font-family: "Times New Roman";
    box-sizing: border-box;
    padding: 15px 10px;
    box-shadow: 0 0 5px #bbb1b1;
}

.news ul li a .pic .date:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/rq-xx.png) no-repeat 55% 60%;
    z-index: 5;
}

.news ul li a .pic .date p {
    font-size: 35px;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
}

.news ul li a .pic .date span {
    position: relative;
    display: block;
    font-size: 16px;
    text-align: right;
    line-height: 14px;
    z-index: 7;
}

.news ul li a .text {
    padding: 30px 40px;
    box-shadow: 0 0 10px #eee;
}

.news ul li a .text h2 {
    line-height: 29px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    height: 58px;
    overflow: hidden;
}

.news ul li a .text p {
    margin-top: 20px;
    line-height: 23px;
    padding-top: 30px;
    border-top: 2px solid #efefef;
    font-size: 14px;
    color: #999999;
    height: 97px;
    overflow: hidden;
}

.news ul li a:hover .text h2 {
    color: #9b0d14;
}

.section2 {
    background: url(../images/sect2-bg.png) no-repeat center center;
    background-size: cover;
    padding: 45px 0;
}

.sect2 {
    overflow: hidden;
}

.sect2 .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.sect2>div {
    float: left;
    width: 505px;
}

.sect2 .sect2-m {
    margin-left: 42.5px;
    margin-right: 42.5px;
}

.sect2-m ul li,
.sect2-r ul li {
    border-bottom: 1px solid #dfdfdf;
}

.sect2-l ul li {
    margin-top: 30px;
}

.sect2-l ul li a {
    display: block;
    overflow: hidden;
}

.sect2-l ul li a .date {
    float: left;
    width: 69px;
    height: 69px;
    box-sizing: border-box;
    border: 1px solid #9b0d14;
    text-align: center;
    background-color: #9b0d14;
}

.sect2-l ul li a .date p {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.sect2-l ul li a .date span {
    display: block;
    line-height: 42px;
    font-size: 30px;
    color: #000;
    background-color: #fff;
}

.sect2-l ul li a .text {
    overflow: hidden;
    padding-left: 15px;
}

.sect2-l ul li a .text p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect2-l ul li:hover a .date {
    background-color: #be9b60;
    border: 1px solid #be9b60;
}

.sect2-l ul li:hover a .text p {
    color: #9b0d14;
}

.sect2-m ul li {
    padding: 20px 0;
}

.sect2-m ul li a {
    display: block;
}

.sect2-m ul li p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-m ul li a .date {
    margin-top: 15px;
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #666666;
}

.sect2-m ul li:hover p {
    color: #9b0d14;
}

.sect2-r ul li {
    position: relative;
    line-height: 64px;
    padding-left: 20px;
    padding-right: 40px;
    background: url(../images/sect1-r-icon.png) no-repeat left center;
}

.sect2-r ul li a {
    font-size: 16px;
    color: #000000;
}

.sect2-r ul li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
}

.sect2-r ul li:hover a {
    color: #9b0d14;
}

.section3 {
    position: relative;
}

.section3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 470px;
    background-color: #9b0d14;
}

.sect3 {
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.sect3-l {
    float: left;
    width: 65.6%;
    padding-top: 40px;
}

.sect3-l .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.yg {
    padding-top: 30px;
    overflow: hidden;
}

.yg-pic {
    float: left;
    width: 275px;
}

.yg-pic .pic {
    padding-top: 136.7%;
}

.yg-text {
    overflow: hidden;
    padding-left: 30px;
}

.yg-text ul li {
    border-left: 3px solid #9b0d14;
    background-color: #f9f9f9;
    padding: 25px 30px;
}

.yg-text ul li:first-child {
    margin-bottom: 40px;
}

.yg-text ul li a {
    display: block;
}

.yg-text ul li a h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yg-text ul li a p {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.yg-text ul li a p img {
    vertical-align: middle;
    padding-right: 10px;
}

.sect3-r {
    float: right;
    width: 31.25%;
    box-sizing: border-box;
    padding: 35px 0 39px 35px;
    background-color: #9b0d14;
}

.sect3-r .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #b04c51;
}

.sect3-r .title h2 {
    color: #fff;
}

.sect3-r .title a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    background: url(../images/w-more.png) no-repeat right center;
}

.sect3-r ul li {
    line-height: 62px;
    border-bottom: 1px solid #b9565b;
    background: url(../images/sect3-icon.png) no-repeat left center;
}

.sect3-r ul li a {
    color: #fff;
}

.sect3-r ul li span {
    color: #fff;
}

.sect3-r ul li:hover a {
    color: #fff;
    opacity: .7;
}

.yg-text ul li:hover h2 {
    color: #9b0d14;
}

.section4 {
    position: relative;
    margin-top: 45px;
    margin-bottom: 50px;
    padding-left: 160px;
}

.sect4 {
    position: relative;
    padding-right: 35px;
    padding-left: 125px;
    box-sizing: border-box;
}

.sect4 .sz {
    position: relative;
    z-index: 5;
}

.sect4:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    background-color: #9b0d14;
    z-index: 2;
}

.section4 .title h2 {
    float: none;
    text-align: center;
}

.section4 .title a {
    position: absolute;
    right: 160px;
    top: 0;
}

.sect4 .sz ul li a {
    display: block;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #c3c1c1;
    margin: 40px 15px;
}

.sect4 .sz ul li a .pic {
    padding-top: 120%;
}

.sect4 .sz ul li a .text {
    background: url(../images/sect4-more.png) no-repeat right bottom;
}

.sect4 .sz ul li:hover a .text {
    background: url(../images/more-other.png) no-repeat right bottom;
}

.sect4 .sz ul li a .text h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.sect4 .sz ul li:hover a .text h2 {
    color: #9b0d14;
}

.sect4 .sz ul li a .text p {
    padding-top: 22px;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #e8e8e8;
}

.sect4 .sz .slick-prev {
    left: -125px;
    top: 125px;
    width: 59px;
    height: 59px;
    background: url(../images/sect4-l.png) no-repeat center center;
}

.sect4 .sz .slick-next {
    left: -125px;
    top: 205px;
    width: 59px;
    height: 59px;
    background: url(../images/sect4-r.png) no-repeat center center;
}

.section4::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    background-color: #9b0d14;
    width: 161px;
}

.sz .slick-dots {
    width: auto;
    left: -130px;
    bottom: 120px;
}

.sz .slick-dots li {
    display: none;
    width: 102px;
    height: 68px;
}

.sz .slick-dots li.slick-active {
    display: block;
    border-bottom: 2px solid #fff;
}

.sz .slick-dots li.slick-active .dot-page {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.sz .slick-dots li.slick-active span {
    font-size: 48px;
    color: #fff;
}

.sz .slick-dots li.slick-active {
    display: block;
}

.sz .slick-dots li.slick-active b {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.section6 {
    padding-bottom: 50px;
}

.sect6 ul li {
    position: relative;
    float: left;
    width: 18%;
    margin-left: 2.5%;
    height: 130px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    top: 0;
    transition: all .3s;
}

.sect6 ul li:hover {
    top: -5px;
}

.sect6 ul li:first-child {
    margin-left: 0;
    background-color: #e6a535;
}

.sect6 ul li.child2 {
    background-color: #3fb3eb;
}

.sect6 ul li.child3 {
    background-color: #9e88df;
}

.sect6 ul li.child4 {
    background-color: #78bf59;
}

.sect6 ul li.child5 {
    background-color: #54bdaf;
}

.sect6 ul li a {
    display: block;
    padding-top: 25px;
    height: 100%;
}

.sect6 ul li a .icon {
    height: 37px;
}

.sect6 ul li a .icon img {
    vertical-align: middle;
}

.sect6 ul li a .text {
    margin-top: 15px;
}

.sect6 ul li a .text p {
    font-size: 18px;
    color: #fff;
}



@media all and (max-width: 1500px) { 

.sect2-r ul li a {  font-size: 18px;  }
.sect2-m ul li p {  font-size: 18px;}
.sect2-l ul li a .text p {   font-size: 18px;}
.news ul li a .text p {   font-size: 15px;}
.title a { font-size: 15px;}
.yg-text ul li a p { font-size: 15px;}

}


