body {
    background: rgb(245, 245, 245);
}

.plate {
    background: #fff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.banner {
    height: 300px;
    width: 1200px;
    margin-bottom: 25px;
}

.plate_nav {
    float: left;
    width: 365px;
    text-align: left;
}

.plate_nav dl {
    margin-left: 30px;
    font-size: 16px;
    background: #F0F0F0;
    width: 305px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.plate_nav dl dt {
    background: url(../images/plate_nav_dt.png) bottom no-repeat;
    height: 50px;
    width: 319px;
    text-align: left;
    color: #fff;
    margin-left: -4px;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 5px;
}

.plate_nav dl dt h1 {
    font-size: 20px;
    text-indent: 12px;
    font-weight: 400;
    margin-top: 13px;
    line-height: 30px;
}

.plate_nav dl dd {
    height: 44px;
    line-height: 44px;
    width: 240px;
    border-bottom: 1px solid #d2d2d2;
    margin-left: 33px;
    text-align: center;
}

.plate_nav dl dd.curr,
.plate_nav dl dd:hover {
    background: #E7EBF8;
    border-bottom-color: #284597;
}

.plate_nav dl dd.curr a,
.plate_nav dl dd:hover a {
    color: #FF7F00;
}

.plate_nav .qt {
    width: 310px;
    height: 210px;
    margin-left: 28px;
    margin-bottom: 25px;
    position: relative;
}

.plate_nav .qt p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #284597;
    z-index: 33;
    font-size: 16px;
    background: url(../images/bai_t.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_content {
    float: right;
    width: 800px;
    margin-right: 25px;
}

.plate_content .hd {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.plate_content .hd .title {
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    line-height: 50px;
    width: 50%;
}

.plate_content .hd .title h1 {
    float: left;
    position: relative;
    padding: 0 10px 0 5px;
    height: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.plate_content .hd .title h1 b {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/xx_xwx.png) repeat-x bottom;
}

.plate_content .hd .title span {
    float: left;
    font-style: oblique;
    color: #999;
}

.plate_content .hd .qt {
    position: absolute;
    right: 10px;
    ;
    bottom: 2px;
}

.plate_content .hd .qt .d1 {
    font-size: 14px;
}

.plate_content .hd .qt .d2 {
    font-size: 16px;
}

.plate_content .hd .qt .d3 {
    font-size: 18px;
}

.plate_content .hd .qt .print {
    padding-left: 25px;
    background: url(../images/icon_print.png) left no-repeat;
    margin-left: 10px;
}

.plate_content .bd {
    color: #333;
    padding: 25px 0;
}

.plate_content .bd #vsb_content_2 img {
    max-width: 100%;
}

.plate_content .bd #vsb_content_2>p {
    margin-bottom: 10px;
}

.plate_content .bd table {
    border-collapse: collapse;
}

.plate_content .bd td {
    padding: 8px;
}
.jigou_hd{
    background:#f1f1f1;
    padding: 15px 0;
    text-indent: 16px;
    font-size:18px;
    line-height: 1;
    box-sizing: border-box;
    margin: 0 5px;
    margin-bottom: -15px;
    margin-top: 20px;
    border-bottom: 2px solid #FF7F00;
    color: #284597;
}
.ul-jigou {
   
padding: 20px 0;
   
overflow: hidden;
   
display: flex;
   
flex-wrap: wrap;
}

.ul-jigou li {
    background: rgb(244, 244, 244);
    height: 40px;
    margin: 5px;
    position: relative;
    display: flex;
    align-items: center;
    width: 390px;
}
.ul-jigou li .name{
    flex:1;
    text-indent: 10px;
    margin-right: 10px;
}

.ul-jigou li .xq {
    width: 70px;
    align-items: center;
    display: flex;
    line-height: 1;
    text-decoration: none;
}

.ul-jigou li .xq strong {
    background: rgb(210, 214, 218);
    line-height: 18px;
    width: 18px;
    text-align: center;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}