﻿.main-header>img {
    width: 100%;
}

.main {
    font-family: PingFang SC;
    padding: 38px 19% 98px 19%;
}

.main>img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main>.main-dest>h1 {
    font-size: 26px;
    font-weight: 800;
    color: #333;
    margin-bottom: 19px;
}

.main>.main-dest>p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.main-focus>img,
.main-base>img {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 36px;
}

.main>.main-focus>.focus-main {
    display: flex;
}

.main>.main-focus>.focus-main .focus-slick {
    width: 663px;
}
.main>.main-focus>.focus-main .focus-info {
    width: calc(100% - 663px);
}

.focus-slick img {
    width: 100%;
    height: 390px;
}

.main>.main-focus>.focus-main>.focus-info {
    padding: 13px;
    margin-left: 10px;
    background-color: #F7F7F7;
}

.focus-main>.focus-info>h3 {
    font-size: 20px;
    font-weight: 800;
    color: #E50000;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 12px;
}

.focus-main>.focus-info>div {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    padding: 15px 10px 15px 10px;
}

.focus-main>.focus-info ul {
    height: 265px;
    overflow-y: auto;
}

.focus-main>.focus-info>div li {
    cursor: pointer;
    display: flex;
    line-height: 37px;
}

.focus-main>.focus-info>div li:hover p {
    color: #E4281D;
}

.focus-main>.focus-info>div li p {
    width: calc(100% - 81px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    font-family: PingFang SC;

}

.focus-main>.focus-info>div li p::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #E4281D;
    position: relative;
    top: -3px;
    left: -8px;
    font-family: PingFang SC;
}

.focus-main>.focus-info>div li span {
    font-size: 14px;
    color: #999;
}

.focus-main>.focus-info>div>p>a {
    font-size: 15px;
    color: #666666;
}

.focus-slider-cont {
    position: relative;
}

.focus-slider-cont>div {
    display: flex;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 12px 31px;
}

.focus-slider-cont>div>p {
    width: calc(100% - 31px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #fff;
    line-height: 28px;
}

.focus-slider-cont>div>span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 28px;
}

.main-theme {
    display: flex;
}

.main-theme>div {
    width: 50%;
}

.theme-body>h5 {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #E1131C;
    border-bottom: 2px solid #ddd;
    line-height: 35px;
    margin-bottom: 25px;
    background: url('../image/main/icon.png') no-repeat left center/ auto auto;
}

.theme-body>h5::before {
    display: inline-block;
    content: '';
    width: 90px;
    border-top: 2px solid #E50000;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.theme-body>h5::after {
    display: inline-block;
    content: '';
    border-top: 5px solid #E50000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 42.5px;
}

.main-base li {
    display: flex;
    cursor: pointer;
}

.main-base li:hover p {
    color: #E4281D;
}

.main-base li p {
    width: calc(100% - 138px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: PingFang SC;
    color: #333;
    line-height: 30px;
    padding-left: 10px;

}

.main-base li p::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #777;
    position: relative;
    top: -3px;
    left: -8px;
    font-family: PingFang SC;
}

.main-base li span {
    font-size: 14px;
    color: #999;
	width: 138px;
	text-align: right;
}

.theme-body>div {
    display: flex;
}

.theme-body>div>img {
    width: 279px;
    height: 100%;
    margin-right: 19px;
}
.theme-body>div>div {
    width: calc(100% - 299px);
}

.theme-body h6 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;

}

.theme-body p a {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
}

.theme-body>div>div>div {
    font-size: 14px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.main-footer {
    background-color: #E50000;
    padding: 62px 25% 59px 25%;
}

.main-footer>p {
    font-size: 14px;
    font-family: PingFang SC;
    color: #fff;
    line-height: 30px;
}

.main-footer>p>span {
    display: inline-block;
}

.slick-dots {
    display: none !important;
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.mar_r_23 {
    margin-right: 23px;
}

.mar_l_23 {
    margin-left: 23px;
}
@media (max-width:1400px) {

    .main>.main-focus>.focus-main{
        display: inherit;
    }
    .main>.main-focus>.focus-main .focus-slick,
    .main>.main-focus>.focus-main .focus-info{
        width: 100%;
    }
    .focus-slick img {
        width: 100%;
        height: inherit;
    }
}

@media (max-width:1200px) {

    .main-theme {
        display: inherit;
    }

    .main>.main-focus>.focus-main>.focus-info,
    .mar_l_23 {
        margin: 0;
    }

    .main-theme>div {
        width: 100%;
    }

}

@media (max-width:800px) {

    .theme-body>div {
        display: inherit;
    }
    .theme-body>div>div,
    .theme-body>div>img {
        width: 100%;
    }
}

@media (max-width:400px) {
    .main {
        font-family: PingFang SC;
        padding: 28px 5% 38px 5%;
    }
    .main-footer{
        padding:32px 8% 29px 8%;
    }
    .main>img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .focus-main>.focus-info ul{
        height: inherit;
    }
    .focus-main>.focus-info>div li{
        line-height: 30px;
    }
}