/*
仿制请保留署名
www.freebz.net
*/
@charset "UTF-8";
/* 共享框架 */
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{background-color:#ffffff;cursor:auto;font-family:"Microsoft YaHei","simsun","Lucida Grande","Lucida Sans Unicode";font-size:16px;}
html,body{-webkit-text-size-adjust:none;color:#333;}
table{border-collapse:collapse;border-spacing:0;}
cite, u, i, s, em{font-style: normal;text-decoration:none;}
ol,ul,li{list-style:none;vertical-align:middle;}
img{border:none;border-width:0;vertical-align:middle;}
form {padding:0; margin:0;}
a{color:#333;outline:medium none;}
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:underline;}
a:active{star:expression(this.onFocus=this.blur());}

/* 头部 */
.header{background: #F3F4F5;border-bottom:1px solid #E3E3E3;height:40px;width:100%;}
.header-wrapper{height:40px;width:1200px;margin:0 auto;position:relative;}
@media screen and (max-width: 500px) {
    .header-wrapper {width:100%;}
}
.header-left{float:left; width:900px;}
@media screen and (max-width: 500px) {
    .header-left {width:54%;}
}
.logo{width:110px;float:left;font-size:16px;}
@media screen and (max-width: 500px) {
    .logo{width:15%;margin-left: 5%;display:none;}
}
.logo a{height:40px;line-height:40px;border-right:1px solid #E0E0E0;padding-right:30px; color:#43546A;}
.nav{float:left;height:42px; width:540px;font-size:16px;overflow: hidden;}
@media screen and (max-width: 500px) {
    .nav{width:99%; margin-left:1%;overflow:hidden;}
}
.nav li{float:left;height:40px;line-height:40px; margin: 0 20px;}
@media screen and (max-width: 500px) {
    .nav li{margin: 0 4px;}
}
.nav li:nth-child(8n){margin-right:0;}
.nav li a{color: #43546A;text-decoration: none; display:inline-block;}
.nav li.current a,.nav li a:hover{border-bottom:2px solid #4e6ef2;}

.header-right{width:300px;float:right;text-align:right; overflow:hidden;}
@media screen and (max-width: 500px) {
    .header-right{width:45%; margin-right:1%;}
}
/* 会员 */
.quick-links{height:auto;float:right;margin-top:6px;position:relative;}
.quick-links .member{height:20px;border-radius:50px;background-color:#4e6ef2;text-align:center;line-height:20px;padding:4px 14px;float: left;}
.quick-links .member a{color:#fff;}
.quick-links .publish{height:20px;border-radius:50px;background-color:#ff552e;text-align:center;line-height:20px;padding:4px 14px;float: right; margin-left:10px;}
.quick-links .publish a{color:#fff;}
.quick-links li{float: left; height:16px;line-height: 16px;padding: 0 7px;border-left: 1px solid #E0E0E0;margin-top: 6px; max-width:140px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;}
@media screen and (max-width: 500px) {
    .quick-links li{padding: 0 1px; max-width:65px;}
}
.quick-links li:nth-child(1){border-left: none;}
.quick-links li a:link, #quick-links li a:visited{color:#4e6ef2;}
.quick-links li a:hover{color:#4e6ef2;}
.quick-links li.today, #quick-links li.member{color: #666;border: 0 none;}
.quick-links .pay {
	position: absolute;
	right: 165px;
	top:0;
    display: block;
    width: 80px;
    height: 28px;
    overflow: hidden;
    background: url("../img/vip.png") no-repeat center;
}

/* banner */
.banner {color: #fff;text-align: center;height: 120px;background-color: #1b66e6;background-image: url("../img/banner.jpg");background-position: center center;background-repeat: no-repeat;position: relative;}
@media screen and (max-width: 500px) {
    .banner{height: 40px;background-size: contain;width: 90%;padding: 0 5%;}
}
.container{overflow:hidden;width: 1200px;margin: 0 auto;}
@media screen and (max-width: 500px) {
    .container{width:100%;height: 40px;overflow: hidden;}
}
.container a{height:80px;width:200px;display:block;float: left;margin:20px 0 0 0;}
@media screen and (max-width: 500px) {
    .container a{width: 30%;height: 40px;display: inline-block;margin:0;}
	.container a img{width: 100%;height: 40px;background-size: contain;}
}
.container h2{font-size: 30px;color: #fff;float: left;margin-top:35px;font-weight: normal;height: 45px;line-height: 45px;}
@media screen and (max-width: 500px) {
    .container h2{font-size: 12px;margin-top:0;height: 40px;line-height: 40px;}
}
.search{padding:40px 0 0;width: 1200px;margin: 0 auto;text-align: center;position: relative;}
@media screen and (max-width: 500px) {
    .search{width:100%;padding:30px 0 0;}
}
.search h2{font-size:35px;font-weight:700; margin-bottom:40px;}
.search-form{box-sizing:content-box;position: relative;}
.search-form .site-search-form{display: inline-block;}
@media screen and (max-width: 500px) {
    .search-form .site-search-form{width:90%;}
}
.search-form .search-cat{display:inline-block;float:left;width:80px;height:44px;border:none;margin-right:-3px;border-radius:30px 0 0 30px;background:#f8f8f8;text-align:center;text-align-last: center;-webkit-appearance: none;}
.search-form .search-input{background:#f8f8f8;height:44px;line-height:44px;font-size:16px;display:inline-block;float:left;width:800px;font-family:"Microsoft YaHei";text-indent:30px;border-radius:4px 0 0 4px;border:none;outline:none;}
@media screen and (max-width: 500px) {
    .search-form .search-input{width:80%;}
}
.search-form .search-btn{background:#4e6ef2;font-size:16px;height:44px;border:none;color:#fff;display:inline-block;float:left;width:150px;border-radius:0 4px 4px 0;cursor: pointer;}
@media screen and (max-width: 500px) {
    .search-form .search-btn{width:20%;}
}
.notice{overflow: hidden;margin: 20px auto;width: 1200px;}
@media screen and (max-width: 500px) {
    .notice{width:100%;}
}
/* 主体 */
.wrapper,.main{width:1200px; margin:0 auto; overflow:hidden;}
@media screen and (max-width: 500px) {
    .wrapper,.main{width:96%;}
}
.main{margin-top:40px;}
@media screen and (max-width: 500px) {
    .main{margin-top:25px;}
}
.fl{float:left; width:900px; overflow:hidden;}
@media screen and (max-width: 500px) {
    .fl{width:100%;}
}
.fr{float:right; width:280px; overflow:hidden;}
@media screen and (max-width: 500px) {
    .fr{display:none;}
}

.itemize{margin-top:40px;overflow:hidden;}
@media screen and (max-width: 500px) {
    .itemize{margin-top:5px;}
}
.itemize .itemize-explain{
    font-size: 14px;
    color: #4e6ef2;
    margin-left: 125px;
}
.itemize .itemize-group{overflow: hidden;}
.itemize .itemize-title {
    float: left;
    width: 115px;
    color: #666;
    line-height: 50px;
	font-weight: bold;
}

.itemize .itemize-group ul{
    width: 1085px;
    line-height: 50px;
    float: left;
	max-height: 200px;
}
@media screen and (max-width: 500px) {
    .itemize .itemize-group ul{width: 100%;}
}
.itemize .itemize-group ul li {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    cursor: pointer;
}


/* 板块一 */
.news{border: 1px solid #e4e4e4;position: relative;border-radius: 4px;margin-top: 35px;overflow: hidden;}
@media screen and (max-width: 500px) {
    .news{margin-top: 25px;}
}
.news-title{position:absolute;top:-50px;left:0;height:28px;}
.news-title span{height:32px;line-height:32px;}
.news-title-detailed{background: #E5E5E5; height:28px; line-height:28px; padding:15px 0;}
@media screen and (max-width: 500px) {
    .news-title-detailed{padding:10px 5px 10px 0;}
}
.news-title-detailed span{float:left; text-align:center;}
.news-title-detailed span.number{width:18%;}
@media screen and (max-width: 500px) {
    .news-title-detailed span.number{width:30%;}
}
.news-title-detailed span.name{width:62%;}
@media screen and (max-width: 500px) {
    .news-title-detailed span.name{width:70%;}
}
.news-title-detailed span.time{width:20%;}
@media screen and (max-width: 500px) {
    .news-title-detailed span.time{display:none;}
}
.news-content{ overflow:hidden;}
.news-content li{height: 58px;line-height:58px;border-top:1px solid #F2F2F2; padding:0 15px; font-size:15px;}
@media screen and (max-width: 500px) {
    .news-content li{padding:0 5px;}
}
.news-content li span{ text-align:center;display: inline-block;}
.news-content li span.number{width:23%;float: left;}
.news-content li a{float:left;display:inline-block;overflow:hidden;width:80%;height:58px;text-overflow:ellipsis;white-space:nowrap;line-height:58px;}
@media screen and (max-width: 500px) {
    .news-content li a{width:100%;}
}
.news-content li a em{padding:0 3% 0 3%; width:25%; display:inline-block;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media screen and (max-width: 500px) {
    .news-content li a em{width:30%;}
}
.news-content li a:hover{color:#4e6ef2; text-decoration:none;}
.news-content li span.time{width:17%; float:right;color:#99a2aa;}
@media screen and (max-width: 500px) {
    .news-content li span.time{display:none;}
}

.random{margin: 0 auto;position: relative;}
@media screen and (max-width: 500px) {
    .random{margin: 20px auto; }
}
.random h2{
    color: #666666;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
    .random h2{font-size: 18px;margin-bottom:0;}
}
.random-title{
	margin-top: 30px;
    text-align: center;
    left: 30px;
    position: absolute;
    top: 114px;
	}
@media screen and (max-width: 500px) {
    .random-title{display:none;}
}
.random-title span{
    font-size: 20px;
    text-align: center;
    /* position: relative; */
    font-weight: normal;
    width: 30px;
    display: inline-block;
	}
.random-title span i {
    position: absolute;
    right: -33px;
    top: -20px;
    background: #4e6ef2;
    padding: 1px 5px;
    border-radius: 20px 20px 20px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
}	
/* .random-title span:after {
    content: " ";
    width: 20px;
    background: #4e6ef2;
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}*/
.random ul{background-color: #fff;border: 1px solid #e4e4e4;padding:20px 0 ;position: relative;border-radius: 18px;margin: 80px 0 100px; overflow: hidden;width: 1080px;margin-left: 118px;}
@media screen and (max-width: 500px) {
    .random ul{margin: 0;}
}
.random ul a {
    float: left;
    width: 30%;
	margin-left:3%;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 500px) {
    .random ul a{width: 46%;margin-right:0;margin-left:3%;}
}
.random ul a:nth-child(4n){margin-right:0;}

.special{width:288px;height: 428px;float:right;border: 1px solid #e4e4e4;padding: 20px 20px 15px 20px;position: relative;border-radius: 4px;}
@media screen and (max-width: 500px) {
    .special{display:none;}
}
.special-title{position:absolute;top:-15px;left:30px;height:28px;}
.special-title span{padding:10px 30px;width:100px;height:32px;border-radius:4px;background-color:#4e6ef2;color:#fff;text-align:center;line-height:32px;}
.special-content{overflow:hidden;}
.special-content p{color:#282e33;line-height:22px;margin-top:18px; margin-bottom:5px;}
.special-content p i{display:inline-block;width:5px;height:5px;background:url("../img/dot.jpg") left center no-repeat;border-radius: 50%;vertical-align:middle;margin-right: 10px;position:relative;}
.special-list{overflow:hidden}
.special-list.show1{max-height:185px;}
.special-list.show2{max-height:150px;}
.special-list a{display:inline-flex;padding:0 10px;border-radius:4px;border:1px solid #99a2aa;margin:11px 5px 0 0;color:#99a2aa;font-size:12px;height:24px; line-height:24px; overflow:hidden;}
.special-list a:hover{background:#4e6ef2;border:1px solid #4e6ef2;color:#fff;text-decoration:none;}

/* 板块二 */
.list-column{position:relative;margin-top:30px;padding:20px 0 15px;border:1px solid #e4e4e4;border-top:2px solid #4e6ef2;border-radius:4px;zoom:1;}
.list-column-title{position:absolute;top:-28px;left:30px;height:28px;}
.list-column-title h2{padding:10px 12px;width:100px;height:32px;border-radius:4px;background-color:#fff;text-align:center;font-weight:400;font-size:16px;line-height:32px;}
.list-column-title h2 a{color:#333;}
.list-column-title h2 a:hover{color:#4e6ef2;}

.list-column-module1{overflow:hidden;}
.list-column-module1 ul{margin:0 15px;}
.list-column-module1 ul li{float:left;overflow:hidden;box-sizing:border-box;padding-left:32px;width:20%;border-bottom:1px dotted #e3e3e3;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:40px;}

/* 板三块 */
.list-column-module2{padding:0 20px; overflow:hidden;}
.module2-db-row{border-bottom:1px dotted #e3e3e3; overflow:hidden; font-size:14px; padding:15px;}
.module2-db-title{width:8%; display:inline-block;float: left;}
.module2-db-title span{padding:2px 10px;border-radius:4px;background-color:#ffb000;color:#fff;}
.module2-db-content{ width:42%; display:inline-block;float: left;}
.module2-db-content a{margin-right: 20px;}

/* 板块四 */
.list-column-module3{padding:0 20px; overflow:hidden;}
.list-column-module3 li span{display:inline-block;margin-right:15px;padding:3px;width:30px;border-radius:4px;background-color:#4e6ef2;color:#fff;text-align:center;font-weight:700;line-height:1;}
.list-column-module3 li{float:left;overflow:hidden;box-sizing:border-box;padding-left:22px;width:33.33333%;border-bottom:1px dotted #e3e3e3;font-size:14px;line-height:40px;}

.trim{height:auto;}

/* 位置 */
.place{color:#99a2aa;margin:20px auto -20px;height:26px;line-height:26px;overflow:hidden;font-size:14px;}
.place a{color:#99a2aa;}
.place h2,.place strong{font-weight: normal;font-size: 14px;display: inline-block;}
.place em{color:#99a2aa;}

/* 子菜单 */
.submenu{margin-top: -10px;margin-bottom: 20px;}
#submenu-more a{font-weight: 700;letter-spacing:2px}
#remould{padding: 0 60px;}
#remould .module2-db-row{border-bottom: none;padding: 20px;}
#remould .module2-db-row span{background-color: #4e6ef2;padding: 10px;}
#remould .module2-db-content a{margin-right: 40px;}

/* 列表 */
.list{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 60px 5px;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .list{margin-bottom:20px;padding:0;}
}
.list li{
	overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #e3e3e3;
    position: relative;
}
@media screen and (max-width: 500px) {
    .list li{padding:5%;}
}

.list li .list-title{
	height: 32px;
    line-height: 32px;
    margin-top: 5px;
    overflow: hidden;}
.type{background:url("../img/noicon.png") no-repeat scroll center;width: 32px;height: 30px;display: inline-block; float:left;margin-right: 15px;margin-top: 5px;}
@media screen and (max-width: 500px) {
    .type{display:none;}
}
.type.rar{background:url("../img/rar.png") no-repeat scroll center;}
.type.zip{background:url("../img/zip.png") no-repeat scroll center;}
.type.dwg{background:url("../img/dwg.png") no-repeat scroll center;}
.type.doc,.type.docx{background:url("../img/doc.png") no-repeat scroll center;}
.type.pdf{background:url("../img/pdf.png") no-repeat scroll center;}
.type.xls,.type.xlsx{background:url("../img/xls.png") no-repeat scroll center;}
.type.ppt,.type.pptx{background:url("../img/ppt.png") no-repeat scroll center;}
.type.img{background:url("../img/img.png") no-repeat scroll center;}

.type#size{width:18px;height:18px;background-size: contain;margin-top:10px;margin-right: 5px;margin-left: 2px;}

.item{float:left; width:1000px; height:100px;}
@media screen and (max-width: 500px) {
    .item{width:100%; height:70px;}
}
.item .title-detail{font-size:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
@media screen and (max-width: 500px) {
    .item .title-detail{font-size:18px;}
}
.item .number{height: 22px;color: #333; line-height: 22px; margin-top:10px; font-size: 17px; }
@media screen and (max-width: 500px) {
    .item .number{font-size:14px;color: #999;}
}
.item .title-detail a:hover{text-decoration: none; color:#4e6ef2;}
.state{background-color: #5cb85c;position: absolute;right:50px;top:45px;padding: 0 8px;color:#fff;border-radius: 4px;font-size:12px;width:54px;max-height: 15px;text-align:center;font-family: serif;}

.grade{background:url("../img/star.png") no-repeat scroll center; width:70px; height:15px;position: absolute;right: 0;top: 30px;}
.grade.t1{background:url("../img/1star.png") no-repeat scroll center;}
.grade.t2{background:url("../img/2star.png") no-repeat scroll center;}
.grade.t3{background:url("../img/3star.png") no-repeat scroll center;}
.grade.t4{background:url("../img/4star.png") no-repeat scroll center;}
.grade.t5{background:url("../img/5star.png") no-repeat scroll center;}

/* 翻页 */
.page{color:#666;font-size:14px;height:34px;line-height:32px;margin:60px auto 80px;text-align:center;}
@media screen and (max-width: 500px) {
    .page{margin:0 auto 40px;}
}
.page a,.page span,.page i{display:inline-block;height:32px;text-align:center;padding:0 14px;border:1px solid #e4e4e4;border-radius:4px;color:#666;text-decoration:none; margin:0 5px;}
@media screen and (max-width: 500px) {
    .page a,.page span,.page i{height:18px; line-height:17px; padding:0 2px; margin:0 2px;}
}
.page span{border-color:#4e6ef2;background:#4e6ef2;color:#fff;filter:none;font-weight:bold}
.page a:hover{color:#4e6ef2;}
.page span:hover{border-color:#4e6ef2; background:#4e6ef2; color:#fff;}

/* 内容 */
.article{border: 1px solid #e4e4e4;border-radius: 4px;overflow:hidden;margin:0 auto 30px;position: relative;padding: 40px 60px;}
@media screen and (max-width: 500px) {
    .article{padding:4%;}
}
.article .title{margin:0 0 25px;overflow:hidden;position: relative;}
.article .title h1{color:#000;float:left;font-size:28px;font-weight:normal;overflow:hidden;line-height:40px;}
@media screen and (max-width: 500px) {
    .article .title h1{font-size:24px;}
}
.details{overflow: hidden;padding: 0 0 24px;border-bottom: 1px solid #f4f5f6;position: relative; font-size:12px;color:#99a2aa;margin-bottom: 24px;}
@media screen and (max-width: 500px) {
    .details{padding: 0 0 14px;margin-bottom: 14px;}
}
.details strong{font-weight:normal;display: inline-block;float: left;height: 20px;line-height: 20px;font-size: 14px;}
.details span{color:#99a2aa;font-size: 14px;text-align: center;margin-left: 10px;line-height: 20px;}
@media screen and (max-width: 500px) {
    .details span{display: none;}
}
.article .content{line-height:30px;color:#000;letter-spacing: 1.5px;word-wrap: break-word;font-size: 14px;}
.article .content h2{margin:30px 0;font-size: 21px;font-weight: normal; line-height:24px;}
.article .content h3{margin-bottom:30px;font-size: 14px;font-weight: normal; line-height:24px;color: #666;}
.article .content a,.article .content a:hover{text-decoration:none; color:#000;}
.article .content p{line-height:30px;margin-bottom:10px;overflow: hidden;text-align: justify;}
.article .content p#none{display:none;}
@media screen and (max-width: 500px) {
    .article .content p{margin-bottom:10px;}
}
.article .content img,.article .content p img{vertical-align:middle;border: 1px solid #f4f5f6;border-radius: 4px;max-width:640px;_width:expression(this.width>640?"640px":true);margin: 10px 0;}
@media screen and (max-width: 500px) {
    .article .content img,.article .content p img{width:100%;border:none;}
}
.article .content p a{color:#0245DC;text-decoration:underline;}

.description {
    margin-top:-10px;
	margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    .description{margin-top:-20px;}
}
.summary {
    padding:38px 40px 35px 50px;
    margin: 40px auto 30px;
    background: #f8f8f8;
    position: relative;
	border-radius: 4px;
}
.summary i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/summary.png") no-repeat scroll 0 0;
    position: absolute;
    left: 24px;
    top: 24px;
}
.summary p{line-height: 28px;}

.console{margin: 50px auto 40px;overflow: hidden;text-align: center;}
.console .download{display: inline-block;}
.console .download a{background-color:#1CB927;margin-left: 40px;}
.console a{display: inline-block;line-height:28px;border-radius:4px;padding:8px 50px;font-size:16px;width: 60px; text-align:center; margin:0 auto;background-color:#4e6ef2;color:#FFFFFF; text-decoration:none;}
@media screen and (max-width: 500px) {
    .console a{padding:8px 30px;}
}
.console a.download{background-color:#00a600;margin-left: 40px;}
.console a.download-s{background-color:#cccccc;margin-left: 40px;}

.readall{position:relative;z-index:9999;padding:0 0 40px;margin-top:-18rem;text-align:center}
.readall .read-more-mask{height:18rem;background:-moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));background:-webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background:-o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0))}
.read-more-btn{cursor:pointer;font-size:16px;color:#4e6ef2;background:#fff;border-radius:4px;border:1px solid #4e6ef2;line-height:30px;padding:5px 10px;text-decoration:none;display:inline-block;position:relative;width:50%;}
.read-more-btn:active{outline:none;}
.read-more-btn em{margin:0 .1em}
.read-more-btn:after{top:12px;right:10px;width:9px;height:9px;border-left:1px solid #0245DC;border-bottom:1px solid #0245DC;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:"";position:absolute}

.tips{border-top: 1px solid #f4f5f6; padding-top:40px; overflow:hidden; height:20px; line-height:20px;font-size:14px;}
@media screen and (max-width: 500px) {
    .tips{display:none;}
}
.tips p{font-size:12px; color:#99a2aa; float:left;}
.tips .report{float:right; color:#99a2aa;display: none;}

.pagenext{overflow:hidden; height:20px; line-height:20px;font-size:14px;font-size: 12px;color: #99a2aa;display: inline-block;}
.pagenext a{font-size: 12px;color: #99a2aa;}

.list#size{padding: 40px 60px 30px;border: 1px solid #e4e4e4;border-radius: 4px;overflow: hidden;}
@media screen and (max-width: 500px) {
    .list#size{padding:6% 4% 5%;margin-bottom: 30px;}
}
.list#size .list-title{height:24px;line-height:24px;display: block;padding:0 20px; margin:0 0 10px;overflow:hidden;font-size:18px;position: relative;}
.list#size .list-title i{background:#4e6ef2 none repeat scroll 0 0;height:20px;left: 0;overflow: hidden;position: absolute;top:3px;width:4px; border-radius: 4px;}
.list#size .list-title em{color: #e22b00;}
.list#size li{overflow:hidden;padding:10px 0; margin:0;text-overflow:ellipsis;white-space:nowrap; border:none;font-size: 14px;}
.related{float:left;width:600px;}
.related .related-title{overflow:hidden;margin-bottom:10px;width:600px;text-overflow:ellipsis;white-space:nowrap;font-size:16px;}
.related .number{height:22px;color:#99a2aa;font-size:12px;line-height:22px;}

.operation{border: 1px solid #e4e4e4;border-radius: 4px;overflow:hidden; margin-bottom:20px;}
.operation-wrapper{padding: 20px;}
.operation-clear{background:url("../img/clear.png") no-repeat scroll 15px center; display: block; height: 18px; line-height: 18px; text-align: center; font-size: 12px; color:#99a2aa;padding-left:30px;}
.operation-download{overflow:hidden;}
.download-vip{background-color:#488eff;display: block; height: 36px;line-height:36px;text-align: center; border-radius: 4px; font-size: 14px; margin-bottom:20px;}
.download-vip a{color: #fff;text-decoration:none;    display: inline-block;width: 100%;}
#user{color:#99a2aa; font-size: 14px; line-height: 20px;position:relative; padding-left:80px;float: left;}
#user i{background:url("../img/group.png") no-repeat scroll center;width: 77px;position: absolute;left: 0;color:#e0ae5e;height:20px;top:0;border-radius: 4px;image-rendering: -webkit-optimize-contrast;}
#user i#group0{background:url("../img/group0.png") no-repeat scroll center;}
#user i#group1,#user i#group2,#user i#group3,#user i#group4,#user i#group5,#user i#group6,#user i#group7,#user i#group8{background:url("../img/group1.png") no-repeat scroll center;}
#user i#group0vip{background:url("../img/group2.png") no-repeat scroll center;}
#user i#group1vip,#user i#group2vip,#user i#group3vip,#user i#group4vip,#user i#group5vip,#user i#group6vip,#user i#group7vip,#user i#group8vip{background:url("../img/group2.png") no-repeat scroll center;}
.action{overflow:hidden; margin-top:20px;}
.action a{display:inline-block; height: 40px; text-align: left; font-size: 14px; line-height: 40px; color:#99a2aa;}
.action a.collect{ padding-left: 80px;background:url("../img/collect.png") no-repeat scroll 30px center;}
.action a.mistake{ padding-left: 70px;background:url("../img/mistake.png") no-repeat scroll 20px center;}

.classify{overflow: hidden;}
.classify-wrapper{border:1px solid #f4f5f6;border-radius: 4px; border-bottom:none;overflow:hidden;}
.classify-wrapper li{float: left;line-height:34px;width:50%; text-align: center;border-right:1px solid #f4f5f6;border-bottom:1px solid #f4f5f6;box-sizing: border-box; font-size:14px;}
.classify-wrapper li:nth-child(2n){border-right:none;}
.classify-wrapper li a{padding:20px 0;color:#99a2aa;text-decoration:none;display:block;}
.classify-wrapper li:hover{background:#f8f8f8;}

#download{
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 20px;
    padding:20px 20px 35px;
	}
#download a.download,#download .download{
    background-color: #00a600;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 4px; 
	text-decoration:none;
	}
#download a.download,#download .download a{color: #ffffff;text-decoration:none;}
.address{overflow:hidden;margin-bottom: 10px;}
.address a{display:block; height: 40px; text-align: left; font-size: 14px; line-height: 40px; color: #828e9a;text-decoration:none;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.tag{border: 1px solid #e4e4e4;padding:20px 5px 20px 15px;position: relative;border-radius: 4px;margin-bottom:30px;}
@media screen and (max-width: 500px) {
    .tag{display:none;}
}
.tag-title{padding-bottom: 16px;margin-top: 15px;border-top: 1px solid #f4f5f6;position: relative;width:250px;}
.tag h3,.tag h4{font-weight: normal;text-align: center;position: absolute;top: -12px;left: 50%;width:100px;margin-left: -50px;background-color: #fff;font-size:16px;}
.tag-list{overflow:hidden;max-height:310px;}
.tag-list a{display:inline-flex;padding:0 10px;border-radius:4px;border:1px solid #e4e4e4;margin:12px 5px 0 0;color:#99a2aa;font-size:14px;height:24px; line-height:24px; overflow:hidden;}
.tag-list a:hover{background:#4e6ef2;border:1px solid #4e6ef2;color:#fff;text-decoration:none;}

.class_cell{overflow:hidden;}
.class_cell_hd{height:36px;line-height: 36px;text-align: center;color: #FFF;background-color: #4e6ef2;margin-bottom: 20px;border-radius: 4px; font-size:14px;}
.class_cell_bd,.class_cell_list{overflow:hidden;}
.class_cell_list{border:1px solid #f4f5f6;border-radius: 4px; border-bottom:none;}
.class_cell_list li{float: left;line-height:34px;width:50%; text-align: center;border-right:1px solid #f4f5f6;border-bottom:1px solid #f4f5f6;box-sizing: border-box; font-size:14px;}
.class_cell_list li:nth-child(2n){border-right:none;}
.class_cell_list li a{padding:20px 0;color:#99a2aa;text-decoration:none;display:block;}
.class_cell_list li:hover{background:#f8f8f8;}

/*求助*/
.helpfind{border: 1px solid #e4e4e4;padding: 20px;position: relative;border-radius: 4px;margin-bottom: 20px;}
.helpfind img{display: block;width: 100px;margin: 10px auto 20px;}
.helpfind p{font-size: 18px;color: #333;line-height: 20px;padding-bottom: 10px;text-align: center;}
.helpfind p#size{font-size: 12px;color: #999;line-height: 14px;}
.helpfind a{display:block;text-align:center;color:#f55812;line-height:36px;height:36px;border-radius:4px;margin-bottom:10px;font-size:16px;font-weight: bold;text-decoration: underline;}

/*友情*/
.flink{padding:40px 0 70px;overflow:hidden;}
@media screen and (max-width: 500px) {
    .flink{display:none;}
}
.flink-wrapper {width:1200px;margin:0 auto;color: #aaa;font-size: 12px;}
.flink-wrapper span {color: #666;}
.flink-wrapper a{margin-left:8px; color:#666;}
.flink-wrapper a::after{color:#99a2aa;content: "/";display: inline-block;margin-left: 8px;font-size: 12px;height:35px;line-height:35px;}

/* 底部 */
.footer{width: 100%;
    padding:40px 0;    
    background: #F3F4F5;
    font-size: 12px;
    color: #8d9299;
    text-align: center;
    line-height: 28px;
    position: relative;}
.footer-wrapper{width:1200px;overflow:hidden; margin:0 auto;}
@media screen and (max-width: 500px) {
    .footer-wrapper{width:100%;}
}
.footer-wrapper p{ line-height:30px; height:30px;overflow: hidden;}
.footer a{color:#8d9299; margin-right:5px;}

.calculate{ display:none;}

.remind{
    padding:0 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #ff0000;
    background-color: #fcf2e1;
    line-height: 58px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* 快速向上 */
#scrolltop {display:none;position:fixed;bottom:140px;right:80px; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));cursor:pointer;height:70px;width:36px;background:url("../img/arrow.png") no-repeat 0 0;}
@media screen and (max-width: 500px) {
    #scrolltop{right:5%;}
}
#scrolltop:hover{background:url("../img/arrow.png") no-repeat 0 -80px;}