@charset "utf-8";
*{margin:0;padding:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-size:16px; font-family: PingFang SC,Arial,sans-serif;color:#444;background:#fff;line-height:1.6}
li,ul{list-style:none}
a{color:#444;text-decoration:none;-webkit-transition:background-color .15s linear,color .15s linear;-moz-transition:background-color .15s linear,color .15s linear;-o-transition:background-color .15s linear,color .15s linear;-ms-transition:background-color .15s linear,color .15s linear;transition:background-color .15s linear,color .15s linear}
button{outline:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
a:focus{outline:0}
a:hover{text-decoration:none;color:#007bff}
h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:20px;}
h4{font-size:18px;}
h3 i{color:#ff6666}
.fl{float:left;}
.fr{float:right;}
img{max-width:100%;}
p{margin:6px 0;text-align: justify;text-justify: distribute-all-lines;word-wrap:break-word;}
h4{margin:16px 0;}
/* 全局属性结束 */
/* header */
header{overflow:hidden;display:block;background:#0075b9;}
header ul{float:right;}
header ul li{float:left;margin:0 8px;border:none;}
header a{color:#fff;padding:10px;display:block;}
header a:hover{color:#0075b9;background:#fff;}
header .on{color:#0075b9;background:#fff;}
/* 主体 */
.w1200{width:1200px;overflow:hidden;padding:10px;margin:0 auto;display:block;}
.title{margin:20px 0;}
.title .number{float:left;border-right:1px dashed #0075b9;padding-right:10px;margin-right:10px;font-size:40px;line-height:30px;font-family:Georgia, "Times New Roman", Times, serif;color:#0075b9}
.title .site{font-size:20px;color:#0075b9;}
.title h1{}
/* 提交网站 */
.tijiao{margin-top:10px;}
.tijiao h1{text-align:center;margin:30px 0;}
.tijiao h4{margin-top:30px;}
.tijiao p{margin:0;}
.tijiao ul{margin-top:30px;}
.tijiao ul li{margin-bottom:16px;}
.tijiao input{width:100%;height:40px;padding:5px;border:1px solid #bbb}
.tijiao textarea{width:100%;padding:5px;border:1px solid #bbb}
.tijiao .button{border:none;background:#0c2166;width:100px;padding:10px;color:#fff;border-radius:10px;}
.tijiao .button:hover{background:#e2212e;}

/* 底部footer样式 */
footer{overflow:hidden;padding:20px 0;}
footer p{font-size:14px;text-align:center;}
footer p a{margin:0 5px}
/* 返回顶部 */
#to-top .tijiao{position:fixed;bottom:220px;right:2px;width:50px;height:50px;background:#78c340;font-size:30px;text-align:center;}
#to-top .tijiao a{color:#fff;}
#to-top .top{position:fixed;bottom:168px;right:2px;width:50px;height:50px;background:#4e6ef2;padding:12px;}

/* 自适应代码 */
@media only screen and (max-width: 1200px) {
	.w1200{width:96%;margin:0 auto;}
	.changyong{margin-top:10px;}
	.changyong ul li{font-size:14px;}
	.main .article .liebiao h4{max-height:50px;overflow:hidden;}
}
@media only screen and (max-width: 840px) {
	.main,.celan{width:100%;}
	.changyong ul li{text-align:center;font-size:12px;width:23%}
	.changyong ul li .icon{float:none;}
	.main .daohang .wangzhi li{width:46%;}
	.time{display:none;}
	.list .content .wangzhan li{width:49%;margin-bottom:10px;}
	.list .content .wangzhan li:nth-child(2n){margin-right:0;}
}
@media only screen and (max-width: 640px) {
    #to-top{display:none;}
	.main .article .liebiao .pic{width:120px;}
	.main .article .liebiao .zhaiyao{display:none;}
	.main .article .liebiao h4{margin-bottom:10px;}
	.baidu .logo img{width:98px;}
	.main .daohang .lanmu{width:50px;}
	.list .menu{width:20%;}
	.list .menu li img{display:block;margin:3px auto}
	.list .content{width:78%;}
	.list .content .wangzhan li h4{font-size:15px;}
	.list .content .show .infor{text-align:center;}
	.list .content .show .infor img{float:none;width:80px;}
	.list .content .show .infor .lianjie{width:100%;position:static;float:none;margin-top:20px;}
	.bibei ul li{width:49.5%;}
	.bibei ul li:nth-child(5n){margin-right:1%;}
	.bibei ul li:nth-child(2n){margin-right:0;}
}