
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} 
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";} 
a:focus{outline:0;}
a.hand:hover   {cursor:hand};
img{border:none;}
p{ font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
i,em{ font-style:normal;}

.news {
        width: 1200px;
    margin: 0 auto;
    padding:80px 0 40px;
}
.tit-i {
    text-align: center;
    padding:0px 0 60px;
    line-height: 36px;
    overflow: hidden;
}
.tit-i h3 {
    font-size: 30px;
    color: #002;
    margin-bottom: 10px;
}

.news .content {
    background: #fff;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
}

.n_title {
    background: #1538c1;
    height: 75px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    letter-spacing: 10px;
}

.n_nav {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.n_nav li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-indent: 27px;
    border-bottom: 1px solid #efefef;
}

.n_nav li a {
    font-size: 16px;
}

.n_nav li.on {
    border-left: 3px solid #1538c1;
    color: #1538c1;
}

.n_nav li:last-child {
    border: none;
}

.n_jian {
    background: #fff;
    padding: 5px;
    border-top: 2px solid #1538c1;
    margin-bottom: 30px;
}

.n_jian a {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.n_jian a img {
    width: 100%;
    position: relative;
    transition: all 0.3s;
}

.n_jian a img:hover {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 0.3s ease 0s;
}

.n_list .img {
    width: 255px;
    height: 160px;
    float: left;
    margin-right: 30px;
}

.n_list .text {
    width: 72%;
}

.n_list .text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n_list .text h6 span {
    color: #999;
    margin-right: 34px;
    font-size: 15px;
    font-weight: 400;
}

.n_list .text p {
    margin-top: 13px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.n_list li:hover h3 {
    color: #1538c1;
}

.n_list li {
    border-bottom: 1px solid #efefef;
    padding: 30px 0;
    display: block;
}
.n_list li a{
    display: flex;
    align-items: center;
}
.n_list li:first-child {
    padding-top: 0;
}

.news .t_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}

.news .t_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 30px;
    text-align: center;
}

.news .t_info span {
    font-size: 14px;
    margin-right: 15px;
    color: #888;
}

.news .t_mian {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 32px;
    display: inline-block;
}

.news .t_mian p {
    font-size: 14px;
    line-height: 24px;
}
.news .t_mian div,.news .t_mian p{
    margin-bottom: 15px;
}
.news .t_mian img {
    display: block;
    max-width: 100%;
     margin: 7px auto;
}

.dede_pages {
    margin:50px 0;
    overflow: hidden;
    text-align: center;
}

.pagelist {
    overflow: hidden;
}

.sopagelist {
    width: 500px;
    margin: auto;
}

.t_page,.t_page p,.t_page a {
    font-size: 14px;
    line-height: 26px;
}
.t_page li:hover,.t_page li:hover a{
    color: #006DFF;
}
.t_page{
    border-top: 1px solid #e8e8e8;
    position: relative;
    padding-top: 15px;
    line-height: 42px;
}
.dede_pages ul li {
    display: inline-block;
    padding: 0 16px;
    line-height: 17px;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    font-size: 15px;
    background: #c4c4c4;
    line-height: 40px;
    color: #fff;
}

.dede_pages ul li a {
    float: left;
    color: #fff;
    font-size: 15px;
}


.dede_pages ul li.thisclass,.dede_pages ul li:hover {
background:#006DFF;
}

.dede_pages .pageinfo {
    color: #fff;
}

.dede_pages .pageinfo strong {
    color: #fff;
    font-weight: normal;
}