.wrapper a{
    color: #000;
}
.wrapper #topline20210826 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.wrapper #topline20210826 .line1, .wrapper #topline20210826 .line2{
    background-color: #fff;
}
#topline20210826 + .blank{
    height: 72px;
}
.banner{
    background: url(../images/background.jpg) no-repeat center top;
}
.area{
    width: 1000px;
    margin: 0 auto;
    padding-top: 35px;
}
.area h1{
    text-align: center;
}
.area h1 a{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}
.area .subhead{
    text-align: center;
    margin-top: 5px;
}
.area .subhead a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.introduce{
    height: 81px;
    background-color: #ffffff;
    border-radius: 18px;
    margin-top: 35px;
}
.introduce{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    padding-left: 35px;
    box-shadow: 0 10px 15px 0px rgb(245 229 230 / 80%);
}
.introduce .icon{
    width: 35px;
    height: 53px;
    background: url(../images/icon.png) no-repeat;
}
.introduce .name{
    flex: 1;
    margin: 0 15px;
    line-height: 1.3;
}
.introduce .name a{
    font-size: 20px;
    font-weight: 500;
    color: #aa182c;
}
.introduce .share{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 165px;
    height: 45px;
    border-left: 1px solid #e5e5e5;
    padding-left: 18px;
}
.cntvshare_weixin{
    z-index: 3 !important;
}
.introduce .share .weixin{
    display: block;
    width: 44px;
    height: 45px;
    background: url(../images/weixin.png) no-repeat;
    cursor: pointer;
}
.introduce .share .weibo{
    display: block;
    width: 44px;
    height: 45px;
    background: url(../images/weibo.png) no-repeat;
    cursor: pointer;
}
.introduce .share .qzone{
    display: block;
    width: 44px;
    height: 45px;
    background: url(../images/qzone.png) no-repeat;
    cursor: pointer;
}
.main-left{
    width: 660px;
    float: left;
}
#main-swiper{
    width: 660px;
    height: 371px;
    position: relative;
    margin-bottom: 49px;
}
#main-swiper a{
    display: block;
    width: 660px;
    height: 371px;
    position: relative;
}
#main-swiper .swiper-slide .middle a span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 10px;
    right: 80px;
    bottom: 5px;
    z-index: 3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main-swiper .swiper-slide .middle a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/fouce_mask.png) no-repeat;
    height: 57px;
}
#main-pagination{
    width: auto;
    left: auto;
    right: 11px;
    bottom: 7px;
    text-align: right;
}
#main-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #8b8b8b;
    margin: 0 9px;
    opacity: 1;
}
#main-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}
.title{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3px;
}
.title .left {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 1.2;
}
  
.title .left:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 4px;
    width: 100%;
    background: #aa182c;
    border-radius: 5px;
}

.title .left a {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.title .right {
    float: right;
}

.title .right a.more {
    font-size: 14px;
    color: #8d8d8d;
}
.articleList .item {
    position: relative;
    border-top: 1px solid #f0f0f0;
    font-size: 0;
}
.articleList .item:first-child{
    border-top: none;
}
.articleList .item a {
    padding: 20px 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.articleList .item a:hover{
    text-decoration: none;
}
.articleList .item a:hover strong{
   text-decoration: none;
   color: #aa182c;
}
.articleList .item span.pic {
    float: left;
    font-size: 0;
    margin-right: 20px;
}
.articleList .item .text {
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.articleList .item .text strong {
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 1.3;
}
.articleList .item .text em {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: justify;
}
.mask{
    display: flex;
    align-items: center;
    width: 629px;
    height: 53px;
    background: url(../images/mask.png) no-repeat;
    margin: 0 auto;
}
.mask-more{
    width: 184px;
    height: 38px;
    background: #c62411;
    border-radius: 20px;
    line-height: 38px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.mask-more:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(../images/icon2.png) no-repeat left center;
    background-size: 100% 100%;
}
.mask-more.hasMore:before{
    transform: rotate(90deg);
}
.hide-content{
    display: none;
}
.main-right{
    width: 300px;
    float: right;
}
.main-right .title{
    border-bottom: none;
}
.content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 324px;
    height: 246px;
    background: url(../images/content.png) no-repeat;
    margin-left: -12px;
    margin-bottom: 24px;
}
.content p{
    width: 244px;
    margin: 0 auto;
    line-height: 24px;
}
.content a{
    font-size: 14px;
    color: #000;
    opacity: .6;
}
.ad{
    margin-top: 7px;
    margin-bottom: 17px;
}
.ad a{
    display: block;
    height: 135px;
}
.code{
    margin-left: -16px;
}