@charset "utf-8";
/*
************  重置  *************
*/
* {
    margin: 0;
    padding: 0;
   font-family: "微软雅黑";
}

img{
	max-width:100%;
    border: none;
}
a{
    color: #333;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 ,strong,b,i,em{
    font-weight: normal; }
em,b,i{
    font-style: normal;
}
ul,li{
    list-style: none;
}
ul:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    display: block;
    clear: both;
}
body{
	font-size:1.2rem;
	}
.bottom li:nth-of-type(3) img{
	padding-top:0.75rem !important;}
.wrap{
    min-width: 16rem;
    max-width: 32rem;
    margin: auto;
    /* color: #fff; */
}


.header, nav, .banner{
    font-size: 0; }

.header {
    width: 32rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center; }
.header img {
   
    vertical-align: middle; }

nav {
    background: #00479d;
    width: 32rem;
    height: 3.5rem;
    padding: 0 1rem;
    color: #fff;
    box-sizing: border-box; }
nav li {
    display: inline-block;
    padding-top: 0.75rem; }
nav li:before {
    content: "";
    display: inline-block;
    height: 0.9rem;
    border-left: 1px solid #1153a4; }
nav li a {
    padding: 0 1.25rem;
    font-size: 1.4rem;
    color: inherit; }


.top {
    height: 2.5rem;
    line-height: 2.5rem;
    background: #00479d;
    width: 32rem; 
    margin-top:1rem;
}
.top a {
    float: right;
    margin-right: 1.75rem;
    color: inherit;
    font-size: 1.1rem; }
.top a:after {
    content: "";
    display: inline-block;
    border-right: 10px solid  transparent;
    border-top: 10px solid  transparent;
    border-left: 10px solid  transparent;
    border-bottom: 11px solid  #fff;
    margin-left: 0.5rem;
    position: relative;
    top: -0.1rem; }


.banner { position:relative;width:100%;}	
.banner img {width:100%;}	

.new-list{margin: 1rem auto;line-height: 2.8rem;color: #333333;}
.new-list ul li{height: 2.8rem;overflow: hidden;border-bottom: 1px #ccc dashed;}
.new-list ul li time{float: right;}

.yyhj{overflow: hidden;}
.yyhj img{width: 48%;float: left;margin: 1%;}
/*
************  底部  *************
*/
.footer{
    width: 32rem;
    height: 11rem;
    box-sizing: border-box;
    padding-top: 1rem;line-height: 1.8rem;font-size: 1rem;
    color: #666666;
    text-align: center;
}
.footer a{color: #666666;}


