<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body {
	background: #fff none repeat scroll 0 0;
    font-family: "寰蒋闆呴粦";
    font-size:62.5%; 
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}
input, img {
    border: 0 none;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul, li {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, b, i, em, th {
    font-style: normal;
    font-weight: normal;
}
input, select, option {
    border: 0 none;
}
textarea {
    resize: none;
}
table {
    border: 0 none;
}
img{
	height: auto;
}
.white{
	color: #fff;
}

/*娓呮娴姩 DIV*/
.clear {
    clear: both;
}

/*澶撮儴*/
.header{
	height: auto;
	width: 100%;
	background: #eaebeb;
	overflow: hidden;
}
.header .logo img{
	float: left;
	width: 40%;
	margin: 5% 0 5% 6%;
}
.header .menu_search img{
	width: 8%;
	float: right;
	margin: 6% 6% 5% 0;
}
/*瀵艰埅 鎼滅储*/
.nav{
	background: rgba(0,0,0,0.9);
	width: 60%;
	position: fixed;
	top: 0;
	z-index: 9999;
	display: none;
	right: -100%;
}
.close{
	cursor: progress;
}
.close img{
	width: 8%;
	float: right;
	margin: 10% 10% 5% 0;
}

.nav ul{
	padding: 30% 10% 20%;
}
.nav ul li{
	margin: 10% 0;
}
.nav ul li.active a{
	background: url(../images/nav_h.png) no-repeat left center / 10px 10px;
}
.nav ul li input{
	background: rgba(255, 255, 255, 0.4) url("../images/search.png") no-repeat scroll 10px center / 20px 20px;
    border-radius: 5px;
    font-size: 16px;
    padding: 4% 0 3% 20%;
    width: 80%;
}
.nav ul li a{
	background: url(../images/nav_m.png) no-repeat left center / 10px 10px;
	font-size: 16px;
	padding-left: 12%;
	color: #fff;
	letter-spacing: 1px;
	display: block;
}

/*搴曢儴*/
.footer{
	overflow: hidden;
}
.footer_cont{
	background: #2d2d32;
	padding: 10% 0;
	overflow: hidden;
}
.footer_cont a {
	margin-left: 8.8%;
	width: 14%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #9e9e9f;
}
.footer_cont a img{
	width: 100%;
	margin-bottom: 10%;
}
.footer_bottom{
	background: #1e2022;
	border-top: 2px solid #525253;
	text-align: center;
	color: #fff;
	line-height: 24px;
	padding: 3% 0;
	font-size: 12px;
}


/*banner*/
.banner {
	overflow: hidden;
	height: auto;
}
.banner .swiper-container {
    width: 100%;
    height: auto;
}
.banner .swiper-slide ,.news_banner .swiper-slide{
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide ,.news_banner .swiper-container .swiper-wrapper .swiper-slide{
	margin-right: 0px;
	max-height: 340px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide a img,.news_banner .swiper-container .swiper-wrapper .swiper-slide a img{
	display: block;
	float: left;
	width: 100%;
	/*min-height: 340px;*/
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active,.news_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	background: #fff;
}
.banner .swiper-pagination-bullet,.news_banner .swiper-pagination-bullet {
    background: #fff;
    height: 9px;
    width: 9px;
    opacity: 1;
    border: 1px solid #fff;
	background: rgba(0,0,0,0);
}


/*鎼滅储*/
.search{
	background: #282f3b none repeat scroll 0 0;
    border-bottom: 1px solid #6d747f;
    border-top: 1px solid #6d747f;
    padding: 6% 10% 4%;
}
.search input:first-child{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ababad;
    border-radius: 3px;
    color: #b4b4b5;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 95%;
    padding-left: 5%;
}
.search .search_xia{
	display: block;
    margin-top: 6%;
    text-align: center;
}
.search .search_xia img{
	width: 5%;
	height: 6%;
	cursor: pointer;
}

.search ul{
	clear: both;
	display: none;
}
.search ul li{
	background: rgba(0, 0, 0, 0) url("../images/search_right.png") no-repeat scroll 96.5% center / 12px 15px;
    border: 1px solid #ababad;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    margin: 4% 0 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	width: 95%;
    padding-left: 5%;
}
.search ul li h2{
	font-size: 18px;
	float: left;
	margin-right: 15px;
}
.search ul li span{
	font-size: 16px;
}
.search ul li div{
	background: #282f3b none repeat scroll 0 0;
    border: 1px solid #ababad;
    border-radius: 3px;
    display: none;
    left: -1px;
    position: absolute;
    top: 99%;
    width: 95.2%;
    padding-left: 5%;
    z-index: 2;
}
.search ul li a{
	border-bottom: 1px solid #ababad;
    color: #a7a7a7;
    display: block;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    width: 94%;
}
.search ul li a:hover{
	color: #fff;
}
.search ul li a:last-child{
	border: none;
}
.search ul li:last-child {
	height: auto;
	border: none;
	background: none;
	text-align: center;
}
.search ul li:last-child a{
	background: #6101d3 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin: 8% 0 0 28.5%;
    text-align: center;
    width: 38%;
}
.search ul li .div_city{
	padding-left: 4%;
	width: 96.2%;
}
.search ul li .div_city p{
	overflow: hidden;
	border-bottom: 1px solid #ababad;
	width: 94%;
	padding-left: 2%
}
.search ul li .div_city p:last-child{
	border: none;
}
.search ul li .div_city a{
	border-bottom: medium none;
    float: left;
    width: 20%;
}

.search ul input[type='submit']{
	background: #6101d3 none repeat scroll 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: -4%;
    padding: 0;
    width: 44%;
    -webkit-appearance: none;
}


/*鍦板尯*/
.region{
	margin: 10.5% 5% 6%;
    overflow: hidden;
    padding-bottom: 10%;
}
.region .swiper-container{
	overflow: visible;
}
.region .swiper-container .swiper-wrapper .swiper-slide a{
	/*background: #6101d3 url("../images/jia.png") no-repeat scroll center 90% / 36px 36px;*/
	background: #6101d3;
    border-radius: 3px;
    display: block;
    height: 50%;
    padding: 10% 5% 15%;
    width: 90%;
}
.region .swiper-container .swiper-wrapper .swiper-slide a h1{
	color: #fff;
	font-size: 24px;
	margin-bottom: 5%;
	height: 110px;
	overflow: hidden;
}
.region .swiper-container .swiper-wrapper .swiper-slide a p{
	color: #fff;
	font-size: 16px;
	height: 68px;
	overflow: hidden;
	line-height: 24px;
}
.region .swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -35px;
    left: 0;
    width: 100%;
}
.region .swiper-pagination-bullet,.news_banner .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
	background: rgba(200,201,202,1);
}
.region .swiper-container .swiper-pagination .swiper-pagination-bullet-active,.news_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #717071;
}

/*鍒楄〃*/
.index_list{
	padding: 0 6% 0 6%;
}
.index_list ul {
    border-top: 1px solid #cdcdcd;
    overflow: hidden;
}
.index_list ul li {
    border-bottom: 1px solid #cdcdcd;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    width: 96%;
}
.index_list ul li:nth-child(odd){
    background: #f8f9f9 none repeat scroll 0 0;
}
.index_list ul li a {
    color: #646464;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*.index_list ul li a:hover {
    color: #6101d3;
}*/

/*鍏敤*/
.public_cont{
	margin: 8% 6% 0%;
	overflow: hidden;
	padding-bottom: 5%;
}
.public_cont_title{
	margin-bottom: 5%;
}
.public_cont_title h1{
	border-left:4px solid #6101d3;
	padding-left: 10px;
}
.public_cont .swiper-container{
	overflow: visible;
}
.public_cont .swiper-button-next, .public_cont .swiper-button-prev{
	margin: 0;
	width: 40px;
	height: 30px;
	top: -44px;
}
.public_cont .swiper-button-prev{
	background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll 0 0 / 40px 30px;
	right: 45px;
}
.public_cont  .swiper-button-next {
	right: 0%;
	background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll 0 0 / 40px 30px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a img{
	width: 100%;
    height: auto;
    margin-bottom: 4%;
    min-height: 218px;
    max-height: 218px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a h2{
	color: #3c3c3c;
    border-top: 1px solid #dadbdb;
    padding-top: 4%;
    font-size: 20px;
    margin-bottom: 1%;
    height: 56px;
    overflow: hidden;
    line-height: 28px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a p{
	font-size: 15px;
	color: #787878;
	margin: 2% 0 1% 0;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a time{
	background: rgba(0, 0, 0, 0) url(../images/time.png) no-repeat scroll left center / 15px 15px;
    margin-right: 30px;
    padding-left: 25px;
    display: flex;
    margin-bottom: 5px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a strong{
	background: rgba(0, 0, 0, 0) url("../images/place.png") no-repeat scroll 2px center / 11px 15px;
	padding-left: 25px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a span{
	margin-top: 45%;
    position: absolute;
    background: #6101d3;
    color: #fff;
    padding: 5px 8px;
    letter-spacing:1px;
    z-index: 2;
    font-size: 14px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a b{
	position: absolute;
	right: 5px;
	margin-top: 55%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
}
.public_cont .swiper-container .swiper-wrapper .swiper-slide a.public_cont_a{
	border: 2px solid #6101d3;
	border-radius: 3px;
	color: #6101d3;
	padding: 5px 10px;
	display: inline-block;
	margin: 3% 0 0 0;
	font-size: 15px;
}




/*emba 椤甸潰澶撮儴*/
.emba_banner{
	overflow: hidden;
	width: 100%;
	height: auto;
	background: url(../images/emba_banner.jpg) no-repeat center center / 100% 100%;
}
.emba_banner img{
	width: 100%;
	height: auto;
	float: left;
}
.emba_banner_cont{
	padding: 8% 6%;
	width: 88%;
}
.emba_banner_cont h1{
	font-size: 22px;
	color: #fff;
}
.emba_banner_cont h2{
	margin-top: 3%;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.emba_banner_cont time{
	background: url(../images/time.png) no-repeat left center / 15px 15px;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
	margin: 2% 0 1% 0;
	display: block;
}
.emba_banner_cont p{
	background: url(../images/place.png) no-repeat 1px center / 12px 15px;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
}
.emba_banner_cont a{
	width: 34%;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #6101d3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 20px 0 0 18px;
	letter-spacing: 1px;
}

/*娲诲姩鎶ュ悕 棣栭〉*/
.activity_banner{
	overflow: hidden;
	width: 100%;
	height: auto;
	
}
.public_swiper3 .swiper-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.public_swiper3 .swiper-container .swiper-slide{
	overflow: hidden;
	max-height: 240px;
}
.public_swiper3 .swiper-pagination-fraction, .swiper-pagination-custom,.public_swiper3  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    left: 6%;
    width: auto;
}
.public_swiper3 .swiper-container .swiper-pagination .swiper-pagination-bullet{
	background: rgba(225,225,225,0.2);
    height: 10px;
    width: 10px;
    opacity: 1;
}
.public_swiper3 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: rgba(225,225,225,1);
}
.public_swiper3 a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #fff;
}
.public_swiper3 a img{
	width: 100%;
	height: auto;
	float: left;
	min-height: 200px;
}
.public_swiper3 a div{
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 88%;
	padding: 8% 6%;
}
.public_swiper3 a div h1{
	font-size: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.public_swiper3 a div time{
	background: url(../images/time.png) no-repeat left center / 15px 15px;
}
.public_swiper3 a div strong{
	background: url(../images/place.png) no-repeat 1px center / 12px 15px;
}
.public_swiper3 a div time,.public_swiper3 a div strong{
	padding-left: 20px;
	display: block;
	margin-top: 3%;
	font-size: 16px;
}
.public_swiper3 a div p{
	font-size: 16px;
    color: #fff;
    margin-top: 3%;
    height: 94px;
    overflow: hidden;
}
.public_swiper3 a div p b{
	color: #6101d3;
}

.activity_search{
	background: #eeeeef;
	width: 88%;
	padding: 6%;
}
.activity_search_city{
	text-align: center;
}
.activity_search_city a{
	font-size: 18px;
	color: #787878;
	padding: 0 4%;
	border-right: 1px solid #aeaeae;
}
.activity_search_city a.active{
	color: #6101d3;
}
.activity_search_city a:first-child{
	padding-left: 0;
}
.activity_search_city a:last-child{
	border: none;
	padding-right: 0;
}
.activity_search input{
	background: url(../images/search.png) no-repeat 10px center / 20px 20px #fff;
	width: 88%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddede;
	border-radius: 5px;
	padding-left: 12%;
	margin-top: 5%;
	font-size: 16px;
	color: #787878;
}

/*娲诲姩鎶ュ悕*/
.activity_list{
	padding: 6%;
	overflow: hidden;
}
.public_h1{
	font-size: 24px;
	margin-bottom: 5%;
}
.activity_list ul{
	overflow: hidden;
}
.activity_list ul li{
	margin-bottom: 8%;
}
.activity_list ul li a{
	display: block;
	position: relative;
}
.activity_list ul li a h1{
	color: #fff;
    font-size: 28px;
    left: 6%;
    position: absolute;
    bottom: 33%;
    z-index: 1;
    padding-right: 1%;
}
.activity_list ul li a img{
	width: 100%;
    height: auto;
    margin-bottom: 4%;
    max-height: 210px;
    min-height: 210px;
}
.activity_list ul li a h2{
	color: #3c3c3c;
	border-top: 1px solid #dadbdb;
	padding-top: 4%;
	font-size: 20px;
	margin-bottom: 1%;
}
.activity_list ul li a p{
	font-size: 15px;
	color: #787878;
	margin: 2% 0 1% 0;
}
.activity_list ul li a time{
	background: rgba(0, 0, 0, 0) url("../images/time.png") no-repeat scroll left center / 15px 15px;
    margin-right: 30px;
    padding-left: 25px;
    margin-bottom: 5px;
    display: flex;
}
.activity_list ul li a strong{
	background: rgba(0, 0, 0, 0) url("../images/place.png") no-repeat scroll 2px center / 11px 15px;
	padding-left: 25px;
}
.activity_list ul li a span{
	top: 160px;
    position: absolute;
    background: #6101d3;
    color: #fff;
    padding: 5px 8px;
    letter-spacing:1px;
    z-index: 2;
    font-size: 14px;
    left: 0;
}
.activity_list ul li a a b{
	position: absolute;
	right: 5px;
	margin-top: 55%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
}
.activity_list ul li a.public_cont_a{
	border: 2px solid #6101d3;
	border-radius: 3px;
	color: #6101d3;
	padding: 5px 10px;
	display: inline-block;
	margin: 3% 0 0 0;
	font-size: 15px;
}



/*娲诲姩鎶ュ悕璇︽儏椤甸潰*/
.activity_view_cont{
	width: 88%;
	padding: 6%;
	overflow: hidden;
}
.activity_view_cont_top{
	overflow: hidden;
	display: block;
	margin-bottom: 8%;
}
.activity_view_cont_top img{
	float: left;
	border-radius: 5px;
	width: 50%;
	height: auto;
}
.activity_view_cont_top h1{
	color: #3e3a39;
	margin: 100px 0 0 10%;
	float: left;
	font-size: 16px;
}
.activity_view_cont_top h1 b{
	display: block;
	margin-top: 1%;
	color: #8d8d8d;
	font-size: 18px;
}
.activity_view_cont h2{
	font-size: 22px;
	color: #6101d3;
	margin: 5% 0 2% 0;
}
.activity_view_cont p{
	font-size: 14px;
	color: #717071;
	line-height: 24px;
	text-align: justify;
	word-wrap:break-word;
}
.activity_view_cont img{
	width: 100%;
	height: auto;
}


/*鐑偣鍏虫敞*/
.news_list{
	padding: 6%;
	overflow: hidden;
}
.news_list ul{
	overflow: hidden;
}
.news_list ul li{
	width: 100%;
	margin-bottom: 6%;
}
.news_list ul li a{
	overflow: hidden;
    display: block;
    position: relative;
    min-height: 70px;
    max-height: 70px;
}
.news_list ul li a img{
	float: left;
	width: 35%;
	margin-right: 5%;
}
.news_list ul li a h2{
	float: left;
    width: 45%;
    font-size: 16px;
    height: 50%;
    color: #595757;
    max-height: 66px;
    overflow: hidden;
}
.news_list ul li a time{
	position: absolute;
	right: 3%;
	bottom: 0%;
	font-size: 14px;
	color: #b4b4b5;
}

/*鐑偣鍏虫敞  璇︽儏椤甸潰*/
.news_view{
	padding: 3% 3%;
	overflow: hidden;
}
.news_view_top{
	border-bottom: 1px solid #dbdcdc;
	padding: 0 0 5% 0;
	overflow: hidden;
	line-height: 30px;
}
.public_strong{
	display: block;
	float: left;
	width: 18%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #6101d3;
	margin-right: 10px;
	font-size: 16px;
	letter-spacing: 1px;
}
.news_view_top a,.news_school_list ul li a div i,.xin{
	float: right;
	cursor: pointer;
	font-size: 16px;
	color: #9e9e9f;
	padding-left: 30px;
	background: url(../images/xin.png) no-repeat left center / 24px 24px;
}
/*鏉ユ簮*/
.source{
	padding: 3% 0 1% 0;
	color: #787878;
	font-size: 14px;
}
.source time{
	margin-top: 2%;
	display: block;
}
/*鏂囩珷*/
.article {
	font-size: 16px;
	color: #717071;
	line-height: 26px;
	text-align: justify; 
	padding-top: 10px;
}
.article img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}

/*鐑偣鍏虫敞  璇︽儏椤甸潰 鍏嶈矗澹版槑*/
.liability{
	margin: 10% 0 5% 0;
	overflow: hidden;
}
.liability h3{
	font-size: 17px;
	color: #3e3a39;
}
.liability p{
	color: #717071;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}

/*鐑偣鍏虫敞  璇︽儏椤甸潰 鍒嗛〉*/
.public_paging{
	border-top: 1px solid #dbdcdc;
	padding: 5% 0;
	overflow: hidden;
}
.public_paging a{
	background: #dbdcdc;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 70px;
	color: #9e9e9f;
	margin-right: 15px;
	font-size: 14px;
}
.public_paging a:hover{
	color: #6101d3;
}

/*瑙嗛鍒楄〃 椤甸潰*/
.video_header .activity_search_city a{
	font-size: 16px;
}
.video_list ul li a{
	overflow: hidden;
}
.video_list ul li a i,.video_view a i{
	background: rgba(0, 0, 0, 0.8) url(../images/video.png) no-repeat center center / 80px 80px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.video_list ul li a strong{
	display: block;
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #6101d3;
	margin-right: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0;
	margin-top: 3%;
}
/*瑙嗛 璇︽儏椤甸潰*/
.video_view{
	overflow: hidden;
}
.video_view a{
	position: relative;
	display: block;
}
.video_view a img{
	width: 100%;
	height: auto;
	float: left;
}

/*闄㈡牎褰�*/
.public_swiper3 .school_banner{
	padding-top: 14%;
}
.public_swiper3 .school_banner h1{
	font-size: 36px;
}
.public_swiper3 .school_banner p{
	margin-top: 2%;
}
/*娴忚鍘嗗彶*/
.history{
	overflow: hidden;
	margin: 10% 0 0 0;
}
.history h2{
	font-size: 18px;
	color: #3e3a39;
}
.history a{
	background: url(../images/yuan.png) no-repeat left 6px;
	padding-left: 15px;
	font-size: 16px;
	color: #717071;
	display: block;
	margin-top: 3%;
}

/*闄㈡牎璧勮*/
.public_swiper3 .news_school_banner p{
	font-size: 14px;
}
.news_school_list{
	padding: 8% 6%;
	overflow: hidden;
}
.news_school_list ul li{
	margin-bottom: 8%;
	overflow: hidden;
}
.news_school_list ul li a h1{
	font-size: 20px;
	color: #3c3c3c;
	font-weight: bold;
	line-height: 32px;
}
.news_school_list ul li a p{
	font-size: 14px;
	color: #717071;
	padding: 2% 0 4%;
	text-align: justify;
	line-height: 22px;
}
.news_school_list ul li a p b{
	color: #6101d3;
}
.news_school_list ul li a img{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 3%;
}
.news_school_list ul li a time{
	font-size: 14px;
	color: #787878;
	display: block;
	margin: 0 0 5% 0;
}

.news_school_list ul li a div{
	line-height: 30px;
	overflow: hidden;
	border-bottom: 2px solid #e0e0e1;
	padding-bottom: 5%;
}

/*闄㈡牎褰曡鎯呴〉闈�*/
.school_vive_cont{
	overflow: hidden;
	padding: 8% 6%;
}
.school_vive_cont h1{
	font-size: 22px;
	margin-bottom: 6%;
}

a.school_view_cont_header {
    border: 1px solid #6101d3;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "寰蒋闆呴粦";
    font-size: 14px;
    height: 38px;
    letter-spacing: 2px;
    line-height: 38px;
    padding-left: 35px;
}
a.school_view_cont_header:hover {
    color: #fff;
}
.jia {
    background: #6101d3 url("../images/jia1.png") no-repeat scroll 12px 12px;
}
.jian {
    background: #6101d3 url("../images/jian1.png") no-repeat scroll 12px 12px;
}
.school_view_cont_list {
    display: block;
    overflow: hidden;
}
.school_view_cont_list ul {
    background: #fff none repeat scroll 0 0;
    padding: 5% 0 6% 0;
}
.school_view_cont_list ul li {
    display: block;
    font-family: "寰蒋闆呴粦";
    overflow: hidden;
    padding: 0 15px;
}
.school_view_cont_list ul li:nth-child(2n+1) {
    background: #f8f9f9 none repeat scroll 0 0;
}

.school_view_cont_list ul li h3 {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 25%;
    font-size: 14px;
    color: #646464;
}
.school_view_cont_list ul li p {
    color: #646464;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 38px;
    width: 75%;
}
.school_view_cont_list ul li p.linegao24 {
    line-height: 24px;
    padding: 4px 0;
}</pre></body></html>