/*banner*/
.slideCon{ width:100%; height:385px; overflow:hidden; position:relative; }
.slideCon .hd{position: absolute;left: 0;width: 100%;bottom: 10px;}
.slideCon .hd ul{  zoom:1;text-align: center;width: 100%; }
.slideCon .hd ul li{  margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:rgba(255,255,255,.8); box-shadow: 1px 1px 1px rgba(0,0,0,.8) inset; cursor:pointer;  display: inline-block;border-radius: 50%;line-height: 50;overflow: hidden;margin: 0 10px;}
.slideCon .hd ul li.on{ background:#1b357b; color:#fff; }
.slideCon .bd{ position:relative; height:100%; z-index:0;   }
.slideCon .bd li{ zoom:1; vertical-align:middle; height:385px;}
.slideCon .bd img{ width:100%; height:385px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideCon .prev,
.slideCon .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.8;   }
.slideCon .next{ left:auto; right:3%; background-position:8px 5px; }
.slideCon .prev:hover,
.slideCon .next:hover{ filter:alpha(opacity=100);opacity:.3;  }
.slideCon .prevStop{ display:none;  }
.slideCon .nextStop{ display:none;  }

/*留言*/
.mast{
    position: relative;
}
.mast:before{
    display: block;
    content:'*';
    position: absolute;
    width: 10px;
    height: 20px;
    left: -10px;
    top: 0;
    color: red;
}
.content{
    margin-bottom: 2rem;
}
.content_title{
    margin-bottom: 1rem;
}
/*newslist*/
.arList h3{
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.arList li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.news_title{
    font-size: 22px;
}
.article_right{
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-height: 96px;
}
.article_right span{
    font-size: 2rem;
    line-height: 1;
    display: block;
}
.article_right em{
    font-style: normal;
    font-size: 1rem;
}
/*page*/
.pagination{
    line-height: 35px;
}
.pagination a{
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
}
