@charset "utf-8";
body {
    margin: 0 auto;
    min-width: 1200px;
    color: #333;
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "Heiti SC", tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}

button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
ol,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

img {
    border: 0 none;
    vertical-align: top
}

li,
ol,
ul {
    list-style-type: none
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-weight: 400;
    font-style: normal
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease
}

a:hover {
    text-decoration: none
}

a,
a:hover {
    outline: 0
}

input {
    outline: 0
}

textarea {
    resize: none
}

.layout {
    margin: 0 auto;
    width: 1200px !important
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}

.pr {
    position: relative
}

.abs {
    position: absolute
}

.tc {
    text-align: center
}

.n-title{
    margin-bottom: 30px;
    width: 578px;
    line-height: 1;
}
.n-title span{
    position: relative;
    font-weight: 600;
    color: #d30000;
    font-size: 28px;
    margin-left: 15px;

}
.n-title span::before{
    position: absolute;
    content: "";
    left: -15px;
    top: 3px;
    width: 4px;
    height: 24px;
    background: #d30000;
   
}
.n-title a{
    font-style: normal;
    color: #7c7f82;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}
.news-list{
    width: 578px;
}
.news-list li{
    font-size: 20px;
    color: #222;
    margin-bottom: 32px;
    width: 100%;
}
.news-list li a{
    width: 439px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    line-height: 1;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}
.news-list li a::before{
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #d30000;
    top: 50%;
    margin-top: -3px;
    left: 0px;
}

.news-list li i{
    font-size: 16px;
    color: #bcbec0;
    font-style: normal;
}

.news-info h5{
    font-size: 20px;
    color: #222;

}
.news-info p{
    font-size: 20px;
    text-indent: 36px;
    margin-top: 10px;
}
.news-info p i{
    color: #d30000;
}
.news-b{
    background: #f6f6f6;
    padding-top: 30px;
    box-sizing: border-box;
}
.news-b-m h3.n-title{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d30000;
}
.news-b-m h3.n-title span::before{
    top: 19px;
}
.news-b-m .news-list li a{
    width: 475px;
}
.news-b-m .n-title i{
    margin-top: 0;
}
.detil-info{
    
    color: #333;
    font-size: 18px;
    line-height: 40px;
}
.detil-info h3{
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.detil-info p{
    margin-bottom: 30px;
    text-indent: 41px;
}
.n-line{
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-bottom: 40px;
}
.news-m-l .newm-l,.news-m-l .n-title,.news-m-l .news-list{
    width: 100%;
}
.news-m-l .news-list li a{
    width: 980px;
}
.footer{  line-height:32px; padding:8px 0 0 0; text-align:center;}


.topImg{
        width: 100%;
        height: 372px;
        background: url(/images/49083.png) no-repeat center;
        margin-bottom: 40px;
    }
    
    .news-info{
        width: 578px;
        height: 360px;
        background: url(/images/49084.png) no-repeat center;
        padding-top: 87px;
        box-sizing: border-box;
        padding: 87px 30px 0 30px;
    }