.newsrightlist {
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    background: #FFF;
}
.newsright {
    width: 25%;
    background: transparent;
    float: right;
}
.righttitle {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px;
}
.righttitle h4 {
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #288dc6;
    padding-left: 20px;
}
.newsrightlist .newsflash {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.newsrightlist .newsflashtxt {
    width: 95%;
    float: left;
    padding-top: 5px;
    padding-left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.title_height {
    color: #2f3037;
    height: 42px !important;
    font-size: 14px;
    padding-left: 12px;
    line-height: 32px;
}
.news_hot {
    background: url(../img/common/bg.png) no-repeat;
    display: block;
    width: 25px;
    float: left;
    margin-left: -10px;
    background-size: contain;
    line-height: 36px;
    height: 32px;
    font-weight: 600;
}
.news_hot .new_num {
    margin-left: 9px;
    color: #fff;
    line-height: 32px;
}
.title_hot_height {
    color: #2f3037;
    font-size: 14px;
    padding-left: 6px;
    line-height: 32px;
}
.newsflashtxt a:hover{
    color: #2f3037;
}
.actDetailslefttop {
    background: #FFF;
    padding: 20px;
}
.actDetailsleft {
    float: left;
    width: 74%;
}
.newstit {
    border-bottom: 1px solid #E1E1E1;
    padding-top: 20px;
}
.newstit h1 {
    color: #515756;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 32px;
}
.newstitdetailleft {
    float: left;
    color: #767780;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 34px;
}
.newstitdetailleft span {
    margin-right: 15px;
}
.article_share{
    float: right;
    margin-top: 10px;
}
.custom_share a.cms_weixin, .custom_share a.cms_qzone, .custom_share a.cms_tsina {
    background: rgba(235,235,235,1) !important;
}
.custom_share a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 6px;
    padding: 0 !important;
    border-radius: 50px;
    color: #A6ADAC;
}
.custom_share a.cms_weixin:hover, .custom_share a.cms_qzone:hover, .custom_share a.cms_tsina:hover {
    background: rgba(0,137,205,1) !important;
    color: #FFF!important;
}
.activityDetails {
    background: #f5f5f5;
    padding-top: 20px;
}
.cms_qrcode img {
    display: none;
}
.actDetailsleftarticle {
    padding-top: 20px;
}
.actDetailsleftarticle * {
    flex:unset !important;
}
.actDetailsleftarticle p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.actDetailsleftarticle img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.newsnext a {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    width: 47%;
    background-color: #288dc6;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #288dc6;
    white-space: nowrap;
}
.newsnext a:nth-child(2n) {
    float: right;
}
.newsnext a:hover {
    color: #288dc6;
    background: #FFF;
}
.interestednews {
    background: #f5f5f5;
    padding-top: 30px;
}
.interestednewsbox {
    padding: 20px 0;
}
.interestednewslist {
    background: #FFF;
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.interestednewslisttxt {
    padding: 10px;
}
.interestednewslisttxt a {
    height: 20px;
    color: #2F3037;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
    font-size: 14px;
    width: 98%;
}
.interestednewslisttxt a:hover {
    color: #288dc6;
}
.interestednewslistpic {
    position: relative;
    height: 181px;
    display: table-cell;
    text-align: center;
    width: 332px;
    vertical-align: middle;
}
.interestednewslistpic a {
    overflow: hidden;
    display: block;
}
.interestednewslistpic img {
    height: 181px;
    display: inline;
    max-width: 181px;
    max-height: 181px;
    transition: all 2s;
    transform: scale(1);
    width: 100%;
    object-fit: cover;
}
.interestednewslistpic:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.innewslisttop {
    position: absolute;
    background: url(../img/common/newstitlebg.png) no-repeat;
    width: 70px;
    height: 31px;
    background-size: cover;
    display: block;
    line-height: 31px;
    text-align: center;
    color: #FFF!important;
    left: 20px;
    top: -7px;
    font-size: 14px;
}
.interestednewslist:nth-child(4n) {
    margin-right: 0;
}
.title_key {
    color: #2f3037;
    height: 42px !important;
    font-size: 14px;
    line-height: 32px;
}
.chhotprocon .chhotprolist {
    margin-bottom: 10px;
}
/*微信分享*/
.social-share a{
    border: none;
    margin: 0;
}
.wechat-qrcode{
    width: 96px !important;
    height: 133px !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1) !important;
    border-radius: 5px;
    left: -32px !important;
    top: -142px !important;
}
.wechat-qrcode h4{
    display: none;
}
.wechat-qrcode .qrcode{
    width: 80px !important;
    height: 80px;
}
.wechat-qrcode .qrcode img{
    width: 80px ;
    height: 80px;
}
.wechat-qrcode  .help p{
    display: none;
}
.wechat-qrcode::after{
    font-size: 12px;
    color: #288DC6;
    display: block;
    line-height: 17px;
    content: "微信扫一扫 分享至朋友圈" !important;
    position: relative !important;
    width: 92% !important;
    left: 8px !important;
    top: -15px !important;
    border-color: transparent !important;
}

/*微信分享end*/
