html,body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, input, dl, dt, dd, span, em, table, tr, td, th, select,option,div,button,strong { margin: 0; padding: 0; font-family:"Source Han Sans CN";color:#333;  }

img { border: none; }

ol, ul, ol li, ul li { list-style: none; }
a { text-decoration: none; }
a:link { }
a:visited { }
a:hover{}
input[type="submit"],input[type="button"],input[type="text"],button { -webkit-appearance: none; }
input,button { border:0; background: none }
button:focus,input:focus { outline: none; }

.fl { float: left; }
.fr { float: right; }
.tab_x_y{ display:block; opacity: 1; height: auto; }
.tab_x_n{ opacity: 0; height: 0; overflow: hidden; display: none;  }

.wid {
	max-width:1920px;
	margin:0 auto;
        width:85%;
}
.con_tl {
	min-height:230px;
        box-shadow:0px 0px 20px 0px #f0f0f0;
        padding:50px 40px;
        padding-bottom:80px;
}

/*模块标题css*/
.mktitle {
	width: 100%;
	background: url(/eportal/uiFramework/commonResource/image/2023091913404342093.png)no-repeat center top;
}
.mktitle p {
	font-size: 40px;
	font-weight: bold;
	padding-top: 20px;
        text-align:center;
}
.mktitle p a {
	font-size: 40px;
	font-weight: 600;letter-spacing:3px;
}
.mktitle p span{ display:block;padding:15px 0 50px 0;}
.mktitle p span a{ font-size:16px;color:#606060;font-weight: lighter;letter-spacing:0;}
.mktitle p span a:hover{ color:#e02020;}

/*文字新闻列表css*/
.news_text_mk ul li{ height:64px;line-height:64px;border-bottom:1px #ebebeb solid;padding:0 30px; display: flex; }
.news_text_mk ul li:hover{ border-bottom:1px #e60012 solid;background:#fff6f6;}
.news_text_mk ul li a{ font-size:16px;color:#282828;   margin-right: 10px;   overflow: hidden;   text-overflow: ellipsis;   white-space: nowrap;}
.news_text_mk ul li:hover a{ color:#ca1d1d;}
.news_text_mk ul li span{ float:right;color:#838383; white-space: nowrap; margin-left: auto;}
.news_text_mk ul li:hover span{ color:#ca1d1d;}
.news_text_mk ul li:nth-child(5n){ margin-bottom:10px;border-bottom:2px #ebebeb  solid;height:75px;}
/*图片新闻文字列表css*/
.news_img {width:35%;max-width:400px;overflow:hidden;}
.news_img img {width:400px;height:210px;transition:all 0.6s ease;}
.news_img img:hover {transform:scale(1.05);}
.news_list {display:flex;justify-content:space-between;margin-bottom:50px;}
.news_text {width:60%;}
.news_text h1 a {font-size:24px;font-weight:600;color:#333333;}
.news_text span {display:block;padding:20px 0;color:#333333;font-size:16px;}
.news_text p {color:#666666;line-height:200%;text-align:justify;margin-top:15px;font-size:14px;}
.news_text:hover h1 a {color:#01479d;}
/*二级文字样式*/
.text_con{ width:90%;margin:0 auto;}
.text_con p{ font-size:16px;line-height:2.5;min-height:25px;text-align:justify;margin-bottom:20px;}
.text_con p strong{ font-size:100%;color:currentColor;}
/*分页*/
.easysite_pages{ display: flex;justify-content: center; align-items: center;  padding:70px 0;}
.easysite-page-wrap1 span{ display: flex;}
.easysite-total-page{ display: initial;}
.easysite-page-wrap{ line-height: 40px; border: 1px solid #cfdce5; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #484848; padding: 0 15px; margin-top: 0;}
.NormalRed{background: #e02020; border: 1px solid #e02020; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #fff; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.pagingNormal{border: 1px solid #cfdce5; color: #484848; border-radius: 5px; margin-right: 8px; font-size: 14px; width: 40px; text-align: center; height: 40px; line-height: 40px;}



@media screen and (max-width:768px) {
.con_tl{ box-shadow:none;padding:0;}
.news_list{ display:block;}
.news_img{ width:100%;}
.news_text{ width:100%;}
.news_text h1 a{ font-size:18px;display:block;padding-top:20px;}

.news_text_mk ul li{ padding:0 15px; }

.easysite_pages{ display:block;padding:20px 0;}
.easysite-page-wrap{ width:70%;margin:20px auto;text-align:center;}
.easysite-total-page{ display:block;}
.easysite-page-wrap1 span{ justify-content:center;}
.easysite_pages .easysite-page-wrap:nth-child(2){ display:none;}
.easysite_pages .easysite-page-wrap:nth-child(5){ display:none;}

.text_con{ width:95%;margin:0 auto;}

}