

body {
    background-color: #e2e2e2;
}


.w {
    width: 1300px;
    margin: 0 auto;
}

.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 {
    background-color: #fff;
    height: 49px;
    border-bottom: 1px solid #015293;

}

.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;
    margin-bottom: 20px;
}

.shotimg {
    padding-left: 12px;
    float: left;
    width: 371px;
}

.shotimg img {
    width: 84%;
    height: 165px;
}

.shottext {
    width: 1238px;

}

.shottext h3 {
    font-size: 22px;
    overflow: hidden;
    line-height: 30px;
    padding-left: 30px;
}
.main>a:hover .shottext h3{
    color: #015293;
}
.shottext p {
    display: block;
    height: 30px;
    font-size: 20px;
    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;
    padding-bottom: 15px;
}

.shottext .buttom li {
    font-size: 20px;
}

.ym {
    margin-left: 35%;

}


.ym ul li {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'icomoon';
    color: #4e4f51;
}
.ym ul li a{
    display: block;
    padding: 8px 15px;

}
.ym ul .fst {
    background-color: #015293;
    color: #fff;
}

.ofbox {
    height: 30px;
    width: 100%;
}
.shotinfo{
    overflow: hidden;
}
/* main end */


.nobox {
    width: 1300px;
    height: 650px;
}



/* maintext end */