
*{
	margin:0;
	padding:0;
}
.wrap{
	max-width:1300px;
	min-width:1000px;
	min-height:600px;
	margin:0 auto;
	background:#eee;
}
.callInstruction{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	clear:both;
        margin-bottom:30px;
}
.callInstruction img{
	width:100%;
}
.instructLeft{
	/* float:left;
	width:44%; */
        
        width:60%;
        
        background:#fff;

	margin: 0 auto;
        padding-left:1%;
 
        border:1px solid #fff;  
	/* border-right: 2px dashed #d8d8d8; */
	
}
.instructRight{
	/*
        float:right;
	width:45%;
        
        */
        padding-left:1%;
	width:60%;
        margin:0 auto;
        background:#fff;
        border:1px solid #fff;
        border-top:none;
        
        
}
.instructTitle{
	height:24px; 
	line-height:24px;
	font-size: 24px;
	text-align: center;
	margin-bottom:25px;
        margin-top:25px;
}
.leftTitle,.rightTitle{
	text-align:center;
	height:30px;
	line-height:30px;
	font-size: 18px;
	margin-bottom:30px;
}
.leftContent p{
	height:30px;
	line-height:30px;
	font-size: 16px;
	margin-bottom:25px;
}
.callInstruction p.littleTitle{
	font-size: 14px;
	text-indent: 10px;
	margin-bottom:16px;
}
.leftContent ul{
	width:100%;	
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
	border-left:1px solid #000;
	border-top:1px solid #000;
	margin-bottom:25px;
}
.leftContent ul li{
	width:25%;
	float:left;
	list-style:none;
	text-align: center;
	font-size: 16px;
	height:44px;
	line-height: 44px;
	box-sizing: border-box;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.rightContent p {
	height:30px;
	line-height:30px;
	font-size: 16px;
	margin-bottom:25px;
}
.urlAddress{
      display:inline-block;
}
@media screen and (max-width:1150px){
	.urlAddress{
		display: inline-block;
		text-indent: 10px;
		height:30px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}
.weiboTable{
	width:100%;
	border-collapse: collapse;
	text-align: center;
}
.weiboTable tr{
       height:30px;
       line-height:30px;
}
.weiboxiu{
    color:#3e3ee0 !important;
}
.weiboxiu:hover{
      text-decoration:underline;
}
.weilink{
      
      word-break:break-all;
      
      margin-bottom:20px;
      
      display: inline-block;
      width:100%;
      text-indent:10px;
}
.weatherPage{
      width:60%;
      margin:0 auto;
      
      margin-bottom:30px;
     
      background:#fff;
}
.weatherPage .weLive{
      height:24px; 
	line-height:24px;
	font-size: 24px;
	text-align: center;
	margin-bottom:25px;
        margin-top:25px;
        
        font-style:normal;
}
.weatherPage p{
      height:30px;
	line-height:30px;
	font-size: 16px;
	margin-bottom:25px;

}
.weatherPage span{
      font-size: 14px;
	text-indent: 10px;
	margin-bottom:16px;
       display:inline-block;
}
.weatherPage img{
   display:inline-block;
   margin-top:10px;
   margin-bottom:30px;
   text-align:center;

}



