body {
    margin: 0;
    padding: 0;
    color: #191919;
    font-size: 12px;
    font-family: "黑体";
}

a {
    text-decoration: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

.box {
    margin: 60px auto 0 auto;
    text-align: center;
}

.box div img{
    vertical-align:baseline;
}

.menu {
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.menu_top {
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 4px solid #4f93e8;
}

.menu_bottom {
    color: #9c9c9c;
    padding-top: 10px;
}

.box2_box {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.box4_ul {
    width: 1200px;
    text-align: center;
    margin: 35px auto 0 auto;
}

.box4_ul li {
    display: inline-block;
    width: 100%;
    height: 53px;
}

.box4_ul li .li-time-con {
    display: inline-block;
    width: 45%;
    font-size: 20px;
    color: #fff;
}

.circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.line {
    width: 1px;
    height: 40px;
    text-align: center;
    border-left: 1px #fff solid;
    display: inline-block;
    position: absolute;
    margin-top: -32px;
    margin-left: 599px;
}

.box5_ul {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.box5_ul li {
    display: inline-block;
    border: 1px solid #cbcbcb;
    width: 124px;
    height: 124px;
    margin: 10px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
}

.box5_ul li div {
    height: 54px;
    margin: 0 auto;
    overflow: hidden;

}

.box6_ul {
    margin: 0 auto;
    color: #5c5c5c;
}

.box6_ul li {
    display: inline-block;
    border-bottom: 1px #828385 dashed;
    width: 585px;
    height: 160px;
    text-align: left;
    margin-bottom: 30px;
}

.box6_ul li a:hover .li-item{
    color: #0b52a2;
}

.li-div {
    display: inline-block;
    width: 340px;
    height: 130px;
}

.li-item {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 15px;
}

.li-con {
    display: inline-block;
    line-height: 20px;
}

.story {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #0b52a2;
    color: #0b52a2;
    text-align: center;
    font-size: 14px;
}

.footer {
    height: 80px;
    line-height: 80px;
    background-color: #393939;
    color: #fff;
    text-align: center;
    font-size: 20px;
}