@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif  !important;
    line-height: 1.6;
    color:#404040;
	}
	 /*html,body{
              width: 100%;
          }*/
ul,ol{
	list-style-type:none;
	}
	ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
img{
	border:none;
	display:block;
	}
a:hover, a:focus {
    color:"";
    text-decoration: none;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	}
input:focus,textarea:focus{
	outline:none;
	}
input::-ms-clear{
	display:none;
	}
textarea{
	resize:none;
	}
.lf{
	float:left;
}
.rt{
	float:right;
}
/*全局样式*/
header{
	 position: relative;
}
header p{
	    position: absolute;
    font-size: 20px;
    color: #fff;
    bottom: 0;
    left: 15px;
}
section{
}
.container{
	max-width: 900px;
	padding:0;
}
.country_details{
	padding:0px 10px;
	color: #404040;
    font-weight: bold;
    /*border-bottom: 5px solid #f8f8f8;*/
    font-size: 13px;
}
nav{
}
nav ul{
	width: 100%;
	margin:0;
	padding:5px 0px;
	overflow: hidden;
	text-align: center;
	/*border-top: 5px solid #f8f8f8;*/
	border-bottom: 1px solid #f8f8f8;
	
	background: #fff;
}
nav ul li{
    float: left;
    text-align: center;
    width: 33%;
}
nav ul li a{
	display: inline-block;
	font-size: 14px;
	color:#000000;
	padding:1px 18px;
	font-weight: bold;
}
.s1{
	background: #e17172;
	color:#fff !important;
}
.country i{
	font-size: 16px;
}
.country div{
	
	border-bottom: 5px solid #f8f8f8;
}
.a1{
	overflow: hidden;
}
.a1 b{
	
	font-size: 14px;
	line-height: 1.8;
	
}
.a1 div{
	padding:10px;
}
.a1 div img{
	display: inline-block;
}
.main{
	padding:10px;
	border-bottom: 5px solid #f8f8f8;
}
.main .tit{
	border-left: 5px solid #e17172;    padding-left: 5px;font-size: 14px;
}
.text1{
	  word-break:break-all;
	  display:-webkit-box;
	  -webkit-line-clamp:7;
	  -webkit-box-orient:vertical;
	  overflow:hidden;
}
.a1 img{
	margin: 8px 0px;
}
.more{
	display: block;
	text-align: center;
	color:#9a9191;
	margin-top:10px;
	line-height: 1;
}
.more img{
	margin:0px;
}
.b1{
	width: 8px;
	height:8px;
	border-radius: 50% ;
	background: #e17172;
	display: inline-block;
	    margin-right: 8px;
    margin-bottom: 1px;
}
.tel{
	overflow: hidden;
    line-height: 20px;
    padding:0px 10px;
}
