.main .xwdt{
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main .xwdt .xwdtslide{
    width: 875px;
    height: 475px;
    position: relative;
}

.main .xwdt .xwdtslide .hd{
    z-index: 2;
    position: absolute;
    right: 16px;
    bottom: 0;
}

.main .xwdt .xwdtslide .hd ul{
    height: 50px;
    display: flex;
    align-items: center;
}

.main .xwdt .xwdtslide .hd li{
    cursor: pointer;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #bababa;
    color: #343434;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.main .xwdt .xwdtslide .hd li.on{
    background: #c60011;
    color: #fff;
}

.main .xwdt .xwdtslide img{
    width: 875px;
    height: 475px;
    transition: all 3s;
}

.main .xwdt .xwdtslide .bd li{
    width: 875px;
    height: 475px;
    overflow: hidden;
}

.main .xwdt .xwdtslide .bd li a{
    display: block;
    position: relative;
}

.main .xwdt .xwdtslide .title{
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 144px 0 20px;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    width: 100%;
    transition: all 0.25s;
}

.main .xwdt .xwdtslide .bd li:hover img{
    transform: scale(1.10);
}

.main .xwdt .xwdtslide .bd li:hover .title{
    color: #8b0813;
}

.main .xwdt .xwdtcon{
    width: calc(100% - 20px - 875px);
}

.main .xwdt .xwdtcon .xwdtlist li{
    box-sizing: border-box;
    height: 110px;
    padding: 20px 0;
    border-bottom: 1px dashed #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.main .xwdt .xwdtcon .xwdtlist li:last-child{
    border: none;
}

.main .xwdt .xwdtcon .xwdtlist .time{
    width: 57px;
    height: 66px;
    border: 2px solid #8b0813;
}

.main .xwdt .xwdtcon .xwdtlist .time .month_day,.main .xwdt .xwdtcon .xwdtlist .time .year{
    display: block;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

.main .xwdt .xwdtcon .xwdtlist .time .month_day{
    color: #fff;
    background: #8b0813;
}

.main .xwdt .xwdtcon .xwdtlist .time .year{
    color: #8b0813;
    background: #fff;
}

.main .xwdt .xwdtcon .xwdtlist .content{
    width: calc(100% - 57px - 20px);
}

.main .xwdt .xwdtcon .xwdtlist .content h3 a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    line-height: 26px;
    margin-bottom: 6px;
    transition: all 0.25s;
}


.main .xwdt .xwdtcon .xwdtlist .content h3 a:hover{
    color: #8b0813;
    transform: translateX(8px);
}

.main .xwdt .xwdtcon .xwdtlist .content p{
    text-align: justify;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .midpart{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.main .midpart .leftpart{
    width: 894px;
}

.main .midpart .leftpart>div>div{
    background: url(../img/partbg.jpg) top center no-repeat;
}

.main .midpart>div>div{
    background: #fff;
    margin-bottom: 18px;
    padding: 10px 10px 30px 10px;
}

.main .midpart .zdytitle{
    margin-bottom: 20px;
}

.main .midpart .zdyitemcon .itemtop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.main .midpart .zdyitemcon .itemtop .img{
    width: 458px;
    height: 350px;
    overflow: hidden;
}

.main .midpart .zdyitemcon .itemtop .img img{
    width: 458px;
    height: 350px;
    transition: all 3s;
}

.main .midpart .zdyitemcon .itemtop .img:hover img{
    transform: scale(1.10);
}

.main .midpart .zdyitemcon .itemtop .des{
    width: calc(100% - 458px - 36px);
}

.main .midpart .zdyitemcon .itemtop .des h3{
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 12px;
}

.main .midpart .zdyitemcon .itemtop .des .author_time{
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    margin-bottom: 40px;
}

.main .midpart .zdyitemcon .itemtop .des .author{
    color: #434343;
    font-size: 16px;
}

.main .midpart .zdyitemcon .itemtop .des .time{
    color: #939393;
    font-size: 14px;
}

.main .midpart .zdyitemcon .itemtop .des .content{
    padding: 16px 20px 16px 0;
    border-top: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
    position: relative;
    margin-bottom: 40px;
}

.main .midpart .zdyitemcon .itemtop .des .content::before{
    content: '“';
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    height: 36px;
    width: 30px;
    text-align: left;
    background: #fff;
    color: #bcbcbc;
    font-size: 70px;
}

.main .midpart .zdyitemcon .itemtop .des .content::after{
    content: '”';
    display: block;
    position: absolute;
    bottom: -14px;
    right: 0;
    height: 36px;
    width: 30px;
    text-align: right;
    background: #fff;
    color: #bcbcbc;
    font-size: 70px;
}

.main .midpart .zdyitemcon .itemtop .des .content p{
    font-size: 14px;
    color: #676767;
    line-height: 24px;
}

.main .midpart .zdyitemcon .itemtop .des .more{
    width: 137px;
    height: 44px;
    background-color: #8b0813;
}

.main .midpart .zdyitemcon .itemtop .des .more a{
    display: block;
    color: #c6c0af;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}

.main .midpart .zdyitemcon .itembottom .list{
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .midpart .zdyitemcon .itembottom .list li{
    box-sizing: border-box;
    float: left;
    width: 33%;
    position: relative;
    padding-left: 10px;
}

.main .midpart .zdyitemcon .itembottom .list li a{
    width: 100%;
    font-size: 14px;
    color: #213842;
    line-height: 28px;
    transition: all 0.25s;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .midpart .zdyitemcon .itembottom .list li::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main .midpart .zdyitemcon .itembottom .list li a:hover{
    transform: translateX(8px);
    color: #8b0813;
}

.main .midpart>div>div:last-child{
    margin-bottom: 0;
}

.main .midpart .rightpart{
    width: calc(100% - 894px - 14px);
}

.main .midpart .rightpart .xgrq .topnews{
    padding-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
}

.main .midpart .rightpart .xgrq .topnews .img{
    width: 360px;
    height: 264px;
    overflow: hidden;
    margin-bottom: 16px;
}

.main .midpart .rightpart .xgrq .topnews img{
    width: 360px;
    height: 264px;
    transition: all 3s;
}

.main .midpart .rightpart .xgrq .topnews img:hover{
    transform: scale(1.10);
}

.main .midpart .rightpart .xgrq .topnews h3{
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    padding: 0 20px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .midpart .rightpart .xgrq .topnews p{
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #7f7e7e;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;

}

.main .midpart .rightpart .xgrq .othernews{
    padding: 16px 0 24px 0;
}

.main .midpart .rightpart .xgrq .othernews li a{
    display: flex;
    align-items: center;
    height: 36px;
}

.main .midpart .rightpart .xgrq .othernews li img{
    margin: 0 20px;
    vertical-align: top;
}

.main .midpart .rightpart .xgrq .othernews li span{
    display: block;
    font-size: 16px;
    color: #4b4b4b;
    transition: all 0.25s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .midpart .rightpart .xgrq .othernews li:hover span{
    transform: translateX(8px);
    color: #8b0813;
}

.main .midpart .rightpart .xgrq .tofind{
    padding: 0 10px;
}

.main .midpart .rightpart .xgrq .tofind a{
    display: block;
    height: 52px;
    background-color: #8b0813;
    color: #dfcfaf;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
}

.main .midpart .rightpart .wjmr .con li{
    padding: 20px 10px;
    border-bottom: 1px dashed #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.main .midpart .rightpart .wjmr .con li:first-child{
    padding-top: 0;
}

.main .midpart .rightpart .wjmr .con li:last-child{
    border: none;
    padding-bottom: 0;
}

.main .midpart .rightpart .wjmr .con .img{
    width: 158px;
    height: 214px;
    overflow: hidden;
}

.main .midpart .rightpart .wjmr .con .img img{
    width: 158px;
    height: 214px;
    transition: all 0.25s;
}

.main .midpart .rightpart .wjmr .con .img:hover img{
    transform: scale(1.10)
}

.main .midpart .rightpart .wjmr .con .des{
    width: calc(100% - 158px - 22px);
}

.main .midpart .rightpart .wjmr .con .des h3{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .midpart .rightpart .wjmr .con .des p{
    text-align: justify;
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    height: 168px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
}

.main .midpart .rightpart .bsjg .zdytitle{
    margin-bottom: 6px;
}

.main .midpart .rightpart .bsjg .con{
    padding: 0 10px;
}

.main .midpart .rightpart .bsjg span{
    line-height: 28px;
    font-size: 14px;
    color: #767676;
    white-space: pre;
}

.main .yxaq{
    display: flex;
    background: #fff;
}

.main .yxaq .con{
    width: calc(100% - 67px);
    box-sizing: border-box;
    padding: 18px 17px 18px 18px;
}

.main .yxaq .con .yxaqslide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main .yxaq .con .yxaqslide .bd li{
    width: 283px;
    height: 196px;
    overflow: hidden;
    margin-right: 22px;
}

.main .yxaq .con .yxaqslide .bd li a{
    width: inherit;
    height: inherit;
    overflow: hidden;
    display: block;
    position: relative;
}

.main .yxaq .con .yxaqslide .bd li a img{
    width: 283px;
    height: 196px;
    transition: all 3s;
}

.main .yxaq .con .yxaqslide .bd li a span{
    display: block;
    height: 42px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    transition: all 0.25s;
}

.main .yxaq .con .yxaqslide .bd li:hover img{
    transform: scale(1.10);
}

.main .yxaq .con .yxaqslide .bd li:hover span{
    transform: translateY(42px);
}