.wrapper-top {
    width: 100%;
    height: 825px;
    background: linear-gradient(180deg, #FAEDE5 0%, #FFFFFF 100%);
}

.wrap-padding {
    width: 1200px;
    margin: 0 auto;
}

.info-top {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.info-top .left {
    width: 680px;
    height: 480px;
    position: relative;
    z-index: 11;
}
.left-icon {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 33px;
    position: absolute;
    right: 40px;
    bottom: 10px;
    z-index: 97;
}
.left-icon img {
    width: 100%;
    height: 100%;
}
.left-icon-active {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 33px;
    position: absolute;
    right: 40px;
    bottom: 10px;
    z-index: 97;
}
.left-icon-active img {
    width: 100%;
    height: 100%;
}
.right-icon {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 33px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 97;
}
.right-icon img {
    width: 100%;
    height: 100%;
}
.right-icon-active {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 33px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 97;
}
.right-icon-active img {
    width: 100%;
    height: 100%;
}

.info-top .right {
    margin-left: 17px;
    width: calc(100% - 697px);
    height: 480px;
    padding: 0px 25px;
    background: url('/r/cms/www/default/images/index/newsline-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.info-top .right .titles {
    margin: 23px 0 9px 0;
    justify-content: space-between;
}

.info-top .right .titles .left-title {
    width: calc(90% - 42px);
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #F10B05;
    padding-left: 10px;
    position: relative;
}

.info-top .right .titles .left-title .title-imgs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
}

.right-icons {
    width: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    margin-top: 6px;
}

.imgs {
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-top: -3px;
}

.contents li {
    padding: 11px 20px;
    border-bottom: 1px dashed #9B9895;
    position: relative;
}

.contents li:last-child {
    border-bottom: 0;
}

.contents li .big-title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight:600;
    color: #2A2928;
}

.contents li .digest {
    width: 406px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.contents li:hover .gray {
    background: url(/r/cms/www/default/images/index/spe.png) no-repeat center center;
    background-size: 100% 100%;
}

.contents li:hover .big-title {
    color: #F10B05 !important;
}

.gray {
    position: absolute;
    left: 7px;
    top: 25px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(42, 41, 40, 0.18);
    border-radius: 100px;
}

.active-color {
    color: #F10B05 !important;
}

.info-bottom {
    margin-top: 41px;
}

.info-bottom .info-bottom-list:nth-child(1) {
    margin-left: 0px !important;
}

.info-bottom .info-bottom-list {
    width: 377px;
    height: 264px;
    margin-left: 33px;
    padding-left: 20px;
}

.bottom-list-title {
    width: calc(100% - 146px);
    margin-left: 146px;
    height: 41px;
    justify-content: space-between;
    border-bottom: 1px solid #FDAC37;
    position: relative;
}

.bottom-list-title .right-icons {
    position: absolute;
    top: 10px;
    right: 0px;
}

.title-bg {
    position: absolute;
    top: 1px;
    left: -166px;
    width: 166px;
    height: 41px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    background: url('/r/cms/www/default/images/index/title-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.bottom-list-content {
    margin-top: 17px;
}

.bottom-list-content li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 9px 0;
    border-bottom: 1px dashed #CCCAC9;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
    line-height: 22px;
}

.bottom-list-content li:hover a {
    color: #F10B05;
}

.bottom-list-content li:last-child {
    border: 0;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #CB1C1D;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.wrapper-bottom {
    width: 1200px;
    margin: 0 auto;
}

.wrapper-bottom .banner {
    width: 100%;
    height: 230px;
    margin: 40px 0;
}

.box {
    width: 680px;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.box a {
    display: none;
    width: 100%;
    height: 100%;
    background: url('/r/cms/www/default/images/index/sider-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box a img {
    object-fit: contain;
    display: block;
    width: 680px;
    height: 480px;
    position: absolute;
    z-index: 9;
}

.box ul {
    position: absolute;
    list-style: none;
    overflow: hidden;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 67;
}

.box ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 10px;
}
.active-boxli {
    background: url('/r/cms/www/default/images/svg/active-box.svg') no-repeat center center;
    background-size: 100% 100%;
}

.normal-boxli {
    width: 10px !important;
    height: 10px !important;
    margin-top: 2px;
    background: #FFFFFF;
    
}

.activity-project {
    padding-left: 20px;
    min-height: 315px;
}

.activity-project-content li {
    margin: 40px 5px;
    width: 110px;
    text-align: center;
    margin-left: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
}

.activity-project-content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.activity-project-content li:first-child {
    margin-left: 0px;
}
.activity-project-content li a div {
    border-radius: 50%;
    border: 1px solid #fbfbfb;
    width: 110px;
    height: 110px;
    background: #fbfbfb;
    margin-bottom: 20px;
}
.activity-project-content li a div img {
    object-fit: contain;
    display: block;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    transition: all 0.5s ease;
}
.activity-project-content li:hover div img {
    transform: scale(1.2);
}
.thematic-content {
    width: 100%;
}

.thematic-content .thematic-content-left {
    width: calc(100% - 493px);
    padding-left: 20px;
    justify-content: space-between;
}

.thematic-content .thematic-content-left .content {
    flex-wrap: wrap;
    margin: 13px 0px;
}

.thematic-content .thematic-content-left .content li {
    width: 324px;
    margin: 21px 0px 28px 38px;
    border-bottom: 1px solid #E6E6E6;
}

.thematic-content .thematic-content-left .content li:hover {
    margin: 21px 0px 27px 38px;
    border-bottom: 2px solid #F10B05;
}

.thematic-content .thematic-content-left .content li:hover .caption {
    color: #F10B05;
}

.thematic-content .thematic-content-left .content li:hover .bottom-content {
    color: #2A2928;
}
.thematic-content .thematic-content-left .content li:hover .right-icons {
    color: #2A2928;
}
.thematic-content .thematic-content-left .content li:hover .right-icons .imgs{
    background: url('/r/cms/www/default/images/index/more-active.svg') no-repeat center center;
}

.right-icons .imgs{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/r/cms/www/default/images/index/more.png') no-repeat center center;
    background-size: 100% 100%;
}

.thematic-content .thematic-content-left .content li .right-icons .imgs{
    background: url('/r/cms/www/default/images/index/arrows.svg') no-repeat center center;
    background-size: 100% 100%;
}

.thematic-content .thematic-content-left .content li:nth-child(odd) {
    margin-left: 0px;
}

.thematic-content .thematic-content-left .content li .list-img {
    object-fit: contain;
    display: block;
    width: 324px;
    height: 160px;
    background: #fbfbfb;
}

.thematic-content .thematic-content-left .content li .caption {
    width: 100%;
    height: 25px;
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: 400;
    color: #2A2928;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thematic-content .thematic-content-left .content li .bottom-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
}

.thematic-content .thematic-content-left .content li .bottom-content .right-icons {
    width: 80px;
    margin-top: 0px;
}

.thematic-content .thematic-content-right {
    margin-left: 37px;
    width: 456px;
}
.hot-search {
    width: 100%;
}
.usally-title {
    width: calc(90% - 42px);
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #F10B05;
    padding-left: 10px;
    position: relative;
    top: 13px;
    left: 20px;
}

#hot-words {
    padding: 0 20px;
}

.hot-search .usally-title {
    top: 10px;
    left: 20px;
}

.hot-list .usally-title {
    top: 0px;
    left: 10px;
}

.usally-title .title-imgs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 14px;
}
.content-wrap {
    margin-top: 31px;
}
.content-wrap li {
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    background: rgba(204, 202, 201, 0.15);
    border-radius: 4px;
    margin: 0px 24px 23px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #2A2928;
}
.content-wrap li:hover {
    color: #F10B05;
}
.today-news {
    width: 456px;
    height: 703px;
    background: url('/r/cms/www/default/images/index/news-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.today-news .reset-batch {
    position: absolute;
    top: 17px;
    right: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    cursor: pointer;
}
.today-news .reset-batch img {
    width: 13px;
    height: 15px;
    vertical-align: middle;
    margin: -3px 4px 0 0;
}
.news-content {
    margin: 18px 28px 0px 22px;
}
.news-content li {
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #E6E6E6;
}
.news-content li:last-child {
    border: 0;
}
.news-content li:hover .news-title{
    color: #F10B05;

}

.news-content li img {
    object-fit: contain;
    display: block;
    width: 142px;
    height: 100px;
    margin-right: 16px;
    background: #fbfbfb;
}
.news-content li .news-list {
    width: auto;
}
.news-content li .noImg {
    width: calc(100% - 158px);
}
.news-content li .news-list .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.news-content li .news-list .news-browse {
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    margin-top: 10px;
}
.news-content li .news-list .news-browse img {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-right:4px
}
.hot-list {
    margin-top: 11px;
    width: 456px;
    height: 420px;
    padding: 10px;
    border: 1px solid #E6E6E6;
}
.hot-list .hot-ul{
    margin-top: 16px;
}
.hot-list li {
    margin: 14px 0px 14px 9px;
}
.hot-list li .wraps {
    display: inline-block;
    width: 352px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hot-list li:hover .wraps {
    color: #F10B05;
}
.hot-list li  .hot-num {
    margin-left: 8px;
    display: inline-block;
    width: 34px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FA3D3B;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hot-list li .first {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    background: url('/r/cms/www/default/images/index/first.png') no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 2px;
}
.hot-list li .second {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    background: url('/r/cms/www/default/images/index/second.png') no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 2px;
}
.hot-list li .third {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    background: url('/r/cms/www/default/images/index/third.png') no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 2px;
}
.hot-list li .rank {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #9B9895;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    margin-right: 2px;
}
