<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************/
*{
	padding: 0;
	margin: 0;
}
body{
	color: #000;
	font-size: 12px;
	font-family: "微软雅黑";
	background: #f5f5f5;

}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
html{
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
ol li,ul li,li{
	list-style-type:none;
	vertical-align:middle;
}
input{
	vertical-align:middle;
	outline: none;
}
img {
    border:none;
    vertical-align:middle;
    width:100%;
}
a{
	color: #333;
	text-decoration: none;
}
h1,h2,h3,h4{
	font-weight:normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w320{
	max-width: 640px;
	min-width: 320px;
}
.tlys {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}
.border{
	border-bottom: none !important;
}
.shadow{
	box-shadow: 0 0 0 #fff, /*左边阴影*/
				0 0 0 #fff, /*顶部阴影*/
				0 2px 2px #eee, /*底部阴影*/
				0 0 0 #fff; /*右边阴影*/
}
/**********头部***********/
.header{
	position:fixed;
	top: 0;
	min-width:320px;
	max-width:640px;
	width:100%;
	z-index:9999;
	background: #d92626;
	overflow: hidden;
}
.header dl{
	display: inline-block;
	width: 100%;
	padding: 2% 0;
}
.header dl dt{
	width: 50%;
	padding-left: 3%;
	box-sizing: border-box;
}
.header dl dd{
	width: 50%;
	padding-right: 3%;
	box-sizing: border-box;
}
.header dl img{
	display: inline;
	width: 90%;
}
.header dl dd img{
	float: right;
}
.banner{
	margin-top: 17%;
}
.banner img{
	line-height: 150px;
	width: 100%;
}
/********页面浮动的底部*******/
.bottom-fix{
	width: 100%;
	background: #d43131;
	position: fixed;
	bottom: 0;
	text-align: center;
}
.bottom-fix footer{
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	justify-content: space-between;
    align-content: center;
    display: flex;
}
.bottom-fix footer a{
	display: block;
	color: #fff;
	-webkit-box-flex:1;
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
	box-sizing: border-box;
}
.bottom-fix footer a p{
	line-height: 20px;
}
.bottom-fix footer a span{
	margin-top: 5px;
}
.bottom-fix .home span{
	width: 21px;
	height: 20px;
	display: inline-block;
	background: url(../images/ico-home.png) no-repeat;
	background-size: 21px 20px;
}
.bottom-fix .consult span{
	height: 20px;
	width: 26px;
	display: inline-block;
	background: url(../images/ico-consult.png) no-repeat;
	background-size: 26px 20px;
}
.bottom-fix .synopsis span{
	height: 20px;
	width: 23px;
	display: inline-block;
	background: url(../images/ico-synopsis.png) no-repeat;
	background-size: 23px 20px;
}
.bottom-fix .refulgence span{
	height: 20px;
	width: 25px;
	display: inline-block;
	background: url(../images/ico-refulgence.png) no-repeat;
	background-size: 25px 20px;
}
/************主题内容****************/
.app-nav{
	overflow: hidden;
	background: #fff;
	padding: 7px 15px;
	margin-bottom: 20px;
}
.app-link{
    width: 20%;
    float: left;
    /*height: 119px;*/
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #7f7f7f;
    text-align: center;
    display: block;
    border: 0;
}
.app-nav a,.app-nav:hover{
	outline: none;
}
.app-nav .app-link img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    border: 0;
}
.app-link span{
	font-size: 14px;
	color: #333;
	/*line-height: 39px;*/
	font-weight: 600;
}
@media screen and (max-width: 319px) {
	.app-link{
	    width: 20%;
	    float: left;
	    font-size: 12px;
	    margin-bottom: 10px;
	    text-decoration: none;
	    color: #7f7f7f;
	    text-align: center;
	    display: block;
	    border: 0;
	}
	.app-nav .app-link img {
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin: 10px auto;
	    border: 0;
	}
	.app-link span{
		font-size: 10px;
		color: #333;
		font-weight: 600;
	}
}
@media screen and (min-width:320px) and (max-width:375px){
	.app-link{
	    width: 20%;
	    float: left;
	    font-size: 12px;
	    margin-bottom: 10px;
	    text-decoration: none;
	    color: #7f7f7f;
	    text-align: center;
	    display: block;
	    border: 0;
	}
	.app-nav .app-link img {
	    display: block;
	    width: 45px;
	    height: 45px;
	    margin: 10px auto;
	    border: 0;
	}
	.app-link span{
		font-size: 12px;
		color: #333;
		font-weight: 600;
	}
}
@media screen and (min-width:376px) and (max-width:414px){
	.app-link{
	    width: 20%;
	    float: left;
	    font-size: 14px;
	    margin-bottom: 10px;
	    text-decoration: none;
	    color: #7f7f7f;
	    text-align: center;
	    display: block;
	    border: 0;
	}
	.app-nav .app-link img {
	    display: block;
	    width: 50px;
	    height: 50px;
	    margin: 10px auto;
	    border: 0;
	}
	.app-link span{
		font-size: 14px;
		color: #333;
		font-weight: 600;
	}
}
@media screen and (min-width:415px) and (max-width: 520px){
	.app-link{
	    width: 20%;
	    float: left;
	    font-size: 14px;
	    margin-bottom: 10px;
	    text-decoration: none;
	    color: #7f7f7f;
	    text-align: center;
	    display: block;
	    border: 0;
	}
	.app-nav .app-link img {
	    display: block;
	    width: 55px;
	    height: 55px;
	    margin: 10px auto;
	    border: 0;
	}
	.app-link span{
		font-size: 14px;
		color: #333;
		font-weight: 600;
	}
}
@media screen and (min-width:521px){
	.app-link{
	    width: 20%;
	    float: left;
	    font-size: 14px;
	    margin-bottom: 10px;
	    text-decoration: none;
	    color: #7f7f7f;
	    text-align: center;
	    display: block;
	    border: 0;
	}
	.app-nav .app-link img {
	    display: block;
	    width: 60px;
	    height: 60px;
	    margin: 10px auto;
	    border: 0;
	}
	.app-link span{
		color: #333;
		font-weight: 600;
	}
}

.app-campus .campus-list{
	padding: 7px 10px;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.campus-l{
	width: 15%;
	font-size: 14px;
	font-weight: bold;
}
.campus-r{
	width: 85%;
	float: left;
}
.campus-r a{
	display: block;
	width: 33.3%;
	color: #666;
	float: left;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
}
/***************热点********/
.app-hot,.app-video,.app-teacher,
.app-since,.app-art,.app-answer,.app-serve,
.app-campus,.app-badge,.app-dimension{
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.hot-title{
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e60000;
}
.hot-title h2{
	text-indent: 10px;
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: 700;
}
.hot-title span{
	 margin: 0 10px;
	 font-size: 14px;
	 color: #999!important;
}
.hot-title span a{
	color: #999;
}
.app-hot ul{
	margin: 0 10px;
	box-sizing:border-box;
}
.app-hot ul li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.app-hot ul li:last-child{
    border-bottom:0;
}
.hot-cur{
	overflow: hidden;
	position: relative;
}
.hot-cur .hot-cur-img{
	width: 30%;
}
.hot-cur .hot-cur-con{
	width: 70%;
	padding-left: 20px;
	box-sizing: border-box;

}
.hot-cur-con h5{
	color: #4c4c4c;
	font-size: 14px;
}
.hot-cur-con span{
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.app-hot ul li p{
	float: left;
	font-size: 12px;
	width: 75%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.badge-list {
	padding: 10px;
	overflow: hidden;
}
.badge-list li{
	width: 50%;
	padding: 10px 5px 5px 5px;
	list-style-type: none;
	float: left;
	box-sizing: border-box;
}

.badge-list li img{
	height: 93px;
}

@media screen and (min-width:320px) and (max-width:375px){
	.badge-list li img{
		height:100px;
	}
}
@media screen and (min-width:376px) and (max-width:414px){
	.badge-list li img{
		height:120px;
	}
}
@media screen and (min-width:415px) and (max-width: 520px){
	.badge-list li img{
		height:140px;
	}
}
@media screen and (min-width:521px) and (max-width:589px){
	.badge-list li img{
		height:170px;
	}
}
@media screen and (min-width:590px){
	.badge-list li img{
		height:190px;
	}
}
/********页面底部*******/
.app-footer{
	margin: 0 10px 20px 10px;
	overflow: hidden;
}
.app-footer ul li{
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
}
.app-footer li em{
	font-style: normal;
}
.app-dimension {
	padding: 10px 0;
}
.app-dimension ul{
	overflow: hidden;
	margin: 0 10px;
}
.app-dimension ul li{
	width: 50%;
	float: left;
	border: 20px solid #fff;
	box-sizing: border-box;
}
</pre></body></html>