/*
* @Author: sunjijing
* @Date:   2021-01-27 10:26:19
* @Last Modified by:   sunjijing
* @Last Modified time: 2021-01-27 16:11:35
*/
.mkTit { margin-bottom: 20px; }
.mkTit a, .mkTit span { font-size: 24px; color: #0062ad; font-weight: bold; }
.mkTit span i { display: block; float: left; width: 10px; height: 10px; background: #0062ad; margin-right: 10px; margin-top: 12px; transition: all ease-in-out 300ms; }
.mkTit a.more { font-size: 14px; float: right; margin-top: 6px; font-weight: normal; }
.mkNews { width: 392px;height:240px; border: 1px solid #e9e9e9; padding: 20px; background: #f0f9ff;margin-bottom: 30px; }
.mkNews:hover { border-color: #468dc3; box-shadow: 0 0 10px #ccc; }
.mkNews:hover .mkTit i { transform: rotate(135deg); }

.newsList li { line-height: 28px; height: 28px; margin-top: 8px; }
.newsList li a { font-size: 16px; color: #555; max-width: 70%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsList li span { font-size: 16px; color: #333; opacity: 0.7; filter: alpha(opacity=70); float: right; }
.newsList li:hover a, .newsList li:hover span { color: #0062ac; }
.content { padding-top: 40px; padding-bottom: 40px; }
.banner { margin-bottom: 40px; }
.zytz { margin-bottom: 25px; }
.conLeft { width: 260px; border: 1px solid #e9e9e9; padding: 15px 10px; }
#zytzList { height: 590px; overflow: hidden; }
.newsList.wrap li { margin-bottom: 10px; height: auto; margin-top: 0; }
.newsList.wrap li a { max-width: 100%; white-space: initial; float: none; }
.lxwm_con p { padding-left: 20px; position: relative; margin-bottom: 10px; }
.lxwm_con p, .lxwm_con p * { font-size: 16px; line-height: 32px; color: #333; }
.lxwm_con p span { color: #0062ac; }
.lxwm_con p>img { position: absolute; left: 0; top: 8px; }
.ewm_list { overflow: hidden; margin-bottom: 6px; }
.ewm_list li { width: 78px; height: 128px; background: #f0f9ff; border-radius: 6px; float: left; text-align: center; }
.ewm_list li img { margin-top: 10px; margin-bottom: 10px; }
.ewm_list li p { font-size: 16px; line-height: 16px; color: #333; padding-left: 0; }
.conRight { width: 893px; }
.newsPic { margin-bottom: 40px; }
.newsPic_list li { width: 100%; background: #0062ac; }
.newsPic_list li .img { width: 590px; height: 330px; }
.newsPic_list li img { width: 100%; height: 100%; object-fit: cover; }
.newsPic_list li .txt { width: 253px; position: relative; padding: 25px; }
.newsPic_list li .tit { font-size: 20px; line-height: 34px; color: #fff; margin-bottom: 5px; }
.newsPic_list li .smy { font-size: 16px; color: #fff; line-height: 30px; }
.newsPic_list li i.gap { display: block; width: 0; height: 0; border-style: solid; border-width: 18px; border-color: transparent #0062ac transparent transparent; position: absolute; left: -36px; top: 35px; }
.newsPic_but { position: absolute; bottom: 35px !important; left: 615px !important; z-index: 2; }
.newsPic_but li { width: 6px; height: 6px; margin: 0 3px; display: inline-block; background: #fff; border-radius: 6px; transition: width ease-in-out 500ms; }
.newsPic_but li.on { width: 40px; }
#jyjl, #lxaj { margin-bottom: 40px; }
.yqLink { width: auto; margin-top: 40px; background: none; }
.yqLink:hover { border-color: #e9e9e9; box-shadow: none; }
.yqLink .mkTit { margin-bottom: 5px; }
.yqLink .mkTit a { color: #333; }
.yqLink_list { width: 105%; }
.yqLink_list li { width: 178px; float: left; margin-right: 15.6px; margin-top: 15px; border: 1px solid #e9e9e9; }

/* 响应式代码 */
@media screen and (max-width:1199px) {
	.conLeft { width: 25%; }
	.ewm_list { display: flex; justify-content: space-between; }
	.conRight { width: 72%; }
	.newsPic_list li a { display: flex; }
	.newsPic_list li .img { width: 65%; height: 30vw; }
	.newsPic_list li .txt { width: 35%; }
	.newsPic_list li .tit, .newsPic_list li .smy { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
	.newsPic_list li .smy { -webkit-line-clamp: 3; }
	.newsPic_but { left: calc(65% + 25px) !important; bottom: 15px !important; }
	.mkNews { width: 48%; }
	.newsList li a { max-width: 100%; }
	.yqLink { width: 100%; }
	.yqLink_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: start; }
	.yqLink_list li { width: 14.8%; margin-right: 0; }
}
@media screen and (max-width:999px) {
	.conLeft, .conRight { width: 100%; float: none; }
	.newsPic_list li .img { height: 40vw; }
	#zytzList { height: auto; }
	.content { padding: 20px; }
	.banner, .conLeft, .zytz, .newsPic, #jyjl, #lxaj, #lxzg { margin-bottom: 20px; }
	.yqLink { margin-top: 20px; }
	.mkTit a { font-size: 18px; }
	.newsList.wrap li { margin-bottom: 0; line-height: 2em; }
	.newsList li a, .newsList li span { font-size: 14px; }
	.lxwm_con p, .lxwm_con p * { font-size: 14px; line-height: 2em; }
	.lxwm_con p { margin-bottom: 0; }
	.ewm_list { justify-content: space-evenly; }
	.mkNews { width: 100%; float: none; }
	.yqLink_list li { width: 22%; }
}
@media screen and (max-width:767px) {
	.content, .mkNews { padding: 15px; }
	.banner, .conLeft, .zytz, .newsPic, #jyjl, #lxaj, #lxzg { margin-bottom: 15px; }
	.yqLink { margin-top: 15px; }
	.mkTit { margin-bottom: 10px; }
	.newsPic_list li a { display: block; }
	.newsPic_list li .img, .newsPic_list li .txt { width: 100%; float: none; }
	.newsPic_list li .img { height: 60vw; }
	.newsPic_list li .txt { padding: 15px 15px 30px; }
	.newsPic_list li .tit { font-size: 16px; line-height: 2em; }
	.newsPic_list li .smy { font-size: 14px; line-height: 2em; opacity: 0.7; }
	.newsPic_list li i.gap { border-width: 10px; border-color: transparent transparent #0062ac transparent; left: calc(50% - 10px); top: -20px; }
	.newsPic_but { left: 0 !important; text-align: center; }
	.newsList li { height: auto; overflow: hidden; line-height: 1.5em; }
	.yqLink_list li { width: 31%; }
}
@media screen and (max-width:479px) {
	.yqLink_list li { width: 48%; }
}