@media only screen and (max-width: 880px) {
.index_nav {height: 8rem !important;;}
.nav-list{width: 320px !important;;}
.index_nav .logo img {width: 9rem !important;}
.index_nav .nav-list li {padding: 0 2px !important;margin-top:0px  !important;line-height: 25px !important; }
.screen7_left {width: calc(45%) !important;}
.screen7_right {width: calc(45%) !important;}
.screen7_left {margin-left: 0.5rem !important;;}

}

@media only screen and (max-width: 1200px) {
/*html {font-size: 80%;}*/
html{font-size: 20px;}
BODY {PADDING-RIGHT: 0px; PADDING-LEFT: 0px;  PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #ffffff; LINE-HEIGHT: 1.3em; PADDING-TOP: 0px;font-family: Microsoft Yahei,SimHei,Tahoma, Verdana, Arial, sans-serif;letter-spacing:1px}
FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
IMG {BORDER-TOP-STYLE: none; TEXT-INDENT: 0em; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none}

P {MARGIN: 0px; WIDTH: 100%;  TEXT-ALIGN: justify}
A {outline: none}
A:link {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: none;}
INPUT {MARGIN: 0px; COLOR: #000; outline: none}
INPUT:unknown {outline: none}
BUTTON {FONT-SIZE: 11px; BACKGROUND: #696969; CURSOR: pointer; COLOR: #fff; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none;cursor:pointer}
INPUT.button:hover {cursor:pointer}
.validate:hover {text-decoration: none;}
HR{border-top: 1px solid #969699;}
INPUT {color: #000;margin: 0;outline: medium none;}
html{font-size: 20px;}
ul,li {margin:0px; padding:0px;list-style-type:none;}
table{border-collapse: collapse;}.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom: 1;}
@charset 'utf-8';
/*清除默认样式*/
.clearfix:after{content: '';display: block;width: 100%;height: 0px;clear: both;}
.fl{float: left;}
.container{	width: 95%;	/*width: 50rem;*/	margin:0 auto;}
.sort_logo img{width: 5rem;}
/*
html{width: 49rem;}
body{width: 49rem;}
*/

.screen{
  width: 100%; /* 或者使用 width: 100vw; 如果你确实想要完全匹配视口宽度 */
  overflow: hidden; /* 隐藏超出部分的内容 */
  box-sizing: border-box; /* 推荐使用，确保padding和border不会增加元素的总宽度 */
}


/*首页右侧菜单*/
.index_right_nav {
	/* 固定定位与基础样式 */
	position: fixed;
	top: 50%; /* 垂直居中 */
	right: -280px; /* 初始位置在屏幕外 */
	transform: translateY(-50%); /* 垂直居中微调 */
	z-index: 9999;
	transition: all 0.3s ease-in-out;
	display: none; /* 初始隐藏 */
	/*background-color: #155cae;*/
	color: #ffffff;
	background: linear-gradient(to bottom left, #8378eb, #155cae);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.index_right_nav a:link{color: #ffffff;font-size: 12px;font-weight: bold;}
.index_right_nav a:active{color: #ffffff}
.index_right_nav a:hover{color: #ffffff}
.index_right_nav a:visited{color: #ffffff;display: block;}

.index_right_nav li {padding:3px;}
.index_right_nav li:hover {background-color: #8378eb;}



.screen{
  width: 100%; /* 或者使用 width: 100vw; 如果你确实想要完全匹配视口宽度 */
  overflow: hidden; /* 隐藏超出部分的内容 */
  box-sizing: border-box; /* 推荐使用，确保padding和border不会增加元素的总宽度 */
}


/*
* 第一屏幕 start screen1 ：导航、幻灯片、快速通道
 */
.screen1{width: 100%;overflow: hidden;}
.index_nav{position: fixed;z-index: 999;/*position: absolute;*/left: 0px;top: 0px;width: 100%;height: 5rem;line-height: 5rem;background: url(../web/head-bg2.png) center repeat-x;background-size: auto 100%;vertical-align: middle;}
#index_nav  *{vertical-align: middle;}
.index_nav-bd ul{padding-top: 0.5rem;}
.index_nav_bg{/*background: url(../web/head-bg2.png) center repeat-x;*/font-size: 0.7rem;color: #333;background-size: auto 99%;}


.index_nav .logo{float: left;}
.index_nav .logo img{width: 10rem;border: 0px;}
.nav .container .right{float: right;}
.nav .container .right .service{height: 20px;line-height: 20px;padding: 5px 30px 10px 0px;display: block;}
.nav .list_nav .container .right .service{height: 20px;line-height: 20px;padding: 5px 5px 20px 0px;display: block;}
.nav .container .right .li_img{height: 10px;float: right;line-height: 30px;padding:0 5px; }
.nav .li_img img{width: 1rem;}
.nav .li_img *{vertical-align: middle;}
.index_nav .nav-list{float: right;}
.index_nav .nav-list ul{padding-top: 0px;}
.index_nav .nav-list li {float: left;line-height: 30px;padding: 0 5px;margin-top: 8px;}
.index_nav .nav-list li:hover {}
.index_nav .nav-list li a {font-size: 0.7rem;font-weight: bold;color: #fff;display: block;}
.index_nav .nav-list li a:hover {color: #25a2f2;}
.index_nav .nav-list li dl.menu dd a:hover{color: #25a2f2;}
.index_nav .nav-list i{border: 1px solid #fff;border-radius: 100%;padding: 5px;margin-left: 0px;width: 56px;height: 56px;line-height: 56px;}
/*.fixednav {position: fixed !important;left: 0;top: 0;z-index: 9999999;color: #333;}*/

/*首页幻灯片*/
.parent-container {  width:100%;;  overflow: hidden; /* 防止内容溢出 */}
.swiper {width: 100%;}
.swiper-wrapper {width: 100%;}
.swiper-container,  .swiper-slide {width: 100% !important;height: auto;  }
.swiper-wrapper img{width: 100% ;min-height: auto !important;height: auto !important;height: 100vh ;object-fit: cover;display:block;}
.swiper-pagination{padding-bottom: 2.5rem;}
.swiper .swiper-pagination-bullet{opacity:1;width: 40px;height: 8px;border-radius: 4px;background: #b7b7b7;margin: 0 3px;z-index: 99999;cursor: pointer;}
.swiper .swiper-pagination-bullet-active{background: #fff;}

/* 首页右上角快速通道*/
.index_kstd_open_btn {position: fixed;top: 0rem;right: 0rem;z-index: 1000; color: white;border: none;cursor: pointer;border-radius: 0.25rem;text-align: center;font-size: 0.8rem;cursor: pointer;width: 2rem;}
.index_kstd {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.6);display: flex;justify-content: center;align-items: center;z-index: 1000;display: none;background: url("../web/kstd3.jpg") center no-repeat; background-size: cover;}
.index_kstd_dialog {background: #fff;border-radius: 0.25rem;width: 100%;height: 100%;background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);padding-top: 0.5rem; }
.index_kstd_dialog ul {width: 90%;margin: 0 auto;display: -webkit-flex;}
.index_kstd_dialog ul A:link{color: #fff;}
.index_kstd_dialog ul A:visited{color: #fff;}
.index_kstd_dialog ul A:hover{color: #fff;}
.index_kstd_dialog ul A:active{color: #fff;}
.index_kstd_dialog li {width: 12.2%;text-align: center;padding-top: 0.45rem;display: inline-block;vertical-align: top;}
.index_kstd_dialog li .index_sort{font-size: 1rem;line-height: 2.5rem;font-weight: bold;}
.index_kstd_dialog li .index_son_sort{font-size: 0.6rem;line-height: 1.2rem;}
.index_kstd_dialog li .index_son_grandson {font-size: 0.6rem;line-height: 1.2rem;opacity: 0.65;}
.index_kstd_dialog_close {position: absolute;top: 0rem;right: 0rem;cursor: pointer;width: 2rem;}

/*百度搜索*/
.layer {background: rgba(0,0,0,0.8); position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 1000000;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;
}
.showdiv{opacity:1;visibility:visible;}
.layer .close{font-size:60px;font-family:icon;position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff;box-shadow:3px 3px 3px rgba(0,0,0,0.5) inset;-ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#092348;color:#fff;width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.index_search{font-size: 80px;}
/*end  screen1 */



/*
* 第二屏幕 start screen2 ：新闻
 */
.screen2 {min-height: 30rem;background: url(../web/screen2_bg.png) no-repeat top center;  background-size: cover;-webkit-background-size: cover;-o-background-size: cover;/*width: 49rem;*/overflow: hidden;}
/*.screen2_title{height: 2rem;width: 49rem;}*/
.screen2_title{padding-top: 1rem;width: 90%;margin: 0px auto;height: 4rem;}
.screen2_title .more{float: right;color: #155cae;font-size: 0.6rem;}
.screen2_title .more img{width: 2rem;}
.screen2_title .more * {vertical-align: middle;}
.screen2_title  .more a:link{color: #155cae;}
.screen2_title  .more a:visited{color: #155cae;}
.screen2_title  .more a:active{color: #155cae;}
.screen2_title  .more a:hover{color: #f99f3e;}
.screen2_content{width: 49rem;padding-top: 0rem;margin: 0px auto;clear: both;color: #000;}
.screen2_content .screen2_content_left{float: left;width: 20.2rem;padding-left: 1rem;padding-right: 1rem;/*border:red 1px solid;*/}
.screen2_content .screen2_content_left .pic{background: url(../web/new1_bg.png) no-repeat top center;background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; }
.screen2_content .screen2_content_left .pic img{width: 20rem;height: 12rem;z-index: 99;margin-left: -0.5rem;padding-top: 0.5rem;}
.screen2_content .screen2_content_left .title{height: 2rem;font-weight: bold;padding-top: 1.5rem;font-size: 0.8rem}
.screen2_content .screen2_content_left .title a:link{color: #000;}
.screen2_content .screen2_content_left .title a:visited{color: #000;}
.screen2_content .screen2_content_left .title a:active{color: #000;}
.screen2_content .screen2_content_left .title a:hover{color: #155cae;}
.screen2_content .screen2_content_left .content{height: 4rem;font-size: 0.6rem;padding-top: 1.5rem;}
.screen2_content .screen2_content_left .content a:link{color: #666;}
.screen2_content .screen2_content_left .content a:visited{color: #666;}
.screen2_content .screen2_content_left .content a:active{color: #666;}
.screen2_content .screen2_content_left .content a:hover{color: #155cae;}

.screen2_content .screen2_content_center{float: left;width: 14rem;padding-right: 0.8rem;}
.screen2_content .screen2_content_center .pic img{width:14rem;height:8.5rem;}
.screen2_content .screen2_content_center .pic2{margin-top: 1rem;}
.screen2_content .screen2_content_center .title{padding-top: 0rem;}
.screen2_content .screen2_content_center .time{;width: 1.75rem;display: inline-block;vertical-align: middle;background-color: #ffae22;height: 2rem;text-align: center;color: #ffffff;margin-top: 0rem;}
.screen2_content .screen2_content_center .time .day{font-size: 1rem;line-height: 1rem;}
.screen2_content .screen2_content_center .time .month{font-size: 0.5rem;text-align: center;line-height: 0.5rem;}
.screen2_content .screen2_content_center .title{font-size: 0.6rem;padding-left: 0.5rem;overflow: hidden;text-overflow: ellipsis;width: 10rem;color: #325794;vertical-align: middle;display: inline-block;line-height: 1.5;}
.screen2_content .screen2_content_center .title a:link{color: #666;}
.screen2_content .screen2_content_center .title a:visited{color: #666;}
.screen2_content .screen2_content_center .title a:active{color: #666;}
.screen2_content .screen2_content_center .title a:hover{color: #155cae;}


.screen2_content .screen2_content_right{float: left;width: 12rem;}
.screen2_content .screen2_content_right .news{/*padding-top: 1rem;*/height: 3.3rem;}
.screen2_content .screen2_content_right .news .div_title{border-bottom: 1px solid #ccc;margin-left: 2.5rem;margin-right: 0.5rem;}
/*.screen2_content .screen2_content_right .news_first{padding-top: 0rem !important;}*/
.screen2_content .screen2_content_right .time{color: #155cae;width:2rem;display: inline-block;vertical-align: middle;line-height: 1.5;text-align: center;}
.screen2_content .screen2_content_right .time .day{font-size: 0.9rem;line-height: 1rem;text-align: center;}
.screen2_content .screen2_content_right .time .month{font-size: 0.6rem;text-align: center;line-height: 1rem;}
.screen2_content .screen2_content_right .title{color: #325794;vertical-align: middle;line-height: 1.5;width: 9rem;overflow: hidden;text-overflow: ellipsis;font-size: 0.6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;float: right;padding-right: 0.5rem;}
.screen2_content .screen2_content_right .title a:link{color: #666;}
.screen2_content .screen2_content_right .title a:visited{color: #666;}
.screen2_content .screen2_content_right .title a:active{color: #666;}
.screen2_content .screen2_content_right .title a:hover{color: #155cae;}
/*end  screen2 */



/*
* 第三屏幕 start screen3：汕医教学
 */
.screen3 {clear: both;height: 26rem;background-color: #fff;margin-top: 2rem ;padding-bottom:2rem;font-size: 0.6rem;/*width: 49rem;*/overflow: visible;}
.screen3 a{font-size: 0.6rem}
.screen3_main{width: 49rem;margin: 0px auto;padding-top: 0rem;}
.screen3_left{width: 14rem;float: left;margin-right: 3rem;margin-left: 1.2rem;display: block;}
.screen3_left_block{width: 100%;margin: 0px auto;box-shadow: 0px 0px 1.5rem 0px rgba(0,0,0,.3);border-radius: 0.5rem;padding: 1.2rem 1rem 0.5rem 1rem;margin-top:1rem;}
.screen3_left_block .title_bg{background: url(../web/jiaoxue_title_bg.png) no-repeat top center;background-size: cover;width: 6.5rem;height: 1.5rem;margin-top: -2.5rem;margin-left: 2rem;position: relative;float: left;}
.screen3_left_block .title{color:#fff;background-color: #155cae;width: 6rem;height: 1.5rem; position: absolute;top: 0.5rem;left: -1rem;padding-left: 1rem;;padding-top: 0.5rem;font-weight: bold;}
.screen3_left_block .title a:link{color: #fff;}
.screen3_left_block .title a:visited{color: #fff;}
.screen3_left_block .title a:active{color: #fff;}
.screen3_left_block .title a:hover{color: #f99f3e;}
.screen3_left_block .more {float: right;padding-top: 0rem;text-align: right;margin-top: -1rem;font-size: 0.6rem;}
.screen3_left_block a:link{color: #155cae;}
.screen3_left_block a:visited{color: #155cae;}
.screen3_left_block a:active{color: #155cae;}
.screen3_left_block a:hover{color: #f99f3e;}
.screen3_left_block .img {text-align: center;}
.screen3_left_block .img img{width: 14rem;height:6rem;padding-top: 0rem;text-align: center;}
.screen3_left_block .article_title *{vertical-align: middle;overflow: hidden;text-overflow: ellipsis;/*white-space: nowrap;*/}
.screen3_left_block .article_title{color: #666;font-weight: bold;font-size: 0.8rem;line-height: 1rem;height: 2rem}
.screen3_left_block .article_title a:link{color: #666;}
.screen3_left_block .article_title a:visited{color: #666;}
.screen3_left_block .article_title a:active{color: #666;}
.screen3_left_block .article_title a:hover{color: #155cae;}
.screen3_left_aticle_list{width: 14rem;margin-top:1rem;box-shadow: 0px 0px 1.5rem 0px rgba(0,0,0,.3);border-radius: 0rem;padding: 0.3rem 1rem 0.9rem 1rem;border-radius: 0.5rem;text-align: left}
.screen3_left_aticle_list .div_line{border-bottom:1px solid #ccc;margin-right: 0rem;}
.screen3_left_aticle_list a:link{color: #666;}
.screen3_left_aticle_list a:visited{color: #666;}
.screen3_left_aticle_list a:active{color: #666;}
.screen3_left_aticle_list a:hover{color: #155cae;}
.screen3_left_aticle {height: 3rem;display: grid;place-items: center;border-bottom:1px solid #ccc;}
.screen3_left_aticle .title{color: #666;font-size: 0.6rem;line-height: 1.5;text-overflow: ellipsis;overflow: hidden;display: inline-block;vertical-align: middle;width: 14rem;}
.screen3_left_aticle .title a{font-size: 0.6rem;}
.screen3_left_aticle:hover{border-left: solid 3px #155cae;padding-left: 0.3rem;}
.screen3_left_aticle .time{float: right;padding-top: 0.1rem;font-size: 0.5rem;}

.screen3_center{;float: left;width: 13rem;margin-right: 1rem;margin-top: -1rem;}
.screen3_center .sort_logo{text-align: center;margin-top: 0rem;margin: 0px auto;padding-bottom: 1rem;margin-top: 1rem; }
.screen3_center_lecture{box-shadow: 0px 0px 1.5rem 0px rgba(0,0,0,.3);border-radius: 0.5rem;padding-top: 0.9rem;padding-bottom: 0.5rem;}
.screen3_center_lecture_img {text-align: center;}
.screen3_center_lecture_img img{width: 11rem;height: 18.6rem;}
.screen3_center_lecture_more{color: #155cae;text-align: center;}
.screen3_center_lecture_more img{width: 3.2rem;}
.screen3_center_lecture_more span{padding: 0 0.4rem;}
.screen3_center_lecture_more a:link{color: #155cae;}
.screen3_center_lecture_more a:visited{color: #155cae;}
.screen3_center_lecture_more a:active{color: #155cae;}
.screen3_center_lecture_more a:hover{color: #f99f3e;}

.screen3_right{/*width: 15rem;*/float: left;margin-top:1rem;}
.screen3_right_block{width: 14rem;margin: 0px auto;box-shadow: 0px 0px 1.5rem 0px rgba(0,0,0,.3);border-radius: 0.5rem;padding: 1rem 0.8rem 0.2rem 0.8rem;}
.screen3_right_block .title_bg{background: url(../web/jiaoxue_title_bg.png) no-repeat top center;background-size: cover;width: 6.5rem;height: 1.5rem;margin-top: -2.5rem;margin-left: 2rem;position: relative;float: left;}
.screen3_right_block .title_bg .title{color:#fff;background-color: #155cae;width: 6rem;height: 1.5rem; position: absolute;top: 0.5rem;left: -1rem;padding-left: 1rem;;padding-top: 0.5rem;font-weight: bold;}
.screen3_right_block .title_bg .title a:link{color: #fff;}
.screen3_right_block .title_bg .title a:visited{color: #fff;}
.screen3_right_block .title_bg .title a:active{color: #fff;}
.screen3_right_block .title_bg .title a:hover{color: #f99f3e;}
.screen3_right_block .more {float: right;padding-top: 0rem;text-align: right;margin-top: -1rem;font-size: 0.6rem;}
.screen3_right_block a:link{color: #155cae;}
.screen3_right_block a:visited{color: #155cae;}
.screen3_right_block a:active{color: #155cae;}
.screen3_right_block a:hover{color: #f99f3e;}
.screen3_right_block .img {text-align: center;}
.screen3_right_block .img img{width: 19rem;height:10rem;padding-top: 0.5rem;text-align: center;}
.screen3_right_block .article_title{color: #666;width: 15rem;font-weight: bold;}
.screen3_right_block .article_title a:link{color: #666;}
.screen3_right_block .article_title a:visited{color: #666;}
.screen3_right_block .article_title a:active{color: #666;}
.screen3_right_block .article_title a:hover{color: #155cae;}
.screen3_right_lecture_more img{width: 13rem;}
.screen3_right_aticle_list{margin-top:0rem;margin-bottom:0.8rem;padding-top: 0rem;}
.screen3_right_aticle_list a:link{color: #666;}
.screen3_right_aticle_list a:visited{color: #666;}
.screen3_right_aticle_list a:active{color: #666;}
.screen3_right_aticle_list a:hover{color: #155cae;}
.screen3_right_aticle {height: 2.2rem;display: grid;place-items: center;border-bottom:1px solid #ccc;}
.screen3_right_aticle *{vertical-align: middle;}
.screen3_right_aticle {color: #666;font-size: 0.9rem;line-height: 1.5;height:3rem;}
.screen3_right_aticle .title{color: #666;font-size: 0.7rem;padding-left:0rem;text-overflow: ellipsis;overflow: hidden;display: inline-block;vertical-align: middle;width: 14rem;line-height: 1.5}
.screen3_right_aticle:hover{border-left: solid 3px #155cae;padding-left: 0.2rem;}
.screen3_right_aticle .time{float: right;padding-top: 0.3rem;}
/*end  screen3 */


/*
* 第五屏幕 start screen4：学术科研
 */
.screen4 {clear: both;height: 26rem;background-color: #fff;margin-top: 3rem;background: url(../web/screen4_bg.png) no-repeat top center; background-size: 100%; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;/*width: 49rem;*/overflow: hidden;}
.screen4_main{width: 49rem;margin: 0px auto;padding-top: 2rem;}

.screen4_left{width: 20rem;height: 20rem;float: left;background-color: #fff;border: 0px solid #ccc;border-radius: 0.5rem;float: left;margin-right: 4rem;margin-left: 1rem;font-size: 0.6rem;padding:0 0.5rem;}
.screen4_left_head{padding: 0.5rem;}
.screen4_left_head .more * {vertical-align: middle;color:#155cae;}
.screen4_left_head .more {float: right;padding-top: 0.5rem;}
.screen4_left_head .more a{font-size: 0.6rem;}
.screen4_left_head .more img{width: 0.6rem;}

.screen4_left_head a:link{color: #155cae;}
.screen4_left_head a:visited{color: #155cae;}
.screen4_left_head a:active{color: #155cae;}
.screen4_left_head a:hover{color: #f99f3e;}


.screen4_left_aticle_list{padding-top: 0rem;margin:0 1rem;}
.screen4_left_aticle_list .div_line{border-bottom:1px solid #ccc;margin-right: 1rem;}
.screen4_left_aticle_list a:link{color: #666;}
.screen4_left_aticle_list a:visited{color: #666;}
.screen4_left_aticle_list a:active{color: #666;}
.screen4_left_aticle_list a:hover{color: #155cae;}
.screen4_left_aticle {color: #666;height: 3.5rem;display: grid;place-items: center;border-bottom:1px solid #ccc;}
.screen4_left_aticle *{vertical-align: middle;}
.screen4_left_aticle .title{color: #666;font-size: 0.6rem;padding-left:0rem;text-overflow: ellipsis;overflow: hidden;display: inline-block;vertical-align: middle;width: 18rem;line-height: 1.8}
.screen4_left_aticle:hover{border-left: solid 3px #155cae;padding-left: 0.3rem;}
.screen4_left_aticle .time{float: right;}
.screen4_left_aticle{position: relative;transition: background 0.3s;}

.screen4_right{width: 19rem;height: 17rem;float: left;border: 1px solid #ccc;padding: 1.5rem;background: url(../web/ky_right_bg.png) no-repeat top center;background-size: cover;}
.screen4_right_xueshu{float: left;background-color: #fff;margin-left: -3rem !important;border-radius: 0.5rem !important;height: 18rem;width: 19rem;/*border: solid 1px #155cae;*/margin-right: 0.7rem;}
.screen4_right_xueshu .screen4_right_title a:link{color: #155cae;}
.screen4_right_xueshu .screen4_right_title a:visited{color: #155cae;}
.screen4_right_xueshu .screen4_right_title a:active{color: #155cae;}
.screen4_right_xueshu .screen4_right_title a:hover{color: #f99f3e;}
.screen4_right_img {padding-top: 1rem;padding-left: 1rem;}
.screen4_right_img img{height:11rem;width:17rem; }
.screen4_right_more_people{float: right;width: 2rem;text-align: center;vertical-align: middle;padding-top: 0.5rem;padding-right: 1rem;}
.screen4_right_more_people *{vertical-align: middle;text-align: center;}
.screen4_right_block{color:#155cae;height: 6rem;width: 19rem;/*border-radius: 0.5rem;*//*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);*/padding-left: 1rem;padding-top: 0.2rem; position: relative;  }
.screen4_right_title{border-left: solid 3px #155cae;line-height: 1;min-height:1rem;padding-left: 1rem;font-size: 0.6rem;margin-top: 1rem;vertical-align: middle;padding-top: 0.4rem;}
.screen4_right_title2{font-size: 0.6rem;}
.screen4_right_xueshu .screen4_right_title2 a:link{color: #666;}
.screen4_right_xueshu .screen4_right_title2 a:visited{color: #666;}
.screen4_right_xueshu .screen4_right_title2 a:active{color: #666;}
.screen4_right_xueshu .screen4_right_title2 a:hover{color: #f99f3e;}
.screen4_right_more{text-align: right;padding-right: 1rem;position: absolute; bottom: 1rem;right: 1rem;font-size: 0.6rem;}
.screen4_right_more img{padding-right: 0.8rem;}
.screen4_right_more a:link{color: #155cae;}
.screen4_right_more a:visited{color: #155cae;}
.screen4_right_more a:active{color: #155cae;}
.screen4_right_more a:hover{color: #f99f3e;}
.screen4_right_more2{float: right;width: 1rem;text-align: center;vertical-align: middle;padding-top: 0.5rem;padding-right: 0rem;}
.screen4_right_more2 *{vertical-align: middle;text-align: center;}
.screen4_right_more2 a:link{color: #fff;}
.screen4_right_more2 a:visited{color: #fff;}
.screen4_right_more2 a:active{color: #fff;}
.screen4_right_more2 a:hover{color: #f99f3e;}
.screen4_right_more2 img {margin-right: 0rem;width: 1rem;padding-top: 1rem;padding-bottom: 0.5rem;}
.screen4_right_more2 .info1{font-style: italic;font-size: 1rem;line-height: 1.2;width: 1rem;display: inline;}
.screen4_right_more2 .info2{font-style: italic;font-size: 0.6rem;}
/*end  screen4 */



/*
* 第五屏幕 start screen5：校园文化
 */
.screen5 {min-height: 29rem;width: 90%;/*width: 49rem;*/margin: 0px auto;overflow: hidden;}
.screen5_title{padding-top: 2rem;margin: 0px auto;height: 4rem;width: 100%;}
.screen5_title *{vertical-align: middle;}
.screen5_title  .more{float: right;vertical-align: middle;color:#155cae;padding-right: 0.5rem;font-size: 0.8rem;}
.screen5_title  .more img{width: 1.5rem;}
.screen5_title  .more a{font-size: 0.8rem;}
.screen5_title  .more a:link{color: #155cae;}
.screen5_title  .more a:visited{color: #155cae;}
.screen5_title  .more a:active{color: #155cae;}
.screen5_title  .more a:hover{color: #f99f3e;}
.screen5_img_list{/*width: 98%;*/margin: 0px auto;}
.screen5_img_left{width: calc(72%);overflow: hidden;float: left;padding: 0rem;margin: 0rem;margin-left: 0rem;}
.screen5_img_left img {width: 100%;height: auto;}
.screen5_img_left .img{/*padding: 0rem;margin: 0rem;*/height: 11rem;}
.screen5_img_left .img img{  left: 0;  top: 0;  width: 100%;  height: 100%;  background-position: center center;  background-repeat: no-repeat;  background-size: cover;  transition: all 0.3s ease-out 0s;}
.screen5_img1{width: calc(50%);box-sizing: border-box;float: left;height: 2rem;position: relative;border-right: 2px solid #fff;border-bottom: 2px solid #fff;}
.screen5_img2{width: calc(50%);box-sizing: border-box;float: left;position: relative;border-bottom: 2px solid #fff;}
.screen5_img3{width: calc(50%);box-sizing: border-box;float: left;position: relative;border-right: 2px solid #fff;}
.screen5_img4{width: calc(50%);box-sizing: border-box;float: left;position: relative;}
.screen5_img_left .screen5_img1 .title{position: absolute;z-index: 999;left: 0rem;right: 0;top: auto;bottom: 0;padding: 0 0.4rem 0 2rem;color: #fff;border-bottom: 2px solid #fff;line-height:3rem;width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.screen5_img_left .screen5_img2 .title{position: absolute;z-index: 999;left: 0rem;right: 0;top: auto;bottom: 0;padding: 0 0.4rem 0 2rem;color: #fff;border-bottom: 2px solid #fff;line-height:3rem;width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.screen5_img_left .screen5_img3 .title{position: absolute;z-index: 999;left: 0rem;right: 0;top: auto;bottom: 0;padding: 0 0.4rem 0 2rem;color: #fff;line-height:3rem;width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.screen5_img_left .screen5_img4 .title{position: absolute;z-index: 999;left: 0rem;right: 0;top: auto;bottom: 0;padding: 0 0.4rem 0 2rem;color: #fff;line-height:3rem;width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*.screen5_img_left .img a:before {content: "";display: block;position: absolute;left: 0;top: 3rem;right: 0;bottom: 0;z-index: 1;background: url(../web/xywh_wenzi_bg.png) center repeat-x;background-size: auto 100%;}*/
.screen5_img_right{width: calc(27.9%);box-sizing: border-box;float: left;overflow: hidden;border-left: 2px solid #fff;position: relative;}
.screen5_img_right .screen5_img5 img{height: 22rem;overflow: hidden;}
.screen5_img_right .screen5_img5 .title{position: absolute;z-index: 999;left: 0rem;right: 0;top: auto;bottom: 0;padding: 0 0.4rem 0 2rem;color: #fff;line-height:3rem;width: auto;}
.screen5_img_right a:before {content: "";display: block;position: absolute;left: 0;top:  20rem;;right:3rem;bottom: 0.3rem;z-index: 1;background: url(../web/xywh_wenzi_bg.png) center repeat-x;background-size: auto 100%;}
/*end  screen5 */


/*
* 第六屏幕 start screen6 ：专题聚焦
 */
.screen6 {clear: both;min-height: 26rem;color: #000;background: url(../web/screen6_bg.png) no-repeat top center; background-size: 100%; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;/*width: 49rem;*/overflow: hidden;}
.screen6_title{padding-top: 2rem;margin: 0px auto;width: 90%;}
.screen6_title *{vertical-align: middle;}
.screen6_title .more{float: right;color: #155cae;font-size: 0.6rem;}
.screen6_title .more img{width: 2rem;}
.screen6_title .more * {vertical-align: middle;}
.screen6_title  .more a:link{color: #155cae;}
.screen6_title  .more a:visited{color: #155cae;}
.screen6_title  .more a:active{color: #155cae;}
.screen6_title  .more a:hover{color: #f99f3e;}
.screen6_list{width: 49rem;margin: 0px auto;padding-top: 1rem;padding-left: 1rem;}
.screen6_list_have_pic2{padding-left: 5.5rem;}
.screen6_list_have_pic2 .screen6_block{padding-left:5rem  !important;width: auto;}
.screen6_list_have_pic3{padding-left: 5rem;}
.screen6_list_have_pic3 .screen6_block{padding-left:3rem  !important;width: calc(22%);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;overflow: hidden;cursor:pointer;}
.screen6_list_have_pic3 .screen6_block img {width: 100%}


.screen6_block {width: 11rem;float: left;height: auto;padding-left: 0.8rem;}
/*.screen6_block .pic img{width: 11rem;height: auto;}*/
.screen6_block .title{font-weight: bold;padding: 0.2rem 0;margin:0rem 0 0.2rem 0;font-size: 0.7rem;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor:pointer;*/height: 1.5rem;line-height: 1.2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;overflow: hidden;cursor:pointer;}
.screen6_block img {width: 10rem;}
.screen6_block .title a:link{color: #000;}
.screen6_block .title a:visited{color: #000;}
.screen6_block .title a:active{color: #000;}
.screen6_block .title a:hover{color: #f99f3e;}
.screen6_list .time{line-height: 1rem;height: 1rem;font-size: 0.6rem;letter-spacing: 1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor:pointer;}
.screen6_list .time *{vertical-align: middle;}
.screen6_list .time img{padding-right: 0.2rem;width: 0.8rem;font-size: 0.6rem}
.screen6_list .addr{/*line-height: 2rem;*/height: 2rem;font-size: 0.6rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor:pointer;}
.screen6_list .addr *{vertical-align: middle;font-size: 0.6rem;}
.screen6_list .addr img{padding-right: 0.2rem;width: 0.8rem;}
/*.index_screen6_bg{background-color: #f5f5f6;height: 80%;width: 100%;margin-top: 5rem;margin-left: 1rem;height: 10rem;}*/
/*end  screen6 */


/*
* 第七屏幕 start screen7：招聘招投标
 */
.screen7 {clear: both;min-height: 20rem;background-color: #fff;margin-top: 3rem;font-size: 0.7rem;/*width: 49rem;*/overflow: hidden;}
.screen7_main{margin: 0px auto;padding-top: 0rem;}
.screen7_left {background-color: #fff;border-radius: 0.5rem;float: left;margin-right: 1rem;margin-left: 0px;/*width: calc(39%);*/width: calc(46%);box-sizing: border-box;box-shadow: 0px 0px 0.8rem 0px rgba(0,0,0,.3);border-radius: 0rem;padding: 1rem 1.5rem 0.9rem 1.5rem;margin-left: 1.2rem;margin-top:1rem;border-radius: 0.3rem; }
.screen7_left .sort_logo{margin-top: -2.5rem;}
.screen7_left .block_head .more {width: 1rem;float: right;padding-top: 0.5rem;}
.screen7 .block_aticle_link{padding-top: 2rem;padding-bottom: 1.5rem;}
.screen7 .index_aticle_link {color: #666;font-size: 15px;height: 1.6rem;line-height: 1.6rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.screen7 .index_aticle_link a{font-size: 0.6rem;}
.screen7 .index_aticle_link a:link{color: #666;}
.screen7 .index_aticle_link a:visited{color: #666;}
.screen7 .index_aticle_link a:active{color: #666;}
.screen7 .index_aticle_link a:hover{color: #f99f3e;}
.screen7 .index_aticle_link span{padding-right: 1rem;}

.screen7_right {background-color: #fff;border-radius: 0.5rem;float: left;margin-right: 1rem;margin-left: 0px;/*width: calc(39%);*/width: calc(46%);box-sizing: border-box;box-shadow: 0px 0px 0.8rem 0px rgba(0,0,0,.3);border-radius: 0rem;padding: 1rem 1.5rem 0.9rem 1.5rem;margin-top:1rem;border-radius: 0.3rem;}
.screen7_right .sort_logo{margin-top: -2.5rem;}
.screen7_right .block_head .more {width: 1rem;float: right;padding-top: 0.5rem;}
/*end  screen7 */


/*
* 第八屏幕 start screen8：快速通道
 */
.screen8 {clear: both;min-height: 17rem;background-color: #fff;margin-top: 5rem;background: url(../web/screen8_bg.png) no-repeat top center;-webkit-background-size: cover;background-size: 100%; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;/*width: 49rem;*/}
.screen8_main{width: 49rem;margin: 0px auto;}
.screen8_kstd_list{padding-top: 0rem;}
.screen8_kstd_list ul {  width: 46rem;margin: 0px auto;overflow: hidden; }
.screen8_kstd_list ul li {float: left;width: 7rem;margin-left: 1rem;margin-right: 1rem;}
.screen8_kstd_list ul li a {  display: block;  text-align: center;  font-family: "Microsoft Yahei";  line-height: 50px;  padding-top: 10px;}
.screen8_kstd_list ul li .icon{padding-top: 15px;display: block;line-height: 100px;margin: 0 auto 6px;-webkit-transition: all 600ms ease;-moz-transition: all 600ms ease;-ms-transition: all 600ms ease;-o-transition: all 600ms ease;transition: all 600ms ease;}
.screen8_kstd_list ul li a:link{color: #155cae;}
.screen8_kstd_list ul li a:visited{color: #155cae;}
.screen8_kstd_list ul li a:active{color: #155cae;}
.screen8_kstd_list ul li a:hover{color: #f99f3e;}
.screen8_kstd_list ul li{font-size: 0.8rem;}
.screen8_kstd_list a .iconfont {height: 3rem;font-size: 2.5rem;}
.screen8_common_links{margin: 0px auto;color:#000;padding-top: 2rem;padding-bottom: 2rem;padding-left: 3rem;}
.screen8_links_title{font-size: 1rem;height: 2rem;}
.screen8_common_links ul{display: -webkit-flex;-webkit-flex-wrap: wrap;max-width: 15rem;}
.screen8_common_links li {  width: 30%;  padding: 0.2rem 0.5rem 0 0;  display: block;display: inline-block;}
.screen8_common_links ul li a:link{color: #666;}
.screen8_common_links ul li a:visited{color: #666;}
.screen8_common_links ul li a:active{color: #666;}
.screen8_common_links ul li a:hover{color: #f99f3e;}
.screen8_common_links ul li a {display: block;border-bottom: #ccc solid 1.5px;line-height: 1.2rem;font-size: 0.6rem;}
/*end  screen8 */


/*
* 第九屏幕 start screen9：footer
 */
.screen9{clear: both;min-height: 8rem;background-color: #155cae;/*width:49rem;*/  width: 100%;/*overflow-x: hidden;*/box-sizing: border-box; /* 推荐使用，确保padding和border不会增加元素的总宽度 */overflow: visible;}
.screen9_main{width: 100%;background-color: #155cae;margin: 0 auto;position: relative;}
.screen9_footer_logo{width: 20rem;position: absolute;top: 2rem;left: 1.5rem}
.screen9_footer_address{width: 15rem;position: absolute;top: 2rem;left: 15rem;font-size: 0.6rem;line-height: 1.5}
.screen9_footer_erweima{position: absolute;top: -3rem;right: 6rem}
.screen9_footer_container {line-height: 60px;color: #fff;font-size: 0.5rem;text-align: center;padding-top: 6rem;padding-bottom: 1rem; }
.screen9_footer_logo img{width: 10rem;}
.screen9_footer_erweima img{width: 6rem;height: auto;}
.screen9_footer_erweima p{font-size: 0.6rem;}
.screen9_footer_container a{color: #fff;}
.screen9_footer_container *{vertical-align: middle;}
/*end  screen9 */


/*footer start*/
.foot_index{height: 48px;line-height: 48px;background: #e9e9e9;color: #666;}
.foot_index a:link{color: #666;}
.foot_index a:visited{color: #666;}
.foot_index a:hover{color: #f99f3e;}
.foot_index a:active{color: #666;}


.foot_list{background: url("../web/list_foot_bg.png") no-repeat top center;height: 85px;line-height: 85px;color: #ffffff;background-size: cover;-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */-o-background-size: cover;/* 兼容Opera */}
#footer .footer_container{width: 970px;margin:0 auto;}
#footer  *{vertical-align: middle;}
#footer p{font-family: "Microsoft Yahei";font-size: 12px;text-align: center;}
#footer p img{height: 48px;}


.foot_list a:link{color: #ffffff;}
.foot_list a:visited{color: #ffffff;}
.foot_list a:hover{color: #f99f3e;}
.foot_list a:active{color: #ffffff;}

/*end footer*/

/*back start*/
#back{position: fixed;bottom: 60px;right: 60px;width: 69px;width: 28px;height: 28px;z-index: 99999999;cursor: pointer;margin-top: 20px;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite;/*width: 30px;height: 30px;*/}
#back img{width: 28px;height: 28px;}
/*end back*/



/*
*list page
*/
.list_nav {position: relative;left: 0px;top: 0px;width: 100%;height: 80px;line-height: 80px;/*background: #fff;*/border-bottom: 2px solid #fff;font-size: 14px;color: #333;}
.list_nav *{vertical-align: middle;}

.list_nav .logo{width: 160px;float: left;}
.list_nav .logo img{border: 0px;width: 210px !important;}

.list_nav .nav-list{float: right;}
.list_nav .nav-list ul{padding-top: 0px;}
.list_nav .nav-list li {float: left;line-height: 30px;padding: 0 5px;margin-top: 8px;}
.list_nav .nav-list li:hover {/*background: url("nav_now.png") center 60px no-repeat;*/color: #25a2f2;}
.list_nav .nav-list li a {font-size: 13px;;/*font-weight: bold;*/color: #333;display: block;}
.list_nav .nav-list li a:hover {color: #25a2f2;}

.list_nav .nav-list li dl.menu dd a:hover{color: #25a2f2;}
.list_nav .nav-list .nav_current {background-color: #092348;color: #ffffff;}
.list_nav .nav-list .nav_current a:link{color: #ffffff;}
.list_nav .nav-list .nav_current a:visited{color: #ffffff;}
.list_nav .nav-list .nav_current a:hover{color: #25a2f2;}
.list_nav .nav-list .nav_current a:active{color: #ffffff;}
/*list_banner_img*/
.list_banner_img img{width:100%;height: 243px;}
/*list_main*/
.list_main{/*width: 90%;*/width: 960px;margin: 0px auto;color:black;background-color: #ffffff;margin-top: 10px;min-height: 490px;margin-bottom: 15px;}

/*list_main_top*/
.list_top{}
.list_top_sort_about{overflow: hidden;padding: 5px;color: #666;line-height: 10px;}

/*list_left*/
.list_main_display_banner_img  .list_left{margin-top: 0px;width: 180px;float: left;background-color: #ffffff;min-height: 350px;margin-top: 0px;margin-bottom: 0px;position: relative; margin-top: -54px;z-index: 999;}
/*.list_left{margin-top: 0px;width: 180px;float: left;background-color: #ffffff;min-height: 950px;margin-top: 0px;margin-bottom: 0px;}*/
.list_left{margin-top: 0px;width: 180px;float: left;background-color: #ffffff;min-height: 950px;margin-top: 0px;margin-bottom: 0px;position: relative;margin-top: -55px;z-index: 999;}
.list_left_sort_name{line-height: 40px;color: #ffffff;background-color: #092348;text-align: center;font-size: 18px;}
.list_left_sort_name span{float: right;padding-right: 10px;}
.list_left_son_sort_ul{background-color: #304767;}
.list_left_son_sort_li{background-color: #efefef;}
.list_left_son_sort_li:first-child{padding-top: 15px;}
.list_left_son_sort_li:last-child{padding-bottom: 0px;border-bottom: 0px solid #ffffff !important;}
.list_left_son_sort_li{line-height: 30px;list-style-type: disc;list-style-type: none;display: block;color:#666;;border-bottom: 2px solid #ffffff;font-size: 13px;margin: 0px 0px 0px 25px;/*padding-left: 10px;*/padding-top: 5px;padding-bottom: 5px;}
.list_left_son_sort_ul .layer_count1{font-weight: bold;}
.list_left_son_sort_ul .layer_count3{color:#888 !important;}
.list_left_son_sort_ul .layer_count3 a{color:#888 !important;font-size: 11px  !important;}
.list_left_son_sort_li *{vertical-align: middle;}
.list_left_son_sort_li a:link{color: #666;}
.list_left_son_sort_li a:visited{color: #666;}
.list_left_son_sort_li a:hover{text-decoration: none;color: #c1a56a;font-weight: bold;}
.list_left_son_sort_li a:active{color: #666;}
.list_left_son_sort_art{margin: 0px auto;word-wrap:break-word;line-height: 40px;font-size: 13px;background-color: #efefef;margin: 0px 0px 0px 25px;border-bottom: 4px solid #ffffff;padding-left: 15px;}
.list_left_son_sort_art a:link{font-size: 13px;color:#666;}
.list_left_son_sort_art a:visited{font-size: 13px;color:#666;}
.list_left_son_sort_art a:hover{font-size: 13px;color:#666;}
.list_left_son_sort_art a:active{font-size: 13px;color:#666;}
.list_left_son_sort_art:last-child {padding-bottom: 0px;border-bottom: 0px solid #ffffff !important;}
.list_center_art_list_16 .list_center_son_sort_li{margin-left: 0px;}
.list_center_art_list_26 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_26 .list_center_son_sort_li{float: left;width: 230px;/*height: 30px;*/line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_27 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_27 .list_center_son_sort_li{float: left;width: 220px;height: 30px;line-height: 30px;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_28 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_28 .list_center_son_sort_li{float: left;width: 220px;height: 30px;line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_29 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_29 .list_center_son_sort_li{float: left;width: 220px;height: 30px;line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_338 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_338 .list_center_son_sort_li{float: left;width: 230px;height: 30px;line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_339 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_339 .list_center_son_sort_li{float: left;width: 230px;height: 30px;line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}
.list_center_art_list_340 .list_center_son_sort_li:first-child{padding-top: 0px;}
.list_center_art_list_340 .list_center_son_sort_li{float: left;width: 230px;height: 30px;line-height: 30px;overflow: hidden;padding-top: 0px;background-color: #ffffff;}


.alonepage_art_title{font-size: 20px;font-weight: bold;line-height: 28px;padding-bottom: 14px;text-align: center;padding-top: 30px;margin-bottom: 30px;}

/*教师队伍*/
.people_list{display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;margin-bottom: 3rem;}
.people_list .person_card{display: flex;flex-direction: row;position: relative; gap: 1rem;  border-radius: 12px;--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);padding: 1.2rem;transition: all 0.3s ease; padding: 10px;}
/*.people_list .person_card:hover {background: radial-gradient(circle at 50% 50%, #0000 0%, #cccccc 100%);  transform: translateY(-4px); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);}*/
.people_list .person_card:hover {background: #f5f5f5;}
.people_list .person_card img{width: 120px;border-radius: 8px;height: auto;max-height: 180px;object-fit: cover;}
.people_list .person_card .person_card_left{ width: 130px;flex-shrink: 0;   display: flex;align-items: center;justify-content: center;height: 100%;}
.people_list .person_card .person_card_right{width: 180px; flex: 1;}
.people_list .person_card p{font-size: 14px;overflow-wrap: break-word;hyphens: auto;text-align: left;margin: 0 0 0.35rem 0;line-height: 1.6; color: #666}
.people_list .person_card p strong {color: #2d3748;font-weight: 600;letter-spacing: 0.5px;}
.people_list .person_card_right p:first-child {font-size: 20px;font-weight: 600;color: #43699c;transition: color 0.3s;}


.list_center_son_sort_ul_21 .son_1{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-weight: bold;border-bottom: 1px dotted #304767;font-size: 15px;;margin: 0px 15px 10px 0px;clear: both;padding: 10px 0px 0px 0px;}
.list_center_son_sort_ul_21 .son_2{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-size: 14px;margin: 5px;float: left;width: 225px;padding-top: 0px;padding-bottom: 0px;}
.list_center_son_sort_ul_22 .son_1{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-weight: bold;border-bottom: 1px dotted #304767;font-size: 15px;;margin: 0px 15px 10px 0px;clear: both;padding: 10px 0px 0px 0px;}
.list_center_son_sort_ul_22 .son_2{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-size: 14px;margin: 5px;float: left;width: 225px;padding-top: 0px;padding-bottom: 0px;}
/*.list_center_son_sort_ul_24 .list_left_son_sort_li:first-child {padding-top: 0px}*/
.list_center_son_sort_ul_23 .list_left_son_sort_li{margin:0px;}
.list_center_son_sort_ul_23 .son_1{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-weight: bold;border-bottom: 1px dotted #304767;margin: 0px 0px 10px 0px;padding-bottom: 10px;clear: both;padding: 20px 0px 5px 0px;display: block;width: 98%;}
.list_center_son_sort_ul_23 .son_2{line-height: 25px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;margin: 5px;float: left;width: 230px;padding-top: 0px;padding-bottom: 0px;}
.list_center_son_sort_ul_24 .list_left_son_sort_li{margin:0px;}
.list_center_son_sort_ul_24 .son_1{line-height: 25px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;margin: 5px;float: left;width: 230px;padding-top: 0px;padding-bottom: 0px;}
.list_center_son_sort_ul_25 .son_1{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-weight: bold;border-bottom: 1px dotted #304767;font-size: 15px;;margin: 0px 15px 10px 0px;clear: both;padding: 10px 0px 0px 0px;}
.list_center_son_sort_ul_25 .son_2{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-size: 14px;margin: 5px;float: left;width: 225px;padding-top: 0px;padding-bottom: 0px;}
.list_center_son_sort_ul_25 .son_2_has_son{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-weight: bold;font-size: 15px;;margin: 0px 15px 10px 0px;clear: both;padding: 10px 0px 0px 0px;}
.list_center_son_sort_ul_25 .son_3{line-height: 30px;background-color: #fff;list-style-type: disc;list-style-type: none;word-break: break-all;display: block;color: #666;font-size: 14px;margin: 5px;float: left;width: 225px;padding-top: 0px;padding-bottom: 0px;}

.left_menu_select1{background-color:#c1a56a;color: #ffffff;}
.left_menu_select1 a:link{color: #ffffff;}
.left_menu_select1 a:visited{color: #ffffff;}
.left_menu_select1 a:hover{color: #666;}
.left_menu_select1 a:active{color: #ffffff;}
.left_menu_select2{background-color:#c1a56a;color: #ffffff;}
.left_menu_select2 a:link{color: #ffffff;}
.left_menu_select2 a:visited{color: #ffffff;}
.left_menu_select2 a:hover{color: #666;}
.left_menu_select2 a:active{color: #ffffff;}
.left_menu_select3{background-color:#c1a56a;color: #ffffff;}
.left_menu_select3 a:link{color: #ffffff;}
.left_menu_select3 a:visited{color: #ffffff;}
.left_menu_select3 a:hover{color: #666;}
.left_menu_select3 a:active{color: #ffffff;}


/*list_center*/
.list_center{float: right;width: 745px;height: auto;}
.list_center .fid_name{float: left;border-bottom: 2px solid #304767;line-height: 40px;height: 40px;font-size: 18px;position:relative;left:0px;top: 0px;z-index: 999;color: #333;}
.list_center_guide_menu {text-align: right;color: #8e8e8e;font-size: 14px;border-bottom: 1px solid #CDCDB4;line-height: 40px;margin-bottom: 10px;}
.list_center_guide_menu a:link{width: 300px;color: #8e8e8e;}
.list_center_guide_menu a:visited{width: 300px;color: #8e8e8e;}
.list_center_guide_menu a:hover{width: 300px;text-decoration: none;}
.list_center_guide_menu a:active{width: 300px;color: #8e8e8e;}
.list_center_guide_menu2{text-align: right;color:#8e8e8e;font-size: 14px; border-bottom: 1px solid #CDCDB4;line-height: 36px;margin-bottom: 10px;width: 100%;
}
.list_center_guide_menu2 a:link{width: 300px;color: #8e8e8e;}
.list_center_guide_menu2 a:visited{width: 300px;color: #8e8e8e;}
.list_center_guide_menu2 a:hover{width: 300px;text-decoration: none;}
.list_center_guide_menu2 a:active{width: 300px;color: #8e8e8e;}


.list_center_art{margin-top: 10px;}
.list_center_art_img_title{width: 725px;height: 160px;border-bottom:2px solid #f2f2f2;margin-bottom: 30px;}
.list_center_art_img_title{margin-top: 15px;}
.list_center_art_img{height:120px;float:left;padding-right: 34px;}
.list_center_art_img img{height:120px;width:158px;border:0px;}
.list_center_art_title{font-size: 15px;;height:30px;line-height: 30px;vertical-align: top;overflow: hidden;}
.list_center_art_title1{line-height: 30px;font-size: 14px;padding-left: 10px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list_center_art_title1:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);-webkit-box-shadow: 0px 3px 4px #cdcdcd;-moz-box-shadow: 0px 3px 4px #cdcdcd;box-shadow: 0px 3px 4px #cdcdcd;font-weight: bold;}
.list_center_art_title1 a:link{color: #666;letter-spacing:1px;}
.list_center_art_title1 a:visited{color: #666;}
.list_center_art_title1 a:hover{text-decoration: none;}
.list_center_art_title1 a:active{color: #666;}
.list_center_art_title1 .posttime{color: #8e8e8e;float: right;padding-left: 10px;padding-right: 10px;}
.list_center_art_title1 *{vertical-align: middle;}
.list_main_fid42 .list_center_art_title1{float: left;width: 250px;height: 30px;line-height: 30px;overflow: hidden;}
.list_main_fid43 .list_center_art_title1{float: left;width: 250px;height: 30px;line-height: 30px;overflow: hidden;}
.list_main_fid44 .list_center_art_title1{float: left;width: 250px;height: 30px;line-height: 30px;overflow: hidden;}
.list_main_fid156 .list_center_art_title1{float: left;width: 250px;height: 30px;line-height: 30px;overflow: hidden;}
.list_main_fid157 .list_center_art_title1{float: left;width: 250px;height: 30px;line-height: 30px;overflow: hidden;}
.list_main_fid291 .list_center_guide_menu{font-size: 12px !important;}

.list_center_art_title2 a:link{color: #666;font-weight: bold;}
.list_center_art_title2 a:visited{color: #666;font-weight: bold;}
.list_center_art_title2 a:hover{font-weight: bold;text-decoration: none;}
.list_center_art_title2 a:active{color: #666;font-weight: bold;}
.list_center_art_title2 .posttime{color: #8e8e8e;float: right;padding-left: 10px;padding-right: 10px;}
.list_center_art_title2 *{vertical-align: middle;}

.list_center_art_title3{width: 910px;float: left;overflow: hidden;height: 24px;font-size: 14px;}
.list_center_art_title3 a:link{font-weight: bold;}
.list_center_art_title3 a:visited{font-weight: bold;}
.list_center_art_title3 a:hover{font-weight: bold;text-decoration: none;}
.list_center_art_title3 a:active{font-weight: bold;}
.list_center_art_title3 .posttime{color: #8e8e8e;float: right;padding-left: 10px;padding-right: 10px;}
.list_center_art_title3 *{vertical-align: middle;}


.list_center_art_photo{line-height: 30px;font-size: 15px;text-align: center;}
.list_center_art_photo .imagelist{float:left;padding-left:15px;padding-right:15px;text-align:center;font-size:20px;padding-top:35px;padding-bottom: 30px;}
.list_center_art_photo .imagelist  img{width:210px;height:210px;}
.list_center_art_photo .imagelist .gallery{display: block;}
.list_center_art_photo .imagelist .title_a {padding-top:10px;height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color: black;}
.list_center_art_photo .imagelist .title_a:link{color: black;}
.list_center_art_photo .imagelist .title_a:visited{color: black;}
.list_center_art_photo .imagelist .title_a:hover{}
.list_center_art_photo .imagelist .title_a:active{color: black;}
.list_center_art_photo .grid-item  a{color:black;}


.list_center_art_photo2 .imagelist2{float:left;padding-left:18px;padding-right:18px;text-align:center;font-size:12px;padding-top:35px;padding-bottom: 30px;;/*height: 120px;*/}
.list_center_art_photo2 .imagelist2  img{width:200px;height: 311px;}
.list_center_art_photo2 .imagelist2 .title_a {display:block;overflow:hidden;  color: black;;padding-top: 8px;width:200px;line-height: 20px;height: 43px;padding-top: 8px;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;overflow: hidden;cursor:pointer;}
.list_center_art_photo2 .imagelist2 .title_b {display:block;color: black;width:200px;line-height: 12px;height: 12px;padding-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor:pointer;}
.list_center_art_photo2 .imagelist2 .title_a img{padding-right: 0.5rem;width: 0.6rem;}
.list_center_art_photo2 .imagelist2 .title_b img{padding-right: 0.5rem;width: 0.6rem;}
.list_center_art_photo2 .imagelist2 .title_a:link{color: black;}
.list_center_art_photo2 .imagelist2 .title_a:visited{color: black;}
.list_center_art_photo2 .imagelist2 .title_a:hover{}
.list_center_art_photo2 .imagelist2 .title_a:active{color: black;}

.list_center_art_photo .imagelist2 .title_pic_a {display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color: black;}
.list_center_art_photo .imagelist2 .title_pic_a:link{color: black;}
.list_center_art_photo .imagelist2 .title_pic_a:visited{color: black;}
.list_center_art_photo .imagelist2 .title_pic_a:hover{}
.list_center_art_photo .imagelist2 .title_pic_a:active{color: black;}


.list_center_art_content{font-size: 14px;height: 81px;line-height: 27px;padding-top: 7px;overflow: hidden;margin-bottom: 12px;}
.list_center_art_content a:link{font-size: 14px;color:#999;overflow: hidden;}
.list_center_art_content a:visited{font-size: 14px;color:#999;overflow: hidden;}
.list_center_art_content a:hover{font-size: 14px;color:#999;overflow: hidden;text-decoration: none;}
.list_center_art_content a:active{font-size: 14px;color:#999;overflow: hidden;}

.list_center_art_content3{font-size: 14px;line-height: 27px;padding-top: 7px;overflow: hidden;margin-bottom: 12px;float: left;width: 910px;}
.list_center_art_content3 a:link{font-size: 14px;color:#999;overflow: hidden;}
.list_center_art_content3 a:visited{font-size: 14px;color:#999;overflow: hidden;}
.list_center_art_content3 a:hover{font-size: 14px;color:#999;overflow: hidden;text-decoration: none;}
.list_center_art_content3 a:active{font-size: 14px;color:#999;overflow: hidden;}

.list_center_art_info{font-size: 14px;color:#8e8e8e;line-height: 30px;}
.list_center_art_info *{vertical-align: middle;}
.list_center_art_info .author{}
.list_center_art_info .posttime{}
.list_center_art_info_img{padding-right: 4px;}


.list_center_art_list{padding-bottom: 12px;clear: both;padding-top: 10px;}

.list_page1{font-size: 12px;margin: 0px auto;text-align: center;color:black;padding: 0 0 0px 0;color: #8e8e8e;margin-top: 8px;padding-bottom: 20px;line-height: 40px;}
.list_page2{font-size: 12px;margin: 0px auto;text-align: center;color:black;padding: 0 0 0px 0;color: #8e8e8e;padding-bottom: 20px;line-height: 40px;}
.list_page a:link{color:#8e8e8e;}
.list_page a:visited{color:#8e8e8e;}
.list_page a:hover{text-decoration: none;}
.list_page a:active{color:#8e8e8e;}

.list_center_son_sort_ul{background-color: #ffffff;}
.list_center_son_sort_li:first-child{}
.list_center_son_sort_li{line-height: 30px;list-style-type: disc; margin-right: 10px;list-style-type: none;display:block;color: #666;font-size: 14px;padding-left: 8px;}
.list_center_son_sort_li *{vertical-align: middle;color: #666;}
.list_center_son_sort_li a:link{list-style-type: none;color: #666;}
.list_center_son_sort_li a:visited{list-style-type: none;color: #666;}
.list_center_son_sort_li a:hover{list-style-type: none;text-decoration: none;color: #c1a56a;font-weight: bold;}
.list_center_son_sort_li a:active{list-style-type: none;color: #666;}

.list_center_son_sort{padding-bottom: 30px;width: 95%;margin:0 auto;}
.list_center_son_sort_title{border-bottom: 1px dotted #cdcdb4;line-height: 35px;font-weight: bold;}
.list_center_son_sort_link{line-height: 30px;}
.list_center_son_sort_link a:link{list-style-type: none;font-size: 14px;}
.list_center_son_sort_link a:visited{list-style-type: none;font-size: 14px;}
.list_center_son_sort_link a:hover{list-style-type: none;font-size: 14px;text-decoration: none;}
.list_center_son_sort_link a:active{list-style-type: none;font-size: 14px;}

.list_art_descrip_name{font-size: 15px;;font-weight: bold;line-height: 28px;padding-bottom: 14px;text-align: center;padding-top: 20px;}
.list_art_descrip{min-height: 380px;margin-top: 20px;}
.list_art_descrip  li{list-style-type:disc;}
.list_art_descrip  p{text-indent: 28px !important;line-height: 30px !important;font-size: 14px !important;color: #333 !important;font-family: Microsoft Yahei !important;}
.list_art_descrip p span{text-indent: 28px !important;line-height: 30px !important;font-size: 14px !important;color: #333 !important;font-family: Microsoft Yahei !important;}
.list_art_descrip p img{max-width: 100% !important;}
.list_art_descrip  table p{text-indent: 0px !important;}
.list_art_descrip  table{border: 1px solid #ccc !important;margin-left: 35px !important;}
.list_art_descrip  table tr{border: 1px solid #ccc !important;}
.list_art_descrip  table td{border: 1px solid #ccc !important;padding: 6px !important;}

/*no_left_sidebar.php*/
.list_main_no_left_sidebar{margin-top: 30px;}
.list_center2{width: 100%;}
.list_center2 .fid_name{float: left;border-bottom: 2px solid #304767;line-height: 40px;height: 40px;font-size: 20px;position:relative;left:0px;top: 0px;z-index: 999;color: #333;}
.list_center_guide_menu2{text-align: right;color:#8e8e8e;font-size: 14px; border-bottom: 1px solid #CDCDB4;height: 40px;line-height: 40px;margin-bottom: 30px;width: 100%;}
.list_center_guide_menu2 a:link{width: 200px;color: #8e8e8e;font-size: 14px;}
.list_center_guide_menu2 a:visited{width: 200px;color: #8e8e8e;font-size: 14px;}
.list_center_guide_menu2 a:hover{width: 200px;color: #f80;font-size: 14px;text-decoration: none;}
.list_center_guide_menu2 a:active{width: 200px;color: #8e8e8e;font-size: 14px;}

.list_center_search2{width: 100%;margin-bottom: 20px;text-align: right;}
.list_center_search2 strong{font-weight: bold;}
.list_center_search2 #Submit{width:60px;text-align:center}

.list_center_art2{margin-top: 10px;}
.list_center_art_img_title2{width: 100%;height: 160px;border-bottom:2px solid #f2f2f2;margin-bottom: 30px;}
.list_center_art_img_title2{margin-top: 15px;}


/*
*内容页
*bencandy
*/
/*bencandy-banner切换*/
.bencandy_banner{margin: 0px auto;width: 970px;height:380px;padding-top: 20px;}
.bencandy_banner_switch {width:970px; height:380px; margin:0 auto; overflow:hidden; position:relative;float: left;}
.bencandy_banner_switch .bencandy_banner_switch_ul {height:380px; position:absolute;}
.bencandy_banner_switch .bencandy_banner_switch_ul .bencandy_banner_switch_li {float:left; width:970px; height:380px; overflow:hidden; position:relative; background:#000;}
.bencandy_banner_switch .bencandy_banner_switch_ul .bencandy_banner_switch_li div {position:absolute; overflow:hidden;}
.bencandy_banner_switch .bencandy_banner_switch_ul .bencandy_banner_switch_li img{width: 970px;height:380px;}
.bencandy_banner_switch .btnBg {position:absolute; width:200px; height:20px; left:0; bottom:0; background:#000; display:none;}
.bencandy_banner_switch .btn {position:absolute; width:; height:23px; padding:0px 10px 0px 10px; right:0; bottom:6px; text-align:right;}
.bencandy_banner_switch .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:24px; line-height:24px; text-align:center; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
.bencandy_banner_focus .preNext {width:35px; height:320px; position:absolute; top:120px; background:url(../stu_dzb/sprite.png) no-repeat 0 0; cursor:pointer;}
.bencandy_banner_focus .pre {left:0;}
.bencandy_banner_focus .next {right:0; background-position:right top;}

/*bencandy_main*/
.bencandy_main{/*width: 90%;*/width: 960px;margin: 0px auto;padding-top: 0px;min-height: 720px;background-color: #ffffff;margin-top: 10px;}

/*bencandy_left*/
.display_banner_img  .bencandy_left{margin-top: 0px;width: 180px;float: left;background-color: #ffffff;min-height: 350px;margin-top: 0px;margin-bottom: 0px;position: relative; margin-top: -54px;z-index: 999;}
.bencandy_left{margin-top: 0px;width: 180px;float: left;background-color: #ffffff;min-height: 950px;margin-top: 0px;margin-bottom: 0px;}
.bencandy_left_img{}
.bencandy_left_img img{width: 210px;}
.bencandy_left_title{height: 40px;line-height: 40px;padding-left: 20px;font-weight: bold;color: #ffffff;font-size: 15px;;}
.bencandy_left_son_title_ul{background-color: #ffffff;}
.bencandy_left_son_title_li *{vertical-align: middle;}
.bencandy_left_son_title_li:first-child{padding-top: 0px;}
.bencandy_left_son_title_li{line-height: 50px;list-style-type: disc; list-style-type: none;word-break:break-all;display:block;font-weight: bold;font-size: 17px;margin-left: 15px;;margin-right: 15px;;}
.bencandy_left_son_title_li a:link{list-style-type: none;letter-spacing: 0px;}
.bencandy_left_son_title_li a:visited{list-style-type: none;}
.bencandy_left_son_title_li a:hover{list-style-type: none;text-decoration: none;}
.bencandy_left_son_title_li a:active{list-style-type: none;}

/*bencandy_center*/
.bencandy_center{float: right;width: 745px;height: auto;}
.bencandy_center .fid_name{border-bottom: 2px solid #304767;line-height: 40px;height: 40px;font-size: 18px;position:relative;left:0px;top: 0px;z-index: 999;color: #333;float: left;}
.bencandy_center_guide_menu {text-align: right;color: #8e8e8e;font-size: 14px;border-bottom: 1px solid #CDCDB4;height: 40px;line-height: 40px;margin-bottom: 30px;}
.bencandy_center_guide_menu a:link{width: 200px;color: #8e8e8e;}
.bencandy_center_guide_menu a:visited{width: 200px;color: #8e8e8e;}
.bencandy_center_guide_menu a:hover{width: 200px;text-decoration: none;}
.bencandy_center_guide_menu a:active{width: 200px;color: #8e8e8e;}
.bencandy_art{padding-bottom: 50px;clear: both;}
.bencandy_art_title{font-size: 20px;;color:black;text-align: center;padding-bottom:14px;line-height: 28px;font-weight: bold; }
.bencandy_art_info{font-size: 14px;color: #8e8e8e;min-height: auto;height: 60px;line-height: 30px;overflow: hidden;text-align: center;margin: auto 0px; }
.bencandy_art_info div{}
.bdsharebuttonbox{padding-left: 10px;padding-top:5px;text-align: center;margin: auto 0px;padding-left: 300px; }
.bencandy_art_info #article_heart{padding-bottom: 10px;}
.bencandy_art_info *{vertical-align: middle;}


.bencandy_center_search{width: 860px;margin-bottom: 20px;text-align: right;}
.bencandy_center_search strong{font-weight: bold;}
.bencandy_center_search #Submit{width:60px;text-align:center}

.bencandy_art_content li{list-style-type:disc;}
.bencandy_art_nextpage{width: 100%;padding-bottom: 20px;}
.bencandy_art_nextpage div{width: 50%;float: left;padding-top: 20px;}
.bencandy_art_nextpage div a:link{}
.bencandy_art_nextpage div a:visited{}
.bencandy_art_nextpage div a:hover{text-decoration: none;}
.bencandy_art_nextpage div a:active{}
.bencandy_art_nextpage2{float: right;text-align: right;}
.bencandy_art_content p img {/*width: 680px !important;*/height: auto !important;}
.video_div2{width: 600px;height: 500px;}

/* for bencandy_art_content */
.bencandy_art_content{font-size: 16px;min-height: 380px;margin-top: 20px;word-wrap:break-word;line-height: 33px;width: 100% !important;color: #333 !important;word-wrap:break-word !important;}
.bencandy_art_content p {width: 100% !important;line-height: 35px !important;text-indent: 36px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;overflow-wrap: break-word !important;}
.bencandy_art_content p span{width: 100% !important;line-height: 35px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;word-wrap: break-word !important;overflow-wrap: break-word !important;white-space: normal !important;text-wrap: wrap !important;}
/*.bencandy_art_content div{width: 100% !important;line-height: 35px !important;text-indent: 36px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;}*/
.bencandy_art_content p img{max-width: 660px !important;height: auto !important;/*display:block;*/text-align: center;margin: 0 auto;}
.bencandy_art_content table{width: 98% !important;border: 0px solid #ccc !important;padding: 5px !important;color: #333 !important;}
.bencandy_art_content table tr{border: 1px solid #ccc !important;}
.bencandy_art_content table td{border: 1px solid #ccc !important;padding: 6px !important;}
.bencandy_art_content table p {text-indent: 0px !important;}

.bencandy_art_content .bencandy_person { display: flex; gap: 2rem;}
.bencandy_art_content .person_card_left { width: 220px; text-align: center; margin: 0 auto;max-width: 220px;  }
.bencandy_art_content .person_card_left img { width: 200px; height: auto; border: 10px solid #f3f4f6; border-radius: 8px; object-fit: cover; display: block; margin: 0 auto 1rem; }
.bencandy_art_content .person_card_left .person_name { font-size: 25px !important; color: #333; font-weight: 600; margin: 0.5rem 0;text-align: center; }
.bencandy_art_content .person_card_left .person_title { font-size: 16px !important; color: #666;text-align: center;  }
.bencandy_art_content .person_card_left .person_title .person_title_left{text-align: left;  }
.bencandy_art_content .person_card_right {flex-grow: 1;margin-left: auto;}

/*bencandy_no_left_sidebar.php*/
.bencandy_center2{width: 100%;margin: 0px auto;}
.bencandy_center2 .back{float: right;height: 30px;line-height: 30px;font-size: 16px;}
.bencandy_center2 .back:link{color: #8e8e8e}
.bencandy_center2 .back:visited{color: #8e8e8e}
.bencandy_center2 .back:hover{color: #c1a56a}
.bencandy_center2 .back:active{color: #8e8e8e}
.bencandy_center_guide_menu2{text-align: left;color:#8e8e8e;font-size: 13px; border-bottom: 1px solid #CDCDB4;height: 30px;line-height: 30px;margin-bottom: 30px;width: 100%;
}
.bencandy_center_guide_menu2 a:link{width: 200px;color: #8e8e8e;font-size: 14px;}
.bencandy_center_guide_menu2 a:visited{width: 200px;color: #8e8e8e;font-size: 14px;}
.bencandy_center_guide_menu2 a:hover{width: 200px;font-size: 14px;text-decoration: none;color: #c1a56a}
.bencandy_center_guide_menu2 a:active{width: 200px;color: #8e8e8e;font-size: 14px;}

.bencandy_art2{margin-top: 10px;}
.bencandy_art_info2{width: 100%;margin: 0 auto;color: #8e8e8e;font-size: 14px;
height: 35px;line-height: 35px;min-height: auto;text-align: center;margin: auto 0px;}
.bencandy_art_info2 div{}
.bencandy_art_info2 *{vertical-align: middle;}
.bencandy_art_title2{font-size: 20px;;font-weight: bold;line-height: 28px;;text-align: center;word-wrap:break-word;color: #333}
.bencandy_art_content2{width: 100%;min-height: 160px;margin-bottom: 30px;padding-bottom:30px;padding-top: 10px;word-wrap:break-word;color: #333 !important;}
.bencandy_art_content2 li{list-style-type:disc;}
.bencandy_art_content2  p{text-indent: 32px !important;line-height: 30px !important;font-size: 14px !important;color: #333 !important;font-family: Microsoft Yahei !important;}
.bencandy_art_content2  p span{text-indent: 32px !important;line-height: 30px !important;font-size: 14px !important;color: #333 !important;font-family: Microsoft Yahei !important;}
.bencandy_art_content2  p a:link{font-size: 14px !important;color: #333 !important;}
.bencandy_art_content2  p a:visited{font-size: 14px !important;color: #333 !important;}
.bencandy_art_content2  p a:hover{font-size: 14px !important;color: #25a2f2 !important;}
.bencandy_art_content2  p a:active{font-size: 14px !important;color: #333 !important;}
.bencandy_main_fid7  .bencandy_art_content2 p:has(> img){ text-indent: 0px !important;}
.bencandy_main_fid7  .bencandy_art_content2 p>img{padding-right: 33px !important;}

/* for bencandy_art_content2*/
.bencandy_art_content2 p {width: 100% !important;line-height: 35px !important;text-indent: 36px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;}
.bencandy_art_content2 p span{width: 100% !important;line-height: 35px !important;text-indent: 36px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;}
/*.bencandy_art_content2 div{width: 100% !important;line-height: 35px !important;text-indent: 36px !important;font-family: Microsoft Yahei !important;font-size: 16px !important;margin-left:0px !important;padding-left:0px !important;}*/
.bencandy_art_content2 p img{max-width: 900px !important;height: auto !important;text-align: center;margin: 0 auto;}
.bencandy_art_content2 table{border: 0px solid #ccc !important;padding: 5px !important;margin-left:35px !important;color: #333 !important;max-width: 900px !important;}
.bencandy_art_content2 table tr{border: 1px solid #ccc !important;}
.bencandy_art_content2 table td{border: 1px solid #ccc !important;padding: 6px !important;}
.bencandy_art_content2 table p {text-indent: 0px !important;}

/*bencandy_106.php*/
.bencandy_art_content .e_qustion{}
.bencandy_art_content .e_qustion_item{border-bottom: 1px dotted  #D3D3D3;margin-bottom: 20px;padding-bottom: 10px;}
.bencandy_art_content .e_qustion_title{text-align: left;font-weight: bold;}
.bencandy_art_content .e_qustion_title .req{color: red;}
.bencandy_art_content .e_qustion_option{text-align: left;}
.bencandy_art_content .e_qustion_option .radio1{margin-right: 10px;}
.bencandy_art_content .e_qustion .submit{padding: 0 30px; height: 35px;cursor:pointer;margin-top: 20px;}
.bencandy_art_content .e_qustion .your_right_answer{text-align:left;padding-bottom: 10px;}
.bencandy_art_content .e_qustion .your_wrong_answer{text-align:left;}
.bencandy_art_content .e_qustion .the_right_answer{text-align:left;padding-bottom: 10px;}
.bencandy_art_content .e_qustion  .yzm{text-align:left;font-weight: bold;}
.bencandy_art_content .e_qustion  .yzm #yz_Img{cursor: pointer;}

}