﻿/*css reset*/
img{ vertical-align:top;border:none;}
html *{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a{text-decoration: none;}
h1,h2,h3,ul,p,h4,h5,h6,dl,dd,dt,ol{margin:0px;padding:0px;}
strong{font-weight:normal}
form{margin:0;}
/*input,select{padding:0;outline:none;border:0;}*/
/*end reset*/

/*公共样式*/
body{margin:0;font-family: "微软雅黑";background:url(../img/b-bg.png) repeat;}


/*start*/

.container{
	width:100%;
}



/*动态*/
.dongtai .header{
	width:100%;
	height: 150px;
	background: url(../img/head2-bg.png) center 0 no-repeat;
}
.dongtai .header .header-box{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.dongtai .header .header-box .logo{
	display: inline-block;
	background: url(../img/logo.png) left center no-repeat;
	background-size: 16%;
	float: left;
	margin-top: 30px;
	height: 80px;
	line-height: 80px;
}
.dongtai .header .header-box .logo p{
	margin-left:80px;
	font-size:28px;
	font-weight: bold;
	color:#fff;
}
.dongtai .header .header-box .login-box{
	float: right;
	margin-top: 20px;
}
.dongtai .header .header-box .login-box ul li{
	display: inline-block;
	margin-left: 20px;
	list-style: none;
}
.dongtai .header .header-box .login-box ul li a{
	color:#fff;
}
.dongtai .header .header-box .login-box ul li.myname span{
	background: url(../index-img/mycenter.png) center 2px no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 2px;
}

/*.dongtai .content-box{
	width:1200px;
    margin: 0 auto 30px;
}
.dongtai .content-box .location-box{
	margin:10px 0;
	!*background: #fff;
	box-shadow: 1px 2px 5px rgba(0,0,0,.2);*!
}
.dongtai .content-box .location-box h5{
    background: url(../img/my-locationicon.png) 15px center no-repeat;
    background-size: 1.6%;
    line-height: 45px;
    padding-left: 45px;
    font-weight: normal;
    font-size:13px;
}
.dongtai .content-box .location-box h5 a{
    color:#000;
}
.dongtai .content-box .location-box h5 a.on-active{
	color: #1899eb;
}

.content {
	background: #fff;
	padding: 5px 10px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.2);
    margin-bottom: 10px;
}
.box-shadow{
	background: #fff;
	box-shadow: 1px 2px 5px rgba(0,0,0,.2);
}*/

/*footer*/
.footer{
	width:100%;
	min-width: 1200px;
	/*background: #1282d6;*/
	background: #008eff;
	color:#fff;
}
.footer .footer-box{
	width:1200px;
	margin:0 auto;
	padding-top:15px;
}

.footer .footer-box .foot-con {
	display: inline-block;
	float: left;
	margin-right:30px;
}
.footer .footer-box .foot-con ul{
	list-style: none;
}
.footer .footer-box .foot-con ul li{
	font-size:12px;
	line-height: 1.5em;
}
.friend-link{
	/*float: right;*/
	/*max-width: 500px;*/
	/*margin-top: 20px;*/
}
.friend-link ul li{
	border:1px solid #fff;
	padding: 2px 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size:13px;
}
/*.friend-link ul li:first-child{
	background: url(../index-img/hunangov-favicon.ico) left center no-repeat;
	text-indent:15px;
}
.friend-link ul li:nth-of-type(2){
	background: url(../index-img/sxfj-favicon.ico) left center no-repeat;
	text-indent:15px;
}*/
.friend-link ul li a{
	color:#fff;
}
.footer-box p.tips{
	clear: both;
	margin-top: 20px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
}


