html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    list-style: none;
}

html, body {
    position: relative;
    height: 100%;
    min-width: 1300px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: red;
}

.clear {
    clear: both;
}

div {
    box-sizing: border-box;
}

.background-div {
    width: 100%;

    height: 425px;

    background-image: url('../images/sybj.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

.background-div-in {
    width: 100%;

    height: 600px;

    background-image: url('../images/sybj.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
 
}

header .zq-head {
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    min-width: 1300px;
    justify-content: space-between;
}

.fl {
    float: left;
}

.logo-show {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


header .nav {
    height: 40px;
    display: block;
}

header .navbar_nav li.shouye {
    float: left;
    position: relative;
    display: block;
    width: 9.09%;
    text-align: center;
}

header .navbar_nav .dropdown {
    float: left;
    position: relative;
    display: block;
}

header .navbar_nav li .top-title {
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 17px;
    color: white;
    font-weight: bold;
}

header .navbar_nav li .top-title:hover {
    background: #0a237e;
    color: #FFFFFF;
}

header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: rgba(1,95,185,0.9);
    top: 40px;
    /* width: 190%; */
    text-align: center;
    left: 0.5px;
    white-space: nowrap;

    min-width: 100%;
}

header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    display: block;
    padding: 0 20px;
    line-height: 46px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 25px;
    width: auto;
}

header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
}

header .navbar_nav li.dropdown:hover .top-title {
    background: #0a47a7;
    color: #FFFFFF;
}

header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    background-color: #0a47a7;
    color: #FFFFFF;
}

