﻿@charset "utf-8";
/* CSS Document */
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 0; }
html { background: #f2f2f2; margin: 0 auto; max-width: 640px; background-color: #fff; overflow-x: hidden; }
body {font-family: "宋体";overflow-x: hidden; background: #f2f2f2; max-width: 640px; margin: auto; background: #fff; overflow-y: hidden}
a { text-decoration: none; border: none;}
a:hover { text-decoration: underline; text-decoration: none; }
ul, li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; vertical-align: middle; }
i, em { font-style: normal; }
.clear { clear: both; overflow: hidden; }
/*****************公共的*******************/
.newbanner{width: 100%;}
.newbanner img{width: 100%;}

.newnav{width: 94%;margin: 5% auto;}
.newnav .xwdt{color: #fff;background: #F5741D;}
.newnav ul li{width:22%;font-weight:bold;float: left;margin-left: 2%;background: #eeeeee;border-radius: 3rem;text-align: center;padding: 0.5% 0.5%;color: #808080;}

.addree{width: 94%;margin: 0 auto;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;padding: 2% 0.5%;}
.addree .left{width: 70%;float: left;color: #808080;}
.addree .left img{width: 6%;}
.addree .right{width: 25%;float: right;color: #bb7f56;}
.addree .right img{width:25%;}


.new_list{width: 94%;margin: 5% auto;}
.new_list table{width: 100%;border-color:#eeeeee ;}
.new_list table tr th{padding: 2%;}
.new_list .left{width: 30%;float: left;}
.new_list .left img{width: 100%;}
.new_list .right{width:98%;float: right;padding-right: 2%;}

.new_list .right .title_list{width: 100%;text-align: left;color: #c08a66;padding-top: 1.5%;}
.new_list .right .title_disaction{width: 100%;text-align: left;color: #808080;padding-top: 1%; font-weight:normal;}
.new_list .right .time{width:100%;text-align: left;padding-top: 2%;color: #808080;font-weight:normal;}
.new_list .right .time img{width: 7%;}
.new_list .right .time span:nth-child(2){padding-right: 10%;}
.new_list .new_page{width: 100%;margin: 5% auto;}


@media screen and (min-width:320px){
.newnav ul li{font-size:1.1rem;}	
.addree span{font-size: 1.1rem;}	
.new_list .right .title_list{font-size:1rem;}
.new_list .right .title_disaction{font-size:1rem;}
.new_list .right .time{font-size:1rem;}	
	
}

@media screen and (min-width:370px){
.newnav ul li{font-size:1.2rem;}	
.addree span{font-size: 1.2rem;}	
.new_list .right .title_list{font-size:1.1rem;}
.new_list .right .title_disaction{font-size:1.1rem;}
.new_list .right .time{font-size:1.1rem;}	
	
}

@media screen and (min-width:414px){
.newnav ul li{font-size:1.4rem;}	
.addree span{font-size: 1.4rem;}	
.new_list .right .title_list{font-size:1.2rem;}
.new_list .right .title_disaction{font-size:1.2rem;}
.new_list .right .time{font-size:1.2rem;}	
	
}

@media screen and (min-width:640px){
.newnav ul li{font-size:2rem;}	
.addree span{font-size: 2rem;}	
.new_list .right .title_list{font-size:2rem;}
.new_list .right .title_disaction{font-size:1.6rem;}
.new_list .right .time{font-size:1.5rem;}	
	
}













