/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

a:hover {
    color: #b00c0c;
    text-decoration: none;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}

a.com:hover {
    color: #085f9e;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #085f9e;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin28 {
    margin-top: 28px;
}

.margin20 {
    margin-top: 20px !important;
}

.marginleft {
    margin-left: 20px;
}
.noMargin{
    margin-right: 0 !important;
}
.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
.padding{
    padding: 20px 20px 0;
}
.padding-right{
    padding-right: 20px;
}

.no-padding{
    padding-top: 0 !important;
}
/*===============首页==================*/

.top img{
    display: block;
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container .title{
    margin: 50px 0 25px;
    height: 70px;
}
.container .title .title1{
    width: 700px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #fff;
}
.yj-box li{
    float: left;
    width: 25%;
    height: 254px;
}
.yj-box li a{
    display: block;
    width: 96%;
    padding: 80px 70px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
}
.container .title .title2{
    width: 700px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #fff;
}
.ml-top li{
    float: left;
    width: 50%;
}
.ml-top li a{
    display: block;
    width: 90%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    color:#fff;
    margin: 0 auto;
}

.areas{
    margin-top: 30px;
}
.areas.red2 ,.streets.red{
    background: #FCF9FC;
}
.areasList{
    margin: 20px 0;
}
.titleA {
    font-size: 32px;
    color: #bc0000;
    font-weight: bold;
    padding: 20px 30px 10px;
}

.titleA.red img {
    height: 52px;
}
.areasList li, .areasList li a {
    color: #2c4fa5;
    font-size: 20px;
}
.areasList li {
    width: 210px;
    margin: 0 15px 30px;
    float: left;
    height: 60px;
    text-align: center;
    background: #F8EEED;
    border-radius: 30px;
    overflow: hidden;
	-webkit-transition: all .4s;
    *zoom: 1;
}
.areasList li:hover{
	transform: translateY(-2%);
    box-shadow: 1px 4px 10px 2px #CCC;
    -webkit-box-shadow: 1px 4px 10px 2px #CCC;
    -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.areasList li, .areasList li a {
    color: #2c4fa5;
    font-size: 20px;
}
.areasList li a {
    display: block;
    width: 100%;
    height: 60px;
}
.areasList .imgBox {
    float: left;
    padding: 3px;
    width: 54px;
    height: 54px;
}
.areasList .imgBox img {
    display: block;
    width: 54px;
    height: 54px;
    border: 0;
}
.areasList p {
    width: 150px;
    float: left;
    color: #D20001;
    padding: 0 10px;
    height: 60px;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap; 
}


.streetsList li, .streetsList li a {
    color: #D20001;
    font-size: 20px;
}
.streetsList li {
    width: 275px;
    height: 70px;
    float: left;
    margin-left: 20px;
    background: #F8EEED;
    border-radius: 30px;
    text-align: center;
    color: #D20001;
    line-height: 70px;
    margin-top: 50px;
	-webkit-transition: all .4s;
}
.streetsList li:hover{
	transform: translateY(-2%);
    box-shadow: 1px 4px 10px 2px #CCC;
    -webkit-box-shadow: 1px 4px 10px 2px #CCC;
    -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.streetsList li a {
    display: block;
    width: 100%;
    height: 70px;
}
.streets{
    padding-bottom: 50px;
}
.container .title .title3{
    width: 700px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #fff;
}

.tpxw{
	width: 585px;
}
.newsl{
    width: 585px;
	margin-left: 30px;
}
.newsl h3.news-title {
    font-size: 28px;
    color: #101010;
    font-weight: normal;
    line-height: 46px;
}
.newsl p.summary {
    margin: 13px 0;
    font-size: 20px;
    line-height: 32px;
    color: #b4b4b4;
}
.newsl p.news-title {
    position: relative;
}
.newsl p.news-title {
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    color: #101010;
}
.newsl li span {
    width: 24px;
    display: inline-block;
    _display: inline;
}
.newsl li span i {
    font-size: 24px;
    color: red;
    line-height: 32px;
    font-weight: 900;
    font-style: normal;
}
.newsl p.news-title .addTime {
    position: absolute;
    right: 0;
    width: 100px;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    color: #b4b4b4;
}


















