.article{
	padding: 50px 0;
	align-items: flex-start !important;
}
.article_left{
	flex: 0 0 70%;
	/*width: 100%;*/
}
.article_tit{
	align-items: flex-end !important;
}
.prev_cat_top{
    margin: 30px 0 10px;
    color: #adadad;
    font-size: 13px;
}
.prev_cat_top a{
    width: auto;
}
.article_tit p{
	font-size: 24px;
	    padding-top: 2px;
	    font-weight: normal;
	    font-family: 微软雅黑;
	    color: rgba(34, 34, 34, 1);
		flex:0 0 auto;
}
.article_dot{
	background: #076ce0;
	width: 6px;
	    height: 9px;
	    margin-left: 16px;
}
.article_hr{
	width: 100%;
	    height: 9px;
	    margin-left: 14px;
	    background: #f5f5f5;
}

.about_news_tit:hover,.news1_top p:nth-of-type(1):hover{
	    color: #ba1912;
}
.notice_box{
	margin-top: 16px;
}
.notice_list{
	padding: 10px 0 20px;
	border-bottom: 1px dashed #DDDDDD;
	justify-content: space-between;
}
.notice_list .tit {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 22px;
	transition: all 0.5s;
}
.notice_list .des {
    font-size: 16px;
}
.notice_list a:hover{
	color: #005DCE;
	transition: all 0.5s;
}
.article .page{
	    margin-left: 0;
		margin-top: 20px;
}
.anews{
	color: #737373 !important;
	font-family: 微软雅黑 !important;
	font-size: 16px !important;
		margin-left: 15px;
}
.article_right{
	flex: 0 0 30% ;
	padding-left: 30px;
	/*display: none;*/
}
.article_list{
	flex-wrap: wrap !important;
	padding: 30px 40px 0 20px;
}
.article_list a{
color: #333;
    font-size: 16px;
		font-family: 微软雅黑;
		line-height: 40px;
		    width: 33.33%;
}




/* 详情 */
.article_detail_tit{
	color: rgba(51, 51, 51, 1);
	    font-weight: bold;
	    text-decoration: none;
	    font-style: normal;
	    font-family: 微软雅黑;
	    font-size: 30px;
	    text-align: center;
}
.article_detail_date{
	margin: 0px 0 20px;
	color: #adadad;
	    /*display: inline-block;*/
	    font-size: 13px;
}
.article_detail_date span{
	color: #adadad;
	    display: inline-block;
	    font-size: 13px;
}
.article_detail hr{
	width: 100%;
	height: 1px;
	    background:  #f0efef;
	    border-bottom: none;
	    margin: 20px 0;
}
.article_detail_cont p{
	text-align: justify;
	    line-height: 2em;
	    text-indent: 2em;
		    color: #676767;
		    font-size: 18px;
			font-family: 微软雅黑;
			margin-bottom: 0.36rem;
			/*margin: 20px 0;*/
}
.article_detail_cont img{
	width: 100%;
	margin: 20px 0;
}
.alert{
	color: #8a8a8a;
	    font-size: 16px;
	    font-weight: 400;
		font-family: 微软雅黑;
		margin-bottom: 24px;
}

.alert a{
    color: #007aff;
}

.alert a,.prev_tit a,.prev_cat a{
	width: auto;
}
.prev{
	/*margin-top: 30px;*/
	/*align-items: start !important;*/
}
.prev p{
	color: #666;
	    font-size: 16px;
	    
}
.article_detail .prev:nth-of-type(2){
    margin-bottom: 30px;
}
.prev_tit a{
	color: #666;
	    font-size: 16px;
	margin-left: 30px;
}
.prev_cat{
	justify-content: end;
}
.article2{
	padding-bottom: 100px;
}

