﻿@charset "utf-8";
.list-banner img{
    width: 100%;
}
.t_list{
float:left;width:108px;background-color:rgb(245,245,245);margin-right:25px;padding:10px 0px;margin-left:25px;margin-bottom:20px;
transition: all .3s;

}

.t_list a{
display: block;
  text-align: center;color:black;
 width: 110px;
}
.t_list:hover{
transform: translateY(-4px);
}
.column{
    background: url(../images/rgb0.png);
    position: absolute;
    right: 0;
    bottom: 170px;
    padding: 24px 90px;
    padding-bottom: 38px;
}
.column p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.column span{
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    font-style: italic;
    position: relative;
    line-height: 30px;
}
.column span:before{
    content: "";
    width: 44px;
    height: 8px;
    background: #eb6100;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 100%;
}
.content img{
    max-width: 100%;
}

.list-main {
    background: url(../images/list-main-bg.png) no-repeat center bottom;
    padding-bottom: 30px;
}
.sidebar{
    width: 296px;
    margin-top: -86px;
    position: relative;
}
.sidebar p{
    line-height: 86px;
    font-size: 22px;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background: #0b448d;
}
.sidebar ul{
    background: #f5f5f5;
    width: 100%;
    min-height: 1px;
}
.sidebar ul .side-on{
}
.sidebar ul li{
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.sidebar ul li:hover{
    background: #dcdcdc;
}
.sidebar ul li a{
    line-height: 78px;
    padding-right: 25px;
    font-size: 15px;
    color: #505050;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.sidebar ul li:hover a{
    color: #0b448d;
}
.sidebar ul .side-on a{
    color: #0b448d;
}
.sidebar ul .side-on{
    background: #dcdcdc;
}
.sidebar ul .side-on a:after{
    content: ">>";
    color: #0b448d;
    position: absolute;
    right: 0;
    top:0;
}
.sidebar ul li:hover a:after{
    content: ">>";
    color: #0b448d;
    position: absolute;
    right: 0;
    top:0;
}
.list-content-wrapper{
    position: relative;
    width: 984px;
    display: block;
    margin-top: -55px;
}
.location{
    background: url(../images/dq-bg.png);
    padding: 10px 25px;
    width: 92%;
    margin: 0 auto;
}
.location p{
    font-size: 14px;
    color: #545454;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/dq.png) no-repeat center left;
}
.location a{
    font-size: 14px;
    display: inline-block;
    color: #545454;
}
.location a:hover{
    color: #0f66bb;
}
.list-ul{
    margin: 40px;
    min-height: 900px;
    background: #fff;
}
.list-ul li{
    transition: all .3s;
    padding: 16px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.list-ul li>div{
    width: 209px;
    height: 123px;
    overflow: hidden;
}
.list-ul li>div img{
    width: 100%;
    height: 100%;
}
.list-ul li a{
    display: block;
    width: 73%;
}
.list-ul li a h1{
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    padding-left: 10px;
    border-left: 3px solid #0068b7;
}
.list-ul li a span{
    float: right;
    color: #9e9e9e;
    font-size: 12px;
}
.list-ul li:hover{
    box-shadow: 0 0 15px 0px #d0d0d0;
    transform: translateY(-10px);
}
.list-ul li:hover a h1{
    color: #0265ae;
}
.list-ul li a p{
    color: #979797;
    font-size: 13px;
    text-indent: 2em;
    line-height: 22px;
}
.content{
    margin: 40px;
    padding: 40px;
    background: #fff;
    box-shadow: 12px 4px 24px #bdbdbd;
    min-height: 500px;
}
.content-title h1{
    text-align: center;
    font-size: 19px;
    color: #2156a3;
    margin-bottom: 14px;
}
.content-title {
    text-align: center;
}
.content-title span{
    font-size: 14px;
    color: #7c7c7c;
    margin: 0 10px;
    display: inline-block;
    margin-bottom: 18px;
    text-align: center;
}
.content-text{
    padding: 40px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
   font-family:'Microsoft YaHei';
}
.content-text p.MsoNormal, .content-text li.MsoNormal, .content-text div.MsoNormal {
font-family:'Microsoft YaHei';
}
.content-text p{
    text-indent: 2em;
    font-size: 16px;
    xcolor: #7c7c7c;
    display: block;
    line-height:180%;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content-text p, .content-text span {
font-size: 16px !important;
}
.content-text table p{
    text-indent: 0em;
text-align: inherit;
word-break: break-word;
}
.content-text table {border-collapse: collapse;}
.content-text table td{border:1px solid #333;text-indent:3px;padding:0 3px;}
.prev-new{
    margin-top: 20px;
    font-size: 14px;
    color: #7c7c7c;
    display: block;
}