﻿/* 字体声明 */

body {
    background-color: #e2e2e2;
}
.w {
    width: 1300px;
    margin: 0 auto;
}
.align {
    text-align: center;
}

.pbox p::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.pbox p::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

.pbox p::-webkit-scrollbar-thumb:vertical {
    height: 12px;
    background-color: #BDBDBD;
    -webkit-border-radius: 6px;
}

.pbox p::-webkit-scrollbar-thumb:horizontal {
    width: 12px;
    background-color: #BDBDBD;
    -webkit-border-radius: 6px;
}

.pbox p::-webkit-scrollbar-thumb:vertical:hover,
.pbox p::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #808080;
}

.fix {
    font-family: 'icomoon';
    position: fixed;
    left: 50%;
    margin-left: 660px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

/* main start */
.main_nav {
    border-bottom: 1px dotted #808080;
    background-color: #fff;
    height: 49px;

}

.main_nav h4 {
    float: left;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    text-indent: 1.5em;
}

.main_nav ul {
    float: right;
}

.main_nav ul li {
    padding: 0 10px;
    margin-top: 14px;
    float: left;
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: 700;
    color: #4e4f51;
    border-left: 1px dotted #4e4f51;
}

.main_nav ul .fst {
    border-left: 0 dotted #4e4f51;

}

.main_bd {
    background-color: #fff;
    padding: 15px;

}

.mainbox {
    margin-top: 20px;
}

.shotinfo {
    margin-bottom: 20px;
    display: flex;
}

.shotimg {
    width: 364px;
    text-align: center;
}

.shotimg img {
    width: 80%;
    height: 100%;
}

.shottext {
    width: 1270px;

}

.shottext h3 {
    font-size: 25px;
    overflow: hidden;
    line-height: 30px;
    padding-left: 30px;
}

.shottext p {
    display: block;
    height: 30px;
    font-size: 16px;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
}

.shottext ul {
    padding-top: 15px;
    padding-left: 30px;
    overflow: hidden;
}

.shottext ul li {
    width: 50%;
    float: left;
    font-size: 20px;
    margin-bottom: 10px;
}

.shottext .buttom li {
    font-size: 25px;
}

/* main end */

/* maintext start */
.maintext {
    margin-top: 20px;

}

.letftext {
    clear: both;
    float: left;
    width: 1285px;
    height: 610px;
    background-color: #fff;
    padding-right: 15px;
}

.letftext h4 {
    text-align: center;
    float: left;
    margin: 0 auto;
    writing-mode: vertical-lr;
    background: linear-gradient(130deg, #015193, #bfc2c5);
    font-size: 20px;
    height: 100%;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}


.letftext h3 {
    margin-top: 20px;
}

.letftext ul li {
    float: left;
    font-size: 20px;
    font-weight: 400;

}

.letftext ul li :hover {
    border-bottom: 5px solid #015293;
    margin-left: 20px;
    padding-bottom: 10px;


}

.letftext ul li a {
    margin: 20px;
    font-size: 20px;
}

.letftext .pbox {
    margin-top: 60px;
    height: 570px;
    border-top: 2px solid #015293;
    padding: 0 0 0 15px;
}

.letftext .pbox .pboxCont {
    height: 515px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 15px;
    margin-left: 55px;
    line-height: 40px;
    font-size: 18px;
    color: #4e4f51;
    padding-right: 10px;
}
.btbox {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.btbox.w>div{
    margin-bottom: 10px;
}

.btbox h3 {
    height: 40px;
    background: linear-gradient(90deg, #015193, rgb(255 255 255));
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    clear: both;
    line-height: 40px;
    padding: 0 15px;
}

.btbox h3 .gkzd {
    float: left;
}

.btbox h3 .more {
    float: right;
    font-size: 14px;
    color: #555;

}

.pbox {
    padding: 18px;
    padding-right: 5px;
}

.btbox-ite{
    background-color: #fff;
    width: 640px;
    height: 475px;
}

.btbox-ite ul li {
    border-bottom: 1px dotted#d5d5d5;
    font-size: 18px;
    padding: 16px;
    color: #4e4f51
}

.btbox-ite ul li :hover {
    color: #1c60a9
}

.btbox-ite ul li .date {
    float: right;
    font-size: 14px;
    color: #555;
    padding-top: 5px;
}

.btbox-ite ul li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #1c60a9;
    margin-right: 10px;
    vertical-align: middle;
}


.maintext2 {
    margin-top: 20px;

}