.wxalert{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100%;
    display: none;
}
.wxalert_content{
    background: #ffffff;
    border-radius: 2px;
    width: 480px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pWHead {
    border-bottom: 1px solid #e3e2e8;
    cursor: move;
    height: 64px;
    position: relative;
    width: 100%;
}
.pWHead_title {
    color: #333;
    font-size: 16px;
    margin-left: 35px;
    overflow: hidden;
    padding-top: 22px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.pWHead_close {
    height: 18px;
    position: absolute;
    right: 30px;
    top: 23px;
    width: 18px;
}
.pWHead_close_img {
    background: url(/assets/default/img/mbg01.png) -449px -187px no-repeat;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.wxShare {
    background-color: #fff;
    /*height: 100%;*/
    width: 100%;
}
.wxShareContent {
    margin: 0 auto;
    padding-top: 45px;
    padding: 50px;
}
.wxShareDesc {
    color: rgb(34, 34, 34);
    height: 30px;
    text-align: center;
    width: 100%;
    font: 14px 微软雅黑, 宋体;
}
.wxShareQrcode {
    height: 190px;
    margin: 50px auto;
    width: 190px;
}

.video_list {
    flex-wrap: wrap;
    margin-top: 0.66rem;
}

.video_list .item {
    margin-right: 0.18rem;
    width: calc((100% - 0.36rem) / 3);
    flex: 0 0 calc((100% - 0.36rem) / 3);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.12);
    margin-bottom: 0.25rem;
}
.video_list .item:nth-child(3n) {
    margin-right: 0;
}

.video_list .item .scale_box {
    height: 2.4rem;
}
.video_list .item .video_title {
    background: #fff;
    line-height: 0.74rem;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 0 0.2rem;
}


@media only screen and (max-width:1024px){
    .article{
	padding: 0.3rem 0;
	align-items: flex-start !important;
	flex-direction: column-reverse;
}
.article_left{
	flex: 0 0 70%;
	/*width: 100%;*/
	margin-top: 30px;
}
.article_tit{
	align-items: flex-end !important;
}

.article_tit p{
	font-size: 18px;
	    padding-top: 0.02rem;
	    font-weight: bold;
	    font-family: 微软雅黑;
	    color: rgba(34, 34, 34, 1);
		flex:0 0 auto;
}
.article_dot{
	background: #076ce0;
	width: 0.06rem;
	    height: 0.09rem;
	    margin-left: 0.16rem;
}
.article_hr{
	width: 100%;
	    height: 0.09rem;
	    margin-left: 0.14rem;
	    background: #f5f5f5;
}


.notice_box{
	margin-top: 0.16rem;
}
.notice_list{
	padding: 0.1rem 0 0.2rem;
	border-bottom: 1px dashed #DDDDDD;
	justify-content: space-between;
}
.notice_list p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	/*color: #666666;*/
	transition: all 0.5s;
}
.notice_list a:hover{
	color: #005DCE;
	transition: all 0.5s;
}
.article .page{
	    margin-left: 0;
		margin-top: 0.2rem;
}
.anews{
	color: #737373 !important;
	font-family: 微软雅黑 !important;
	font-size: 0.16rem !important;
		margin-left: 0.15rem;
}
.article_right{
	flex: 0 0 30% ;
	padding-left: 0.3rem;
	/*display: none;*/
	padding: 0;
}
.article_list{
	padding: 20px 0;
    flex-wrap: nowrap !important;
    overflow: scroll;
    width: auto;
}
.article_list a{
color: #333;
    font-size: 0.14rem;
		font-family: 微软雅黑;
		line-height: 0.4rem;
		    width: 25% !important;
}




/* 详情 */
.article_detail_tit{
	color: rgba(51, 51, 51, 1);
	    font-weight: bold;
	    text-decoration: none;
	    font-style: normal;
	    font-family: 微软雅黑;
	    font-size: 0.36rem;
}
.article_detail_date{
	margin: 0.3rem 0 0.2rem;
	color: #adadad;
	    /*display: inline-block;*/
	    font-size: 0.28rem;
}
.article_detail_date span{
	color: #adadad;
	    display: inline-block;
	    font-size: 0.28rem;
}
.article_detail hr{
	width: 100%;
	height: 0.01rem;
	    background:  #f0efef;
	    border-bottom: none;
	    margin: 0.2rem 0;
}
.article_detail_cont p{
	text-align: justify;
	    line-height: 1.7;
	    text-indent: 2em;
		    color: #676767;
		    font-size: 0.18rem;
			font-family: 微软雅黑;
			margin: 0.2rem 0;
}

.article_detail_cont img{
	width: 100%;
	margin: 0.2rem 0;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.alert{
	color: #8a8a8a;
	    font-size: 0.14rem;
	    font-weight: 400;
		font-family: 微软雅黑;
		margin-bottom: 0.24rem;
}

.alert a{
    color: #007aff;
}

.alert a,.prev_tit a,.prev_cat a{
	width: auto;
}
.prev{
	/*margin-top: 30px;*/
	/*align-items: start !important;*/
}
.prev p{
	color: #666;
	    font-size: 0.13rem;
	    
}
.article_detail .prev:nth-of-type(2){
    margin-bottom: 0.3rem;
}
.prev_tit a{
    width: 80%;
	color: #666;
	    font-size: 0.13rem;
	margin-left: 0.3rem;
	overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.prev_cat{
	justify-content: end;
}
.article2{
	padding-bottom: 1rem;
	flex-direction: column-reverse;

}
.article2 div{
    	width: 100%;
	overflow: auto;
}
.article2 table td{
width: auto !important;
}

.wxalert{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100%;
    display: none;
}
.wxalert_content{
    background: #ffffff;
    border-radius: 0.02rem;
    width: 4.8rem;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pWHead {
    border-bottom: 0.01rem solid #e3e2e8;
    cursor: move;
    height: 0.64rem;
    position: relative;
    width: 100%;
}
.pWHead_title {
    color: #333;
    font-size: 0.16rem;
    margin-left: 0.35rem;
    overflow: hidden;
    padding-top: 0.22rem;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.pWHead_close {
    height: 0.18rem;
    position: absolute;
    right: 0.3rem;
    top: 0.23rem;
    width: 0.18rem;
}
.pWHead_close_img {
    background: url(/assets/default/img/mbg01.png) -449px -187px no-repeat;
    cursor: pointer;
    height: 0.18rem;
    width: 0.18rem;
}
.wxShare {
    background-color: #fff;
    /*height: 100%;*/
    width: 100%;
}
.wxShareContent {
    margin: 0 auto;
    padding-top: 0.45rem;
    padding: 0.5rem;
}
.wxShareDesc {
    color: rgb(34, 34, 34);
    height: 0.3rem;
    text-align: center;
    width: 100%;
    font: 0.14rem 微软雅黑, 宋体;
}
.wxShareQrcode {
    height: 1.9rem;
    margin: 0.5rem auto;
    width: 1.9rem;
}
    .article_list a{
        width: 100%;
        font-size: 0.3rem;
        flex: 0 0 auto;
    text-align: center;
    }
    .article_list a.active{
        color: #076ce0;
    }
    .article_detail_cont p,.alert,.prev p,.prev_tit a{
        font-size: 0.3rem;
    }
    .alert,.prev{
        display: block;
    }
    .prev p{
        justify-content: flex-start;
        display: -webkit-box;
    }
    .prev_cat{
        margin: 20px 0;
    }
    .article .page{
        margin-left: auto;
        margin-right: auto;
    }
    .prev2{
        display: flex;
    flex-wrap: wrap;
    }
    .prev2 .prev_tit{
            flex: 0 0 100%;
            margin-bottom: 14px;
    }
    .prev2 .prev_cat{
        flex: 0 0 auto;
    }
    .prev_cat_top,.prev_cat_top a{
        font-size: 0.28rem;
    }
}