.bodyMain {
    width: 1200px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

/* 顶部样式 */
.indexWrap {
    width: 100%;
}

.indexWrap .indexTop_title {
    width: 1005px;
    overflow: hidden;
    margin: 40px auto 0;
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    color: #000000;
    text-align: center;
}

.indexWrap .indexTop_roll {
    width: 1061px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
}

.indexTop_roll .txt-scroll {
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.indexTop_roll .txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
}

.indexTop_roll .txt-scroll .txt,
.indexTop_roll .txt-scroll .txt-clone {
    display: inline;
    position: relative;
}

.indexTop_roll .txt-scroll .txt li,
.indexTop_roll .txt-scroll .txt-clone li{
    display: inline;
    position: relative;
}

.indexWrap .indexTop_roll .swiper-slide {
    width: 350px !important;
}

.indexTop .indexTop_roll .swiper-wrapper {
    transition-timing-function: linear !important;
}

.indexDown {
    width: 1200px;
    height: 675px;
    position: relative;
    overflow: hidden;
}

.indexDown .indexDownImg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.indexDown .indexDownImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDown .indexDownList {
    width: 330px;
    height: 675px;
    padding-top: 18px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}

.indexDown .indexDownList .indexP-swiper-cont {
    display: block;
}

.indexDown .indexDownList .swiperList {
    width: 100% !important;
    height: 64px;
}

.indexDown .indexDownList .swiperList:hover {
    background: linear-gradient(to right, var(--themeColor), rgba(24, 52, 115, .6));
}

.indexDown .indexDownList .swiperList a {
    width: 290px;
    height: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
    max-height: 44px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.6;
    margin: 0 20px;
    padding: 9px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexDown .indexDownList .swiperList:last-child a {
    border: none;
}

.indexDown .indexDownList .swiperList a:hover {
    opacity: 1;
}

.indexDown .indexDownList .my-slide-thumb-active {
    background: linear-gradient(to right, var(--themeColor), rgba(24, 52, 115, .6));
}

.indexDown .indexDownList .my-slide-thumb-active a {
    opacity: 1;
}

.indexWrap a:hover {
    color: var(--themeColor);
}

/* 中间样式 */
.box {
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.leftContent {
    width: 770px;
    margin-right: 30px;
}

.rightContent {
    width: 400px;
    height: 1112px;
}

.item1 .content1{
    width: 100%;
    height: 485px;
    overflow: hidden;
}
.affairs_item{
    width: 366px;
    height: 74px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 24px;
    float: left;
    margin-right: 38px;
    overflow: hidden;
}
.affairs_item:nth-of-type(1),.affairs_item:nth-of-type(2){
    margin-top: 20px;
}
.affairs_item:nth-child(even){
    margin-right: 0;
}
.affairs_item .affairs_title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.affairs_item .affairs_con{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.affairs_item:hover .affairs_title,.affairs_item:hover .affairs_con{
    color: var(--themeColor);
}

.head {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--themeColor);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.more {
    font-size: 14px;
    font-family: "PingFang SC";
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.more:hover {
    color: var(--themeColor);
}

.ul-hot li {
    height: 85px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ul-hot li:first-child {
    margin-top: 30px;
}

.li-left {
    min-width: 154px;
    height: 85px;
    overflow: hidden;
    margin-right: 22px;
}

.li-left>img {
    cursor: pointer;
    transition: transform 1.3s;
}

.li-left>img:hover {
    transform: scale(1.05);
}

.li-right {
    width: 100%;
    position: relative;
}

.li-right>a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.li-right>a:hover {
    color: var(--themeColor);
}

.li-right .source {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.li-right .source .name>a {
    margin-right: 20px;
    color: #999999;
    cursor: pointer;
}

.leftContent .item2 {
    width: 100%;
    margin-top: 34px;
}

.content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.content2 .piece {
    width: 375px;
    height: 210px;
    margin: 20px 0 0;
    overflow: hidden;
}

.content2 .piece>img {
    width: 100%;
    height: 100%;
    transition: transform 1.3s;
}

.content2 .piece>img:hover {
    transform: scale(1.05);
}

.contents {
    width: 100%;
}

.special {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.special_item {
    width: 225px;
    height: 262px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0px 2px 16px rgba(141, 168, 229, 0.16);
}

.special_item:hover {
    box-shadow: 0px 2px 16px rgba(141, 168, 229, 0.5);
}

.imgbox {
    width: 100%;
    height: 126px;
    cursor: pointer;
    overflow: hidden;
}

.imgbox>img {
    width: 100%;
    height: 100%;
    transition: transform 1.3s;
}

.imgbox:hover>img {
    transform: scale(1.05);
}

.special_item .s-title {
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.special_item .s-title:hover {
    color: var(--themeColor);
}

.special_item .s-source {
    width: 100%;
    display: flex;
    padding: 0 12px;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

.special_item .s-source .name {
    cursor: pointer;
}

.special_item:first-child {
    position: relative;
    width: 466px;
    height: 262px;
}

.special_item:first-child .imgbox {
    width: 100%;
    height: 100%;
}

.special_item:first-child .s-title {
    padding: 0 14px;
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    width: 466px;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 32%, #000000 100%);
    opacity: 1;
    box-sizing: border-box;
    line-height: 60px;
}

.special_item:first-child .s-source{
    display: none;
}

/* 底部样式 */
.wrapper_1200 {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.wrapperBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

.wrapperBottom .columns-3 {
    width: 387px;
    margin-top: 50px;
}

.columns-3 .content-header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--themeColor);
    margin-bottom: 30px;
}

.columns-3 .content-header h1 {
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    background-size: 25%;
}

.columns-3 .content-header h1 img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: inherit;
}

.columns-3 .content-header .more {
    width: auto;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.columns-3 .content-header .more:hover {
    color: var(--themeColor);
}

.columns-3 .content-header .more img {
    width: 6px;
    height: 10px;
    margin-left: 6px;
    vertical-align: inherit;
}

.content-images {
    width: 387px;
    height: 216px;
    position: relative;
    overflow: hidden;
}

.content-images a {
    display: inline-block;
}

.content-images img {
    width: 387px;
    height: 216px;
    position: relative;
    transition: transform 1.3s;
}

.content-images:hover img {
    transform: scale(1.05);
}

.content-images p {
    width: 387px;
    height: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 32%, #000000 100%);
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
    box-sizing: border-box;
}

.columns-3 .cntListWrap {
    width: 387px;
    height: 435px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(141, 168, 229, 0.16);
    opacity: 1;
    box-sizing: border-box;
    overflow: hidden;
}

.columns-3 .imgWord {
    padding: 0;
}

.columns-3 .imgWord ul {
    padding: 0 14px;
}

.wrapperBottom .columns-3 .cntListWrap:hover {
    box-shadow: 0px 2px 16px rgb(141 168 229 / 50%);
}

.cntListWrap .content-list h2 {
    padding: 20px 14px 0;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cntListWrap .content-list h2 a:hover {
    color: var(--themeColor);
}

.cntListWrap .content-list p {
    width: 36px;
    height: 1px;
    margin: 20px 0;
    background: var(--themeColor);
    opacity: 1;
}

.columns-3 ul {
    margin-top: 20px;
    padding: 0 14px;
}

.columns-3 ul li {
    width: auto;
    height: 19px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    list-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.columns-3 .noimagesUl li {
    height: 20px;
}

.columns-3 ul li a {
    text-decoration: none;
    color: #333333;
}

.columns-3 ul li a:hover {
    text-decoration: none;
    color: var(--themeColor);
}

.showcase {
    position: relative;
    overflow: hidden
}

.showcase .thumb {
    width: 300px;
    height: 180px;
    float: left;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}

.showcase .thumb img {
    width: 300px;
    height: 180px;
    object-fit: cover;
}

.showcase a img {
    width: 300px;
    height: 180px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.6s ease-out;
}

.showcase a {
    display: block;
    width: 300px;
    height: 180px;
    position: relative;
    text-decoration: none;
}

.showcase a .text-describe {
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 54%, #000000 100%);
    opacity: 0.9;
    color: #fff;
    font-size: 11px;
    padding: 14px 20px;
    position: absolute;
    bottom: -480px;
    line-height: 20px;
    display: block;
    width: 300px;
    height: 180px;
    cursor: pointer;
    transition: all 0.6s ease-out;
}

.showcase a:hover .text-describe {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 54%, #000000 100%);
}

.showcase .text-describe h2 {
    width: 260px;
    max-height: 48px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.showcase .text-describe img {
    position: absolute;
    left: 20px;
    top: 79px;
    z-index: 2;
    width: 20px;
    height: 2px;
}

.showcase .text-describe p {
    width: 266px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}