@charset "utf-8";
/* CSS Document */

/**公共部分**/
*{margin:0px;padding:0px;}
img{border:none;vertical-align:top;}
li{list-style-type:none;}
ul,dl,ol{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:100%;}
h2{ font-size:18px; font-family:"微软雅黑"; }
body{font-size:14px; font-family:"微软雅黑"; }
address,cite,code,em,th{font-weight:normal; font-style:normal;}
.clear{clear:both;}
a{outline: none;color:#333333; text-decoration:none;}
body {
  position: relative;
  background-color: #f7f7f7;
  min-height: 100%;
  height: 100%;
}
div{box-sizing: border-box;}
 /* 公共标题 */
 .area-padding {
  padding: 20px 0;
}
.title{
    text-align: center;
}
.title h3 {
    color: #444;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.title h3::before {
    background: #444 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.title h3::after {
    background: #f3652a none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 30%;
    position: absolute;
    width: 40%;
    z-index: 222;
}
.content {
    margin: auto;
    width: 1200px;
}
/*分页*/
.pagination {text-align: center;}
.pagination li {display: inline-block;margin-right: -1px;padding: 5px;border: 1px solid #e2e2e2;min-width: 20px;text-align: center;}
.pagination li.active {background: #009688;color: #fff;border: 1px solid #009688;}
.pagination li a {display: block;text-align: center;}
