html,body{
	background:white
}
.block{
	min-width: 100%;
}
.block .box
{
	padding-left:0.1rem;
	padding-right:0.1rem;
	width: auto;
}
.row{
	margin: 0 0.07rem;
}
.row .col
{
	width: 100%;
	margin: 0.14rem 0.07rem 0 0.07rem;
}
.block .box-title
{
	text-align: left;
	height: auto;
    padding-top: 0px;
    padding-bottom: 0.24rem;
    background: 
    	url(../images/point.jpg) no-repeat left bottom,
     	url(../images/point.jpg) no-repeat right bottom, 
     	url(../images/line.jpg) repeat-x bottom;
     background-color: white;
}
.block .box-title span
{
    font-size: 0.2rem;
    line-height: 0.26rem;
    font-weight: 800;
    background: transparent;
    padding: 0 0;
}

.block .warning-title
{
    background: 
    	url(../images/point-warning.png) no-repeat left bottom, 
    	url(../images/point-warning.png) no-repeat right bottom, 
    	url(../images/line-warning.png) repeat-x bottom;
}
.block .warning-title span
{
    color: white;
    background: #ff933a;
    padding:0.1rem 0.1rem;
    border-radius: 0.1rem;
}

.block .info-title
{
    background: 
    	url(../images/point-info.png) no-repeat left bottom, 
    	url(../images/point-info.png) no-repeat right bottom, 
    	url(../images/line-info.png) repeat-x bottom;
}
.block .info-title span
{
    color: white;
    background: #028db0;
    padding:0.1rem 0.1rem;
    border-radius: 0.1rem;
}

.block .success-title
{
    background: 
    	url(../images/point-success.png) no-repeat left bottom, 
    	url(../images/point-success.png) no-repeat right bottom, 
    	url(../images/line-success.png) repeat-x bottom;
}
.block .success-title span
{
    color: white;
    background: #4aac00;
    padding:0.1rem 0.1rem;
    border-radius: 0.1rem;
}

.block .error-title
{
    background: 
    	url(../images/point-error.png) no-repeat left bottom, 
    	url(../images/point-error.png) no-repeat right bottom, 
    	url(../images/line-error.png) repeat-x bottom;
}
.block .error-title span
{
    color: white;
    background: #ff6060;
    padding:0.1rem 0.1rem;
    border-radius: 0.1rem;
}






/*----------------------------------------*/

#header_block .box .container
{
	font-size: 0.16rem;
}
#header_block .box .container a:first-child {
  	margin-right: 0rem;
}
#header_block .box .container a {
  	color: white;
  	margin: 0rem;
}

#header_block .box .container a:last-child {
	margin-left: 0rem;
	padding-left: 0.3rem;
	background-position: 4px 0px;
    background-size: contain;
}
/*--------------------------------------------------*/
#logo_block .box .container
{
	padding: 0.14rem 0;
}
#logo_block .box .container img.logo {
	height: 0.28rem;
	border: 0;
	margin-left: 0;
}
#logo_block .box .container .searchbox{
	height: 0.26rem;
    width: 1rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0;
}
#logo_block .box .container .searchbox input{
	margin: 0 0 0 0.04rem;
	border: 0;
	height: 0.26rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
	width: 0.66rem;
}
#logo_block .box .container .searchbox a img{
	margin: 0.02rem 0 0 0.05rem;
    width: 0.2rem;
}
/*--------------------------------------------------*/
#banner_block .download_box .download_btn
{
	
	top: 0.2rem;
	right: 0.1rem;
	font-size: 0.16rem;
}
/*--------------------------------------------------*/

#footer_block .box .container{
	
}
#footer_block .box .container ul {
	margin: 0.2rem 0 0.25rem 0;
	width: 100%;
}
#footer_block .box .container ul li {
	line-height: 0.3rem;
	height: auto;
}



/*--列表样式-------------------------------------------------------------*/
.infolist
{
	padding-bottom: 0.14rem;
}
.infolist .row{
	margin-bottom: 0.14rem;
}
.infolist .row:last-child{
	margin-bottom: 0px;
}
.infolist .block-title
{
    text-indent: 0.1rem;
    line-height: 0.46rem;
    height: 0.5rem;
}
.infolist .intro p
{
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.10rem 0.20rem;
    text-indent: 2em;
}
/*图片列表*/
.infolist .imgs .thumn
{
	padding: 0.14rem;
}
.infolist .imgs .thumn .title p
{
    line-height: 0.36rem;
    height: 0.40rem;
    padding: 0 0.10rem;
    overflow: hidden;
    font-weight: 800;
}
/*------------------------------*/
