.mainbox {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 160px;
}
.nybanner img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ejdh {
    width: 270px;
}
.cont_box video{
    margin: 0 auto;
}
.lmmc {
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    background: #013EA2;
    background-size: 100% 100%;
    text-align: center;
}

.accordion {
    max-width: 100%;
    border-top: none;
    background: #d3e8ff;
    padding-bottom: 130px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    /* padding: 15px 8px; */
    color: #4D4D4D;
    font-size: 18px;
    border-bottom: 1px dashed #adc9e9;
    border-left: 5px solid transparent;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

.accordion .link a {
    color: #4D4D4D;
    display: block;
    padding: 15px 8px;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon9_07.png) no-repeat center;
}

.accordion li.open .link,.accordion li.active .link {
    border-left: 5px solid #ffd800;
}

.accordion li.open .link a,.accordion li.active .link a {
    color: #1470d5;
    font-weight: bold;
}
.accordion li.open i {
    transform: rotate(90deg);
}

.submenu {
    display: none;
    background: #eef6ff;
    font-size: 14px;
}

.submenu li {}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
}

.submenu a:hover,
.submenu li.current a {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
}

.accordion li i.fa-chevron-down:before {
    background: url(../images/icon9_03.png) no-repeat;
    width: 13px;
    height: 8px;
    display: inline-block;
}

.contentbox {
    width: calc(100% - 300px);
}

.content1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.dqlmmc {
    padding-left: 15px;
    font-family: ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ;
    font-size: 28px;
    /* font-weight: 600; */
    color: #2C2C2C;
    background: url(../images/icon17.png) no-repeat left center;
    background-size: 5px 30px;
}

.location {
    display: flex;
    align-items: center;
    padding-left: 27px;
    font-size: 16px;
    color: #626262;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 17px 16px;
}

.location a {
    font-size: 16px;
    color: #626262;
}

.zy-list {
    /* margin-top: 55px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zy-list li {
    width: 49%;
    margin-bottom: 50px;
    border: 1px solid transparent;
}

.zy-list li a {
    padding: 35px 4.7%;
    display: flex;
    background: url(../images/zybg2.png) no-repeat #fff;
    background-size: 100% 100%;
}

.zy-list li .imgbox {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-right: 5.9%;
}

.zy-list li .imgbox img {
    border-radius: 50%;
}

.zy-list li h1 {
    font-size: 20px;
    line-height: 70px;
    color: #3F3F3F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-list li th {
    width: 92px;
    font-size: 18px;
    text-align: start;
    line-height: 36px;
    vertical-align: baseline;
}

.zy-list li td {
    font-size: 18px;
    line-height: 36px;
    color: #3F3F3F;
}

.zy-list li .textbox {
    width: calc(100% - 215px);
}

.zy-list li:hover {
    border: 1px solid #0D6EA1;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(12, 128, 178, 0.2);
}

.zy-list li:hover a {
    border-radius: 10px;
    background: url(../images/zybg3.png) no-repeat #fff;
    background-size: 100% 100%;
}

.list {
    margin-top: -35px;
}

.list li {
    padding: 15px 0;
    border-bottom: 1px dashed #CBCBCB;
}

.list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    padding-left: 20px;
    background: url(../images/icon19.png) no-repeat left center;
    background-size: 6px 6px;
}

.list li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list li a:hover p {
    font-weight: bold;
    color: #0D6EA1;
}

.list li a span {
    font-size: 14px;
    color: #013EA2;
    font-weight: 500;
    white-space: nowrap;
}


.cont_wrap {}

.cont_wrap h3.title {
    font-size: 22px;
    color: #111;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: none;
    text-align: center;
    height: auto;
}

.cont_wrap .bar {
    margin-top: 5px;
    color: #777;
    text-align: center;
}

.cont_wrap .cont_box {
    margin-top: 25px;
    font-size: 17px;
    color: #333;
}

.cont_wrap .cont_box p {
    text-indent: 2em;
    margin-bottom: 16px;
    line-height: 34px;
}

.cont_wrap .cont_box p img {
    display: block;
    margin: 25px auto;
    max-width: 80%;
}

.danpian h1 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #2f77d8;
    font-weight: bold;
    /* line-height: 1.333; */
    text-align: center;
    display: block;
}

.danpian img {
    max-width: 100% !important;
    height: auto !important;
}

.danpian p {
    margin-bottom: 10px;
    font-size: 18px !important;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 1.8;
    text-indent: 2em;
}

.danpian p span {
    font-size: 18px !important;
}

.tplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tplist li {
    width: 23%;
    margin-bottom: 30px;
}

.tplist li a {
    display: block;
}

.tplist li a .tp {
    height: 230px;
    overflow: hidden;
    object-fit: cover;
}

.tplist li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tplist li a p {
    background: #ebebeb;
    text-align: center;
    line-height: 40px;
}