/*公共样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border: none;
    outline: none;
}
body {
    font-family: Arial,"Microsoft YaHei";
    color:#333;
	
}
ul,ol {
    list-style: none;
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    color:#c00;
}
em,i {
    font-style: normal;
}

.mart-20 {
    margin-top: 20px;
}
.marl-20 {
    margin-left: 20px;
}
.marr-20 {
    margin-right: 20px;
}
.marb-10 {
    margin-bottom: 10px;
}
.auto {
   overflow: hidden;
}
.top {
    background: url("../images/top-bg.jpg") center top no-repeat;
}
.content {
    width:1100px;
    margin: 0 auto;
}
.padt-200 {
    padding-top:460px;
}
.bg {
    background-color: #ffecdf;
    padding: 20px;
}

.hdp {
    width: 520px;
    height: 360px;
    float: left;
    background-color: #fff;
}
.news-warp {
    float: left;
    width: 520px;
}
.news-warp1 {
    width: 520px;
    float: left;
}
h2.title1,h2.title2 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
h2.title1 {
    background: url("../images/title-bg.jpg") right 0 no-repeat;
}
h2.title2 {
    background: url("../images/title-bg.jpg") left -54px no-repeat;
    position: relative;
}
h2.title1 span {
    padding: 0 30px 0 30px;
    display: inline-block;
    position: relative;
}
h2.title1 span a {
   color:#ff5053;
   font-size: 24px;
}
h2.title1 span::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #ff5053;
    height: 22px;
    top:14px;
    right:0;
}
h2.title1 span:last-child::after {
    display: none;
}
h2.title1 span.active a {
    color:#fff;
	font-size: 24px;
}
h2.title2 span {
    margin-left: 70px;
    color:#fff;
}
h2.title2 em {
    position: absolute;
    right:0;
    top:0;
    line-height: 50px;
    font-size: 18px;
}
h2.title2 em a {
    color:#c00;
}
.tab {
    display: none;
}
.list li {
    line-height: 37px;
    position: relative;
}


.list li a{
    
	font-family:Arial,Microsoft Yahei;
font-size:16px;
}

.list li i {
  width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #d91e17;
}
.list li em {
    position: absolute;
    display: inline-block;
    line-height: 37px;
    right:5px;
    top:0;
}
.list li span {
    width: 85%;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    vertical-align: middle;
}

.foot {
    background: #eee;
    padding: 20px 0 10px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}
.foot .jc {
    width: 110px;
    height: 55px;
    display: inline-block;
}
.f-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.f-text ul li span {
    margin: 0 20px;
    line-height: 24px;
}