header .nav .container {
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.copyright-background {
    /* width: calc(100vw - 17px); */
    height: 310px;
    background-image: url('../images/bgbt.png');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    color: #ffffff;
    min-width: 1300px;
}

.copyright {
    width: 1300px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 2px solid #000; */

    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */

}

.friend-link-background {
    height: 62px;
    background: #00539f;
    color: #ffffff;
    min-width: 1300px;
    box-shadow: 0px 2px 4px rgba(2);
    padding-top: 5px;
}

.friend-link {
    width: 1300px;
    height: 90px;
    margin: 0 auto;
    border-top: 2px solid #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
}

.friend-link-title {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    display: inline-block;
    -webkit-filter: url(#diff1);
    filter: url(#diff1);
    border-bottom: 2px solid #9b9999;
}

.link {
    display: flex;
    justify-content: start;
}

.link li a {
    border-right: 1px solid white;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;

}

.link li a {
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}


.zxdt {
    width: 100%;

    height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
}

.zxdt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* opacity: 0.7;  */
    z-index: -1;
    background-image: url('../images/kstdbj01.png');
}

.zxdt-content {
    width: 1300px;
    height: 100%;
    position: relative;
    /* padding-top: 10px; */
}

.zxdt .titlecell {
    /* color: #ffffff; */
    /* padding-top: 30px; */
    width: 250px;
    position: absolute;
    text-align: center;
    /* min-width: 1300px; */
}

.zxdt .titlecell a {
    /* color: #ffffff; */
}

.zxdt .titlecell a::after {
    background: url(../images/bttb.png) no-repeat center;
    background-size: contain;
    left: -5px;
}

.zxdt .listshow {
    width: 625px;
    background-color: transparent;
    position: absolute;
    z-index: 1;
}

.zxdt .listshow li {
    height: 85px;
    line-height: 38px;
    padding-top: 9px;
    /* border-bottom: 1px dashed #808080; */
    padding-left: 0px;
    display: flex;
    /* color: #ffffff; */
    align-items: center;
    flex-direction: row;
    justify-content: initial !important;
    position: relative;
    background: #ffffff;
    /* display: block; */
    margin-bottom: 20px;
    padding-left: 1rem;
    /* border-right: 4px solid #0d5aa8; */
}
.zxdt .listshow li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 0%;
    content: "";
    background: #0d5aa8;
    background-image: linear-gradient(to bottom right, #0d5aa8, #00bcd4);
    transition: .5s;
}
.zxdt .listshow li:hover:before {
    height: 100%;
}
.zxdt .listshow a {
    color: inherit;
    font-size: 16px;
    /* font-weight: 500; */
}

.zxdt .listshow .zhaiyao {
    text-indent: 2em;
    font-size: 13px;
    width: 510px;
    margin-top: 0px;
}


.zxdt .listshow li:hover,.zxdt .listshow li.on {
    color: #ff4500;
    transform: scale(1.1);
}
.zxdt .listshow li.on::before {
    height:100%;
}
.zxdt .listshow .calendar {
    font-size: 14px;
    /*width: 80px;*/
    height: 70px;
    text-align: center;
    border-radius: 10px;
    padding-top: 4px;
    margin-right: 10px;
    text-align: center;
    background: #0d5aa8;
    background-image: linear-gradient(to bottom right, #0d5aa8, #00bcd4);
    /* background-image: linear-gradient(to bottom right, #48d9d2, #48B9D9); */
    color: #ffffff;
}

.zxdt .listshow .calendar .day {
    font-size: 1.7rem;
    /* color: #ffffff; */
    width: 75px;
    height: 30px;
    font-weight: bold;
}

.calendar2 {
    font-size: 14px;
    /*width: 80px;*/
    height: 70px;
    text-align: center;
    border-radius: 10px;
    padding-top: 4px;
    margin-right: 10px;
}

.calendar2 .day {
    font-size: 1.4rem;
    color: #00418F;
    width: 75px;
    height: 30px;
}

.zxdt .big-img {
    width: 630px;
    height: 440px;
    position: absolute;
    right: 0;
    /*bottom: 50px;*/
    /* top: -80px; */
    z-index: 1;
}


.tzgg {
    height: 350px;
    min-width: 1300px;
    max-width: 1300px;
    margin: 0 auto;
}

.titlecell {
    width: 300px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 45px;
    font-size: 30px;
    color: #0d5aa8;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.titlecell a {
    position: relative;
    line-height: 26px;
    height: 26px;
    padding-left: 35px;
    font-size: 0.875rem;
    color: #0d5aa8;
    transition: 0.5s all;
}

.titlecell a::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/bttb.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 5px;
    transition: all 0.5s;
}

.titlecell a:hover::after {
    transition: all 0.5s;
    transform: rotate(90deg);
}

.titlecell a:hover {
    color: red;
    transition: 0.5s all;
}


.tzgg .tzgg-news-list {
    /*padding-top: 1rem;*/
}

.tzgg .tzgg-news-list .list-box {
    display: flex;
    flex-direction: column;

}

.tzgg .tzgg-news-list .list-box ul {
    display: flex;

    flex-wrap: wrap;

    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tzgg .tzgg-news-list .list-box li {
    width: 31%;

    margin: 1%;

    box-sizing: border-box;
 
}

.tzgg .tzgg-news-list .list-box a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 12px 10px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: inherit;
}

.tzgg .tzgg-news-list .list-box a:hover {
    color: #FF5733;
    color: #ff4500;
}

.tzgg .tzgg-news-list .calendar {
    font-size: 16px;
    /*width: 80px;*/
    height: 94px;
    text-align: center;
    border-radius: 10px;
    color: #bb8f5e;
    padding-top: 24px;
}

.tzgg .tzgg-news-list .calendar .day {
    font-size: 1.4rem;
    font-weight: bold;
    width: 80px;
}


.xnfzxt {
    height: 400px;
    min-width: 1300px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.xnfzxt-cell {
    display: flex;
    width: 670px;
}

.xnfzxt-head {
    width: 200px;
    height: 101%;

    background-image: url('../images/kstdbj.png');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

#u_u6_centerCutImg div:nth-of-type(2) {
    display: none;
}

.xnfzxt-head .titlecell {
    width: 100px;
    color: #ffffff;
    padding-top: 30px;
}

.xnfzxt-head .titlecell p {
    width: 50px;
    margin: 0 auto;
}

.xnfzxt-head .titlecell a {
    color: #ffffff;
}

.xnfzxt-head .titlecell a::after {
    background: url(../images/bttbw.png) no-repeat center;
    background-size: contain;
    left: -5px;
}

.xnfzxt-image {
    width: 400px;
    height: 350px;
    margin-top: 50px;
    background-color: #eeeeee;
    position: relative;
}

.xnfzxt-image img {
    width: 400px;
    height: 300px;
    position: absolute;
    left: -20px;
    top: 20px;
}

.listshow {
    background-color: #eeeeee;
    width: 600px;
}

.listshow li {
    height: 123px;
    line-height: 38px;
    padding-top: 9px;
    /* border-right: 4px solid #0d5aa8; */
    border-bottom: 1px dashed #808080;
    order-bottom: 1px dashed #808080;
    order-bottom: 1px dashed #808080;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listshow a {
    word-break: break-word;
    line-height: 22px;
    font-size: 25px;
    color: #0d5aa8;
    font-weight: bold;
}

.listshow a:hover {
    color: #ff4500;
}

.listshow .zhaiyao {
    display: block;
    font-size: 16px;
    /* color: #bbbbbb; */
    font-weight: 200;
    color: black;
    line-height: 24px;
    padding: 0px 15px 5px 0px;
    margin: 0;
    margin-top: 10px;
    /* text-indent: 2em; */
}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
.ejym-banner {
    height: 450px;
    background: url(../images/sybj2.png) no-repeat;
    background-size: cover;
    min-width: 1300px;
}

.xwdt {
    overflow: hidden;
    margin-bottom: 30px;
}

.xwdt-inner {
    margin-top: 10px;
    /*margin:0 -1.25rem;*/
}

.xwdt-inner .xwdt-inner-left {
    width: 66.666%;
    padding-right: 1.25rem;
}

.xwdt-inner .xwdt-inner-left a {
    display: block;
    width: 48%;
}

.xwdt-inner .xwdt-inner-left .news-box {
    margin-left: -1rem;
}

.xwdt-inner .xwdt-inner-left .news-box a {
    margin-left: 1rem
}

.xwdt-inner .xwdt-inner-left img {
    width: 100%;
    height: 268px;
}

.xwdt-inner .xwdt-inner-left .tt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0px;
    height: 40px
}

.xwdt-inner .xwdt-inner-left .aa {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 28px
}

.xwdt-inner .xwdt-inner-left .dd {
    font-size: 14px;
    color: #0160BA;
    padding-top: 10px;
}

.xwdt-inner .xwdt-inner-right {
    width: 33.333%;
    float: left;
    /*padding:0 1.25rem 0 0;*/
}

.xwdt-inner .xwdt-inner-right ul li {
    border-bottom: #C9C9C9 1px solid;
}

.xwdt-inner .xwdt-inner-right ul li a {
    line-height: 2.4rem;
}

.xwdt-inner .xwdt-inner-right .ddr {
    color: #0160BA;
    font-size: 14px
}

.xwdt-inner {
    margin-top: 10px;
    /*margin:0 -1.25rem;*/
}

.xwdt-inner .xwdt-inner-left {
    width: 66.666%;
    padding-right: 1.25rem;
}

.xwdt-inner .xwdt-inner-left a {
    display: block;
    width: 48%;
}

.xwdt-inner .xwdt-inner-left .news-box {
    margin-left: -1rem;
}

.xwdt-inner .xwdt-inner-left .news-box a {
    margin-left: 1rem
}

.xwdt-inner .xwdt-inner-left img {
    width: 100%;
    height: 268px;
}

.xwdt-inner .xwdt-inner-left .tt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0px;
    height: 40px
}

.xwdt-inner .xwdt-inner-left .aa {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 28px
}

.xwdt-inner .xwdt-inner-left .dd {
    font-size: 14px;
    color: #0160BA;
    padding-top: 10px;
}

.xwdt-inner .xwdt-inner-right {
    width: 33.333%;
    float: left;
    /*padding:0 1.25rem 0 0;*/
}

.xwdt-inner .xwdt-inner-right ul li {
    border-bottom: #C9C9C9 1px solid;
}

.xwdt-inner .xwdt-inner-right ul li a {
    line-height: 2.4rem;
}

.xwdt-inner .xwdt-inner-right .ddr {
    color: #0160BA;
    font-size: 14px
}