body {background: #f2f2f2;}
.main{width: 1200px;margin: 0 auto;/*position: relative;*/overflow: hidden;}

/*面包屑*/
.xsy_now{ background:#fff; height:45px; display:block; line-height:45px; font-size:18px; margin:40px 0 10px; padding:0 20px;}
.xsy_now a {
    color: #333333;
    font-family: "microsoft yahei";
    font-size: 18px;
}


.dlist_title{ float:left; width:100%;font-size: 29px;line-height: 45px;margin:5px 0; text-align:center;}
.dlist_subtitle{ font-size:20px; line-height:25px;  margin-top:5px; margin-bottom:5px;display:block; text-align:center;}
.comfrom{ float: left;  width:96%; margin: 20px;background: #f1f1f1; height: 35px; line-height: 35px; text-align: center; font-size: 14px;}
.dlist_con1{ float:left; width:98%; margin:0  ;font-size: 14px;color: #000000;line-height: 29px;margin-top: 33px;text-align: left;margin-bottom: 20px;}
.dlist_con1 img{ max-width:100%;}


.art_auth3{float:left;width: 96%;line-height: 25px;margin: 0 20px;}
.art_auth3 a {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #333333;
}



/*手机端*/
@media screen and (max-width: 750px)
{
.main {
    width: 100%;
}

.comfrom {
    width: 100%!important;
    margin: 20px 0;
}


}