
.section .rightside {
    padding-left: 0
}
.rgt_con {
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "微软雅黑";
    color: #333;
}
.tit {
    font-size: 20px;
    color: #056f77;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
}
.tit span {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
section>div img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.txt_con p {
    margin-bottom: 7px;
    line-height: 26px
}
section {
    margin-top: 40px
}
section.part1 {
    margin-top: 0;
    font-size: 15px
}
section.part1 a {
    color: #056f77;
}
section.part1 a:hover {
    text-decoration: underline;
}
section.part1>div {
    overflow: hidden;
    margin: 18px 0;
    margin-left: 3.5%;
    margin-bottom: 0;
    margin-top: 30px
}
section.part1 .pic_con {
    float: left;
    width: 40%;
}
section.part1 .pic_con img {
    margin-right: 5%;
    margin-top: 1%
}
section.part1 .txt_con {
    float: left;
    width: 60%;
}
section.part1 .txt_con p {
    margin-left: 4%;
    text-indent: 2em
}
section.part2>div {
    overflow: hidden;
    margin: 10px 0;
    padding: 20px 28px;
}
section.part2 .pic_con {
    float: left;
    width: 35%;
}
section.part2 .txt_con {
    float: left;
    width: 65%;
}
section.part2 .txt_con ul {
    margin-top: 25px;
    font-size: 15px
}
section.part2 .txt_con li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px
}
section.part2 .txt_con li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px;
    height: 20px;
    background: url(//cdn.xuansiwei.com/baitu8823/Public/images/contact/icon7.jpg) no-repeat;
}
section.part3 {
    margin-top: 45px
}
section.part3>div {
    margin-top: 30px;
}
.rightside .part3 table td {
    position: relative;
    line-height: 1.8;
    padding: 15px 5px !important;
}
.part3 tr{
    position: relative;
}
.part3 td .dot {
    margin: 0 auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006fcb;
}
.part3 tr:first-child .dot {
    margin-top: 10px
}
.part3 td .line {
    display: inline-block;
    width: 2px;
    height: 95%;
    border-radius: 50%;
    background: #d1d1d1;
    position: absolute;
    /* left: 50%; */
    top: 0;
    margin-left: -1px
}
.part3 td.space {
    width: 5%;
}
section.part5>div {
    margin: 28px auto;
}
section.part6>div {
    overflow: hidden;
    margin: 30px auto;
}
section.part6>div div {
    float: left;
    width: 50%;
}
.culture {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    padding-left: 2%;
}
.culture p {
    line-height: 24px;
}
.culture h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #006fcb;
    font-weight: bold;
}
.culture li {
    width: 25%;
    float: left;
    display: inline-block;
    border-right: 1px solid #006fcb;
    min-height: 115px;
    padding: 1%;
}
.culture li:last-child {
    border-right: none;
}
#notice-jieshao {
    font-weight: bolder;
    font-size: 15px;
    width: 100%
}
.plat_con {
    display: flex;
}
.plat_con1 .col-md-3 {
    width: 25%;
}
.plat_con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.plat_con .figure {
    font-size: 13px;
    text-align: center;
    margin: 15px 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 2px 5px #ddd
}
.plat_con .figure .figure-caption {
    margin: 10px 0;
}
@media screen and (max-width: 992px) {
    section.part1 .pic_con {
        padding-right: 10px
    }
    section.part1 .txt_con {
        float: none;
        width: 100%;
    }
    section.part1 .txt_con p {
        margin-left: 0;
        margin-right: 10px;
        line-height: 2
    }
    .rightside table tr:nth-child(2n) {
        background: none;
    }
    .plat_con {
        justify-content: center;
        flex-wrap: wrap;
    }
    .plat_con1 .col-md-3 {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    section.part2 .txt_con,
    section.part6>div div {
        float: none;
        width: 100%;
    }
    section.part2 .pic_con {
        float: none;
        width: 100%;
        margin-top: 20px
    }
    .culture {
        width: auto;
        padding: 2%;
    }
    .culture li {
        width: 100%;
        border-right: none;
    }
}