.ins-main{
	background:#EFF1F2;
}
.section-nav-box ul{
	margin-top:20px;
	margin-bottom:20px;
	background:#fff;
}
.video_list{
  display: inline-block;
  width:100%;
}
.video_list .title_h3{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
}
.video_list .list{
	width:100%;
	float:left;
}
.video_list .list .left{
	width:74%;
	float:left;
}
.video_list .list .left img{
	width:100%;
}
.video_list .list .right{
	width:24%;
	float:right;
}
.video_list .list .right ul li{
	width:100%;
	margin-bottom:7px;
}
.video_list .list .right ul li img{
	width:100%;
}
.video_list .list1{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.video_list .list1 ul{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between
}
.video_list .list1 ul li{
	width:23%;
}
.video_list .list1 ul li img{
	width:100%;
}


.main-box .container{
    margin-top: 20px;
    display: flex;
    margin-bottom: 60px;
}
.main-box .left-box{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    width: 73.25%;
    margin-right: 20px;
	padding-top:20px;
}

.main-box .left-box .nax-box{
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 60px;
    border-bottom: 1px solid #E3E7EB;
    padding: 0 18px;
}
.main-box .left-box .nax-box ul{
    display: flex;
}
.main-box .left-box .nax-box a{
    color: #223266;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.main-box .left-box .nax-box li a.active:before{
    content: '';
    position: absolute;
    left: -6px;
    right: 0px;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 3px;
    background: #0193DD;
    border-radius: 2px;
}
.main-box .left-box .news-box{
    padding: 0px 18px;
}
.main-box .left-box .news-box .list-box{
    min-height: 176px;
    padding: 28px 0;
    border-bottom: 1px solid #E3E7EB;
}
.main-box .left-box .news-box .list-box>a{
    display: flex;
}
.main-box .left-box .news-box .list-box .img-box img{
    width: 200px;
    border-radius: 4px;
    margin-right: 20px;
}
.main-box .left-box .news-box .list-box .conten-box{
    flex: 1;
    overflow: hidden;
}
.main-box .left-box .news-box .list-box .conten-box .title-box{
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-box .left-box .news-box .list-box .conten-box .desc-box{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-box .left-box .news-box .list-box .conten-box .date-box{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(34, 50, 102, 0.65);
}
.main-box .left-box .news-box .list-box .conten-box .tag-box span{
    height: 24px;
    border-radius: 2px;
    border: 1px solid rgba(34, 50, 102, 0.2);
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.85);
    font-size: 12px;
}
.main-box .left-box .news-box .list-box .conten-box .time-box img{
    width: 14px;
    height: 14px;
}
.main-box .right-box{
     width: 300px;
     position: relative;
}
.main-box .right-content-box{
    width: 300px;
   /*position: absolute;*/
}
.main-box .right-box .activity-ad-box img{
    width: 100%;
}
.main-box .right-box .right-list-box{
    margin-top: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 15px 20px;
}
.main-box .right-box .right-list-box h4{
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
}
.main-box .right-box .right-list-box h4:before{
    width: 3px;
    height: 16px;
    background: #0193DD;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-box .right-box .right-list-box .content-box{
    margin-top: 20px;
}
.main-box .right-box .hot-news .title-box{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.main-box .right-box .hot-news .title-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #D2D5E0;
    border-radius: 4px;
}
.main-box .right-box .hot-news li{
    margin-bottom: 10px;
}
.main-box .right-box .hot-news li:hover .title-box:before{
    background: #2268F0;
}
.main-box .right-box .hot-news .time-box{
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 28px;
    padding-left: 10px;
}
.main-box .right-box .keyword-box .content-box a{
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(34, 50, 102, 0.2);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.85);
    line-height: 36px;
    margin: 0 10px 10px 0;
}
.main-box .right-box .keyword-box .content-box a:hover{
    border-radius: 4px;
    border: 1px solid #0193DD;
    color: #0193DD;
}
.section-news #pcLayPage{
    text-align: center;
    padding: 50px 0;
}
.main-box .left-box .news-title{
    font-size: 30px;
    font-weight: 600;
    color: #004891;
    line-height: 48px;
    padding: 0 20px;
}
.main-box .left-box .nav-box{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.64);
    line-height: 28px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #EDEDED;
    margin-top: 10px;

}
.main-box .left-box .nav-box img{
    width: 16px;
    height: 16px;
}
.main-box .left-box .nav-box span{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.main-box .left-box .description-box{
    background: #f3f4f4 url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/03/09/eccang_1646792055.jpg) no-repeat;
    color: #999;
    background-position: 18px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    text-indent: 2em;
}
.main-box .left-box .news-content-box{
    margin-top: 14px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 50, 102, 1);;
    line-height: 32px;
}
.main-box .left-box .news-content-box img{

    max-width: 92% !important;
}
.main-box .left-box .news-content-box ol{
    padding-left: 20px;
}
.main-box .left-box .news-content-box ol li{
  list-style: unset;
}
.main-box .left-box .date-address-box{
    padding-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-box .left-box .date-address-box>a{
    position: relative;
}

.main-box .left-box .date-address-box a.like-box{
    min-width: 80px;
    line-height:34px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-right: 20px;
}

.main-box .left-box .date-address-box>a>img{
    display: inline;
    width: 24px;
    height: 24px;
}
.main-box .left-box .date-address-box .share-a-btn{
    width: 80px;
    height: 34px;
    line-height:34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 40px;
    position: relative;
    color: #000000;
    z-index: 1;
}
.main-box .left-box .date-address-box .share-a-btn:before{
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
    width: 100%;

}
.main-box .left-box .date-address-box .share-a-btn>img{
    width: 24px;
    height: 24px;
}
.main-box .left-box .date-address-box .share-box{
    position: absolute;
    bottom: 40px;
    right: 50%;
    width: 134px;
    z-index: 2;
    box-shadow: 0px 6px 20px 0px rgba(11,15,24,0.05);
    border-radius: 8px;
    transform: translate(50%, 0);
    background: #fff;
    padding: 5px 16px;
    display: none;

}

.main-box .left-box .date-address-box .share-box .share-title{
    text-align: left;
    color: #333;
}
.main-box .left-box .date-address-box .share-box .share-title.share-wechat-box{
    padding-bottom: 110px;
}
.main-box .left-box .date-address-box .share-box>img{
    width: 16px;
    margin-right: 5px;
}

.section-news .social-share .icon-wechat .wechat-qrcode {
    position: absolute;
    z-index: 9;
    top: 40px;
    left: -5px;
    width: 100px;
    height: 100px;
    color: unset;
    font-size: unset;
    text-align: unset;
    background-color: unset;
    box-shadow: unset;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #f0f2f6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-news .social-share .icon-wechat .wechat-qrcode img{
    width: 100%;
    height: 100%;
}
.section-news .social-share .icon-wechat .wechat-qrcode h4{
    display: none;
}
.section-news .social-share .icon-wechat .wechat-qrcode .help{
    display: none;
}

.main-box .left-box .date-address-box .share-a-btn:hover .share-box{
    display: block;
}
.main-box .left-box .date-address-box .share-box:hover{
    display: block;
}
.section-news .social-share .icon-wechat .wechat-qrcode .qrcode {
     width: unset;
     margin: unset;
}
.section-news .social-share .icon-wechat .wechat-qrcode:after{
    content: '';
    position: unset;
    left: unset;
    margin-left:unset;
    bottom: unset;
    width: 0;
    height: 0;
    border-width: unset;
    border-style: unset;
    border-color: unset;
}
.social-share .social-share-icon {
    position: relative;
    display: flex;
    width: unset;
    height: 32px;
    font-size: 20px;
    border-radius: unset;
    line-height: 32px;
    border: unset;
    color: #666;
    align-items: center;

}
.social-share .social-share-icon:hover{
    background: unset;

}
.social-share .icon-weibo,.social-share .icon-weibo:hover{
  color: #ff763b;
}
.social-share .icon-qq,.social-share .icon-qq:hover{
  color: #56b6e7;
}
.social-share .icon-wechat,.social-share .icon-wechat:hover{
  color:#7bc549;
}


.social-share .social-share-icon span{
    margin-left: 5px;
    font-size: 14px;
    color: #333;
}


.main-box .left-box .page_box{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 25px 20px;
    border-bottom: 1px solid #E3E7EB;
}
.main-box .left-box .page_box>div{
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.main-box .left-box .page_box a{
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 20px;
}















.extended-reading-box{
    padding: 0 20px;
}
.extended-reading-box h4{
    margin-top: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 22px;
    position: relative;
}
.extended-reading-box h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 16px;
    background: #2468F2;
    border-radius: 2px;
}
.extended-reading-box .reading-content-box{
    margin-top: 30px;
    margin-bottom: 37px;
    display: flex;
    justify-content: space-between;
}
.extended-reading-box .reading-list{
    display: flex;
    width: 48%;
}
.extended-reading-box .img-box{
    width: 200px;
    margin-right: 18px;
}
.extended-reading-box .img-box img{
    width: 100%;
    height: 100%;
}
.extended-reading-box .content-box{
  flex: 1;
}
.extended-reading-box .content-box .title-box{
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.extended-reading-box .content-box .time-box{
    font-size: 12px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 17px;
}
.extended-reading-box .content-box .btn-box{
    margin-top: 10px;
}
.extended-reading-box .content-box .btn-box a{
    width: 90px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #3272F2;
    font-size: 14px;
    font-weight: 400;
    color: #2468F2;
    line-height: 32px;
    display: inline-block;
}


.main-box .right-box{
    width: 300px;
    position: relative;
}
.main-box .right-content-box{
    width: 300px;
}
.main-box .right-box .activity-ad-box img{
    width: 100%;
}
.main-box .right-box .right-list-box{
    margin-bottom: 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 15px 20px;
}
.main-box .right-box .right-list-box h4{
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
}
.main-box .right-box .right-list-box h4:before{
    width: 3px;
    height: 16px;
    background: #2468F2;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-box .right-box .right-list-box .content-box{
    margin-top: 20px;
}
.main-box .right-box .hot-news .title-box{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.main-box .right-box .hot-news .title-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #D2D5E0;
    border-radius: 4px;
}
.main-box .right-box .hot-news li{
    margin-bottom: 10px;
}
.main-box .right-box .hot-news li:hover .title-box:before{
    background: #2268F0;
}
.main-box .right-box .hot-news .time-box{
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 28px;
    padding-left: 10px;
}



.main-box .right-box .keyword-box .content-box a{
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(34, 50, 102, 0.2);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.85);
    line-height: 36px;
    margin: 0 10px 10px 0;
}
.main-box .right-box .keyword-box .content-box a:hover{
    border-radius: 4px;
    border: 1px solid #2468F2;
    color: #2468F2;
}
