<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    /*word-break:break-all;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

a[href]:after {
    content: normal;
}

*:focus {
    outline: none;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
    background: #ffffff;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ol,
ul {
    list-style: none;
}

ul,
li,
a {
    padding: 0px;
    margin: 0px;
}

select {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.tj {
    text-align: justify;
}

.t3d {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bdr4 {
    border-radius: 4px;
}

.lets {
    letter-spacing: 1px;
}

.blackborder {
    border: #000 solid 4px;
}

.bgbai {
    background: #ffffff;
}

.bgqh {
    background: #e3eef5;
}

.bgf3 {
    background: #f3f3f3;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt18 {
    margin-top: 18px;
}

.mt25 {
    margin-top: 25px;
}

.ml5 {
    margin-left: 3px;
}

.mr5 {
    margin-right: 3px;
}

.space0 {
    padding: 0 0 0 30px;
}

.space15 {
    padding: 15px;
}

.space18 {
    padding: 18px;
}

.space20 {
    padding: 20px;
}

.bh {
    display: block;
    overflow: hidden;
}

.space-top {
    padding-top: 10px;
}

.space-bottom {
    padding-bottom: 25px;
}

.space-ry {
    padding: 30px;
}

.img-portfolio {
    margin-bottom: 15px;
}

.img-hover:hover {
    opacity: 0.8;
}

.webmp {}

.mobmt {}

.mobpadding {}

.mobmargin {}

.lanmumt {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .ml5 {
        margin-left: 0px;
    }

    .mr5 {
        margin-right: 0px;
    }

    .mobmt {
        margin-top: 30px;
    }

    .mobpadding {
        padding: 0;
    }

    .mobmargin {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .webmp {
        margin: 0 auto;
        padding: 0;
    }

    .mobmt {
        margin-top: 20px;
    }

    .lanmumt {
        margin-top: 0;
    }
}

.panel-group {
    margin-bottom: 0px;
}

.textcenter {
    text-align: center;
    margin: 0;
}

.secondarybox {
    display: block;
    padding: 0 0 30px 0;
    min-height: -moz-calc(100vh - 404px);
    min-height: -webkit-calc(100vh - 404px);
    min-height: calc(100vh - 404px);
}

.secondarybox .winrow {
    margin-right: -15px;
    margin-left: -15px;
}

.secondarybox .winrow:after {
    clear: both;
}

.secondarybox .winrow:after,
.secondarybox .winrow:before {
    display: table;
    content: " ";
}

.secondarybox .col-winl,
.secondarybox .col-winr {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.secondarybox .col-winl {
    width: 23%;
}

.secondarybox .col-winr {
    width: 77%;
}

.secondarydetailbox {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
}

.secondarydetailbox form {
    background: #f9f9f9;
    padding: 15px 13px 5px 10px;
    border-radius: 2px;
    border: #ececec solid 1px;
}

.secondarydetailbox .jsbox {
    padding-right: 6px;
    text-align: right;
    color: #1b1b1b;
    /* font-weight: 600; */
    font-size: 13px;
    background: #f9f9f9;
    width: 76px;
}

.secondarydetailbox .jsbox1 {
    padding-right: 6px;
    text-align: right;
    color: #1b1b1b;
    /* font-weight: 600; */
    font-size: 13px;
    background: #f9f9f9;
    width: 84px;
}

.secondarydetailbox .p0 {
    padding: 0px;
}

@media (min-width: 768px) {

    .secondarybox .col-winl,
    .secondarybox .col-winr {
        float: left;
    }
}

@media (max-width: 1199px) {
    .secondarybox .col-winl {
        width: 25%;
    }

    .secondarybox .col-winr {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .secondarydetailbox {
        margin-left: 0;
    }

    .secondarybox .col-winl {
        width: 33.33333333%;
    }

    .secondarybox .col-winr {
        width: 66.66666667%;
    }
}

@media (max-width: 767px) {
    .secondarybox {
        padding: 6px 0 20px 0;
    }

    .secondarybox .col-winl,
    .secondarybox .col-winr {
        width: 100%;
    }
}

.nrhei {
    font-size: 15px;
    line-height: 180%;
    color: #222;
}

h2 {
    color: #005896;
}

.column_nr {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
}

.column_gd {
    display: block;
    overflow: hidden;
}

.border-not {
    background: #fdfdfd;
    border-left: #b8dcec solid 1px;
    border-right: #b8dcec solid 1px;
    border-bottom: #b8dcec solid 1px;
    width: 100%;
}

.imgborder {
    border: #e6e6e6 solid 0px;
    margin-bottom: 18px;
}

.imgbox {
    padding: 15px 15px 0 15px;
}

.indexbox {
    overflow: hidden;
}

.indexbox1 {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 23px;
}

.indexbox2 {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}

.indexbox hr {
    border-top: 1px dotted #cbcbcb;
}

.indexrbox {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .indexbox2 {
        margin-bottom: 18px;
    }
}

.breadcrumb {
    padding: 18px 15px;
}

/*---------------åŒºåŸŸ---------------------*/
.hotnew {
    padding: 30px 0 0 0;
}

.firstpart {
    padding: 34px 0 0 0;
}

.secondpart {
    padding: 34px 0 0 0;
}

.thirdpart {
    padding: 34px 0 0 0;
}

.fourthpart {
    padding: 34px 0 36px 0;
}

.fiveshpart {
    padding: 14px 0 36px 0;
    background: #ecf1f8;
}

.subpage {
    padding: 0 20px 26px 20px;
    overflow: hidden;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .subpage {
        padding: 0 16px 26px 16px;
    }
}

/*---------------è¾¹æ¡†---------------------*/
.inspace {
    overflow: hidden;
    padding: 18px;
}

.borderstyle {
    background: #ffffff;
    border-radius: 0px;
}

.rborderstyle {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.xlborderstyle {
    background: #ffffff;
    padding: 40px 80px 50px 80px;
    border-radius: 3px;
    overflow: hidden;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.dpborderstyle {
    background: #ffffff;
    padding: 38px 50px 42px 50px;
    border-radius: 1px;
    overflow: hidden;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.dpborderstyle {
    display: block;
    overflow: hidden;
}

.dpborderstyle form {
    background: #f9f9f9;
    padding: 15px 13px 5px 10px;
    border-radius: 2px;
    border: #ececec solid 1px;
}

.dpborderstyle .jsbox {
    padding-right: 6px;
    text-align: right;
    color: #1b1b1b;
    /* font-weight: 600; */
    font-size: 13px;
    background: #f9f9f9;
    width: 76px;
}

.dpborderstyle .jsbox1 {
    padding-right: 6px;
    text-align: right;
    color: #1b1b1b;
    /* font-weight: 600; */
    font-size: 13px;
    background: #f9f9f9;
    width: 84px;
}

.dpborderstyle select.form-control {
    padding: 0 5px;
    margin: 0;
    height: 30px;
    color: #454545;
}

.dpborderstyle .form-control {
    border-color: #ccc;
    background: #ffffff;
    height: 30px;
    color: #4e4e4e;
}

.dpborderstyle .p0 {
    padding: 0px;
}

.lbborderstyle {
    background: #ffffff;
    overflow: hidden;
    /*-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 1024px) {
    .dpborderstyle {
        padding: 32px 40px;
    }
}

@media (max-width: 991px) {
    .xlborderstyle {
        padding: 20px 40px 20px 40px;
    }
}

@media (max-width: 767px) {
    .xlborderstyle {
        padding: 20px 18px 10px 18px;
    }

    .dpborderstyle {
        padding: 18px;
    }
}

/*---------------æ&nbsp;…æ&nbsp;¼å¸ƒå±€---------------------*/
.win-l {
    width: 68.333333%;
    padding-right: 30px;
}

.win-r {
    width: 31.666666%;
}

.wins-l {
    width: 65.391%;
}

.wins-r {
    width: 34.609%;
    padding-left: 34px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .win-l {
        width: 100%;
        padding-right: 0px;
    }

    .win-r {
        width: 100%;
    }

    .wins-l {
        width: 100%;
    }

    .wins-r {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 800px) {}

@media (max-width: 767px) {}

/*---------------head---------------------*/
.top-l {
    width: 75%;
    float: left;
}

.top-r {
    width: 25%;
    float: right;
}

.soc_icons {
    overflow: hidden;
    padding: 46px 0 0 0;
}

.webheader {
    position: relative;
    background-image: url(yjs-headbg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #071e40;
    background-size: cover;
}

.webheader .logo {
    margin: 48px 0 46px 0;
    background: url(yjs-logo.png) no-repeat left center;
    height: 46px;
}

.webheader .moblogo {
    margin: 30px 0 18px 0;
    overflow: hidden;
}

.webheader .relatedlink {
    margin: 36px 12px 12px 0;
    text-align: right;
}

.searchbox {
    position: relative;
    width: 74%;
    border-radius: 20px;
    background: #fff;
    height: 36px;
    overflow: hidden;
}

.searchbox input[type="text"] {
    padding: 0 0 0 15px;
    outline: none;
    color: #50607d;
    background: none;
    border: none;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 36px;
    -webkit-appearance: none;
    font-family: Arial;
}

.searchbox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.searchbox input[type="text"]::-webkit-input-placeholder {
    color: #939ba9 !important;
}

.searchbox input[type="submit"] {
    background: url(ltb-searchbtnbg.png) no-repeat 0px 1px;
    border: none;
    cursor: pointer;
    width: 24px;
    outline: none;
    position: absolute;
    top: 9px;
    right: 10px;
}

.searchbox input {
    /* appearance: none !important; */
    -moz-appearance: none !important;
    outline: none !important;
    -moz-outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

@media (max-width: 1199px) {}

@media (max-width: 1024px) {
    .searchbox {
        width: 91%;
    }
}

@media (max-width: 991px) {
    .webheader .relatedlink {
        margin: 34px 12px 12px 0;
    }

    .webheader .logo {
        background: url(yjs-logo-sm.png)no-repeat left center;
        height: 38px;
    }

    .top-l {
        width: 72%;
    }

    .top-r {
        width: 28%;
    }
}

@media (max-width: 800px) {}

@media (max-width: 767px) {
    .webheader {
        /*background-position: top center;background-size: cover;*/
        background-position: 47% 1%;
        background-size: 268% 110%;
        background-attachment: fixed;
    }

    .webheader .moblogo {
        margin: 20px 0 18px 0;
    }

    .webheader .relatedlink {
        margin: 0 2px 8px 0;
        text-align: center;
    }

    .top-l {
        width: 100%;
    }

    .top-r {
        width: 100%;
    }

    .searchbox {
        width: 100%;
        height: 32px;
        margin: 0 auto 20px auto;
        float: none;
    }

    .soc_icons {
        padding: 0 0 34px 0;
    }

    .searchbox input[type="text"] {
        line-height: 32px;
    }

    .searchbox input[type="submit"] {
        top: 6px;
    }
}

/*---------------ç„¦ç‚¹å›¾&amp;æ–°é—»---------------------*/
.focusimgbox {
    overflow: hidden;
    background: #ffffff;
    /*-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.03);*/
}

/* ç„¦ç‚¹å›¾å®¹å™¨*/
.cmain1a {
    width: 100%;
}

.cmain1ay {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 0px;
    overflow: hidden;
    height: 460px;
}

.cmain1ay hr {
    margin: 22px 0;
    border-color: #e6e6e6;
}

.cmain1ay .newest {
    overflow: hidden;
    height: 130px;
}

.cmain1ay .title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
    font-weight: 700;
}

.cmain1ay .title a {
    color: #132f59;
}

.cmain1ay .title a:hover {
    color: #e90000;
    text-decoration: none;
}

.cmain1ay img {
    max-width: none;
}

.cmain1ax li {
    float: left;
    height: 38px;
    line-height: 24px;
}

.cmain1ax li.now {
    background: url() no-repeat bottom center;
}

.cmain1ax li.now a {
    color: #004280;
    text-decoration: none;
}

#threea1 {
    margin: 0 24px 0 0;
    text-align: center;
}

#threea2 {
    margin: 0 24px 0 0;
    text-align: center;
}

#threea3 {
    margin: 0 24px 0 0;
    text-align: center;
}

.cmain1ax li a {
    color: #004280;
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-weight: 700;
    text-decoration: none;
}

.cmain1ay1 {
    width: 163px;
    height: 220px;
    float: left;
    position: relative;
    margin-right: 12px;
}

.cmain1ay1x {
    width: 163px;
    height: 28px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 0;
    background: url();
}

.cmain1ay1x a {
    color: #000000;
    line-height: 28px;
    font-size: 11px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

.cmain1a .morelink {
    text-align: right;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.cmain1a .morelink a {
    color: #3e4b5e;
    text-decoration: none;
    display: block;
    padding: 3px 12px;
    background: #f2f2f2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 15px;
}

.cmain1a .morelink a:hover {
    color: #fff;
    text-decoration: none;
    background: #003e88;
}

.txt_hedar {
    height: 66px;
    overflow: hidden;
}

.txt_hedar a {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    color: #8c8c8c;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.list-index {
    overflow: hidden;
    display: block;
    margin-top: 17px;
}

.list-index ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    text-align: left;
    padding-bottom: 14px;
    margin-bottom: 13px;
}

/*.list-index ul li:last-child {margin-bottom: 0px;border: 0;padding: 0;}*/
.list-index ul li a {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.3;
    color: #444;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    /*-webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 37px;*/
}

.list-index ul li a:hover {
    color: #0f4a9f;
    text-decoration: none;
}

.list-index span {
    line-height: 1;
    color: #3972c1;
    font-size: 14px;
    display: block;
}

@media (max-width: 1280px) {
    .list-index ul li {
        margin-bottom: 10px;
    }

    .cmain1ay {
        height: 354px;
    }
}

@media (max-width: 1199px) {
    .cmain1ay {
        height: 310px;
    }

    .cmain1ay hr {
        margin: 16px 0;
    }

    .list-index ul li {
        margin-bottom: 8px;
    }

    .list-index ul li a {
        width: 88%;
    }
}

@media (max-width: 1024px) {
    .cmain1ay {
        height: 252px;
    }

    .list-index ul li {
        margin-bottom: 10px;
    }

    .list-index ul li a {
        width: 86%;
    }
}

@media (max-width: 991px) {
    .txt_hedar {
        height: auto;
    }

    .txt_hedar a {
        -webkit-line-clamp: initial;
    }

    .cmain1ay .newest {
        height: auto;
    }

    .cmain1a {
        margin-top: 26px;
    }

    .cmain1ay {
        height: auto;
    }

    .cmain1ay .title {
        font-size: 22px;
    }

    .list-index ul li {
        margin-bottom: 14px;
    }

    .list-index ul li a {
        white-space: inherit;
        width: 91%;
    }
}

@media (max-width: 767px) {
    .list-index ul li a {
        width: 83%;
    }
}

/*----------------------æ’å›¾---------------------*/
.illustration {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    margin: 24px 0 22px 0;
}

@media (max-width: 767px) {
    .illustration {
        height: auto;
    }
}

/*----------------------å®žéªŒå®¤ç®€ä»‹---------------------*/
.zxjj {
    overflow: hidden;
}

.zxjj li {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.zxjj li:last-child {
    margin-bottom: 0px;
}

.zxjj li h2 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 8px 0;
}

.zxjj li h2 a {
    color: #000000;
    font-family: \5FAE\8F6F\96C5\9ED1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.zxjj li h2 a:hover {
    color: #145f35;
    text-decoration: none;
}

.zxjj .news-img {
    margin-right: 22px;
    margin-bottom: 0px;
}

.zxjj .news-img img {
    width: 278px;
    height: 188px;
}

.zxjj .news-txt p {
    line-height: 190%;
    font-size: 15px;
    margin: 0px;
    color: #333;
}

.zxjj .news-txt i {
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #268d42;
    display: block;
    font-style: normal;
    text-align: right;
    font-family: Arial;
}

.zxjj .news-txt p a {
    overflow: hidden;
    color: #f08519;
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    display: block;
}

.zxjj .news-txt p a:hover {
    color: #0070bc;
}

.zxjj .new-r {
    overflow: hidden;
}

.zxjj .new-r h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    margin: 0 0 6px 0;
    display: block;
}

.zxjj .new-r h3 a {
    color: #000000;
}

.zxjj .new-r h3 a:hover {
    color: #007f1e;
}

.zxjj .new-r p {
    font-size: 14px;
    color: #828282;
    line-height: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .zxjj li {
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
    .zxjj .news-img img {
        width: 231px;
        height: 156px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 800px) {}

@media (max-width: 767px) {
    .zxjj .news-img {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }

    .zxjj .news-img img {
        width: 100%;
        height: auto;
    }
}

/*---------------é¦–é¡µå›¾æ–‡---------------------*/
.homelist {
    overflow: hidden;
    margin-top: 20px;
}

.homelist li {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.homelist li:last-child {
    margin-bottom: 0px;
}

.homelist li h2 {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.homelist li h2 a {
    color: #333;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homelist li h2 a:hover {
    color: #002e80;
    text-decoration: none;
}

.homelist .news-img img {
    border: #d6d6d6 solid 1px;
}

.homelist .news-txt span {
    font-size: 15px;
    color: #125eb8;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
    display: block;
    text-align: right;
}

.homelist .news-txt p {
    line-height: 150%;
    font-size: 14px;
    margin: 0px;
    color: #797979;
    word-break: break-all;
    overflow: hidden;
}

.homelist .news-txt i {
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #125eb8;
    display: block;
    font-style: normal;
    text-align: right;
}

.homelist .news-txt p a {
    overflow: hidden;
    color: #f08519;
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
    display: block;
}

.homelist .news-txt p a:hover {
    color: #15549a;
}

@media (min-width: 768px) {
    .homelist .news-img img {
        width: 220px;
        height: 148px;
    }

    .homelist .news-img {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .homelist .news-txt p {
        overflow: inherit;
        line-height: 150%;
    }

    .homelist .news-img {
        margin-right: 18px;
    }
}

@media (max-width: 1024px) {
    .homelist .news-img img {
        width: 162px;
        height: 109px;
    }
}

@media (max-width: 991px) {
    .homelist .news-img img {
        width: 194px;
        height: 122px;
    }
}

@media (max-width: 800px) {
    .homelist .news-img img {
        width: 181px;
        height: 113px;
    }

    .homelist li h2 a {
        overflow: inherit;
    }
}

@media (max-width: 767px) {
    .homelist .news-img {
        margin-bottom: 2px;
        margin-right: 15px;
    }

    .homelist .news-img img {
        width: 148px;
        height: 94px;
    }

    .homelist li h2 {
        font-size: 18px;
    }

    .homelist li h2 a {
        white-space: inherit;
    }
}

/*---------------å›¾ç‰‡åˆ‡æ¢---------------------*/
.swipslider {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 192px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swipslider .sw-slides {
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    bottom: 0;
}

.swipslider .sw-slide {
    border: #d6d6d6 solid 1px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative;
}

.swipslider .sw-slide&gt;img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swipslider .sw-slide img {
    width: 100%;
    height: 100%;
}

.swipslider .sw-slide .sw-content {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.sw-bullet {
    position: absolute;
    bottom: 9px;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sw-bullet li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #dbdbdb;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out;
}

.sw-bullet li:hover {
    background-color: rgba(219, 219, 219, 0.6);
}

.sw-bullet li.active {
    background-color: #ff2400;
    box-shadow: 0 0 2px rgba(219, 219, 219, 0.6);
}

.sw-bullet li:not(:last-child) {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .swipslider {
        padding-top: 183px;
    }
}

@media (max-width: 991px) {
    .swipslider {
        padding-top: 176px;
    }
}

@media (max-width: 800px) {
    .swipslider {
        padding-top: 176px;
    }
}

@media (max-width: 767px) {
    .swipslider {
        padding-top: 194px;
    }
}

@media (max-width: 380px) {
    .swipslider {
        padding-top: 153px;
    }
}

@media (max-width: 320px) {
    .swipslider {
        padding-top: 126px;
    }
}

/*---------------Banner Links---------------------*/
.banlinks {}

/*.banlinks .row {margin-left: -9px;margin-right: -9px;}
.banlinks .row &gt; [class^='col'] {padding-left: 9px;padding-right: 9px;}*/
.banlinks li {
    margin-top: 24px;
}

.banlinks li img {
    height: 92px;
    border: #e3e3e3 solid 1px;
    width: 100%;
}

.banlinks .pgli {
    margin-bottom: 20px;
}

/*-------------------Our Team--------------------*/
.teams {
    margin-bottom: 6px;
}

.teams li {
    margin-top: 32px;
}

.teams li .boxstyle {}

.teams li .boxstyle img {
    width: 150px;
    height: 200px;
    border-radius: 3px;
    -ms-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.34);
}

.teams li a:hover .boxstyle img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.teams li .boxstyle .txtinfo {
    margin: 14px 0 0 0;
    overflow: hidden;
}

.teams li .boxstyle .txtinfo h5 {
    font-size: 13px;
    color: #f7931e;
    margin: 0 0 8px 0;
}

.teams li .boxstyle .txtinfo h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px 0;
    line-height: 20px;
    text-align: center;
}

.teams li .boxstyle .txtinfo h4 a {
    color: #333;
    word-break: break-all;
}

.teams li .boxstyle .txtinfo h4 a:hover {
    color: #00429b;
}

.teams li .boxstyle .txtinfo p {
    font-size: 14px;
    color: #888;
    line-height: 140%;
    margin: 0;
    word-break: break-all;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 20px;
}

.teams li .boxstyle .txtinfo span {
    font-size: 13px;
    color: #808080;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .teams li .boxstyle img {
        width: 126px;
        height: 169px;
    }
}

@media (max-width: 991px) {
    .teams li .boxstyle img {
        width: 150px;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .teams li {
        margin-top: 16px;
    }

    .teams li .boxstyle .txtinfo p {
        height: 38px;
    }

    .teams {
        margin-top: 12px;
    }
}

@media (max-width: 380px) {
    .teams li .boxstyle img {
        width: 139px;
        height: 185px;
    }
}

@media (max-width: 320px) {
    .teams li .boxstyle img {
        width: 111px;
        height: 148px;
    }
}

/*---------------æ&nbsp;ç›®---------------------*/
.lanmu {
    height: 44px;
    background: #0969ac;
}

.lanmu_l {
    line-height: 43px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    font-size: 20px;
    padding: 0 0 0 28px;
    background: url() no-repeat 0 15px;
    margin-left: 16px;
}

.lanmu_r {
    line-height: 44px;
    padding-right: 15px;
    float: right;
    color: #72c1f2;
    font-size: 12px;
}

.lanmu_r a {
    color: #72c1f2;
    text-decoration: none;
}

.lanmu_r a:hover {
    color: #ffffff;
    text-decoration: none;
}

.lanmu1 {
    height: 57px;
    background: #01418b;
}

.lanmu1_l {
    height: 57px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    font-size: 21px;
    margin-left: 14px;
}

.lanmu1_l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
}

.lanmu1_r {
    line-height: 57px;
    padding-right: 15px;
    float: right;
    color: #bddcff;
    font-size: 14px;
}

.lanmu1_r a {
    color: #89b3f8;
    text-decoration: none;
}

.lanmu1_r a:hover {
    color: #ffa716;
    text-decoration: none;
}

.lanmu2 {
    overflow: hidden;
    margin: 20px 0 0 0;
    border-bottom: #dddddd solid 1px;
}

.lanmu2_l {
    color: #333936;
    float: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0 0 9px 0;
}

.lanmu2_l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
}

.lanmu2_r {
    line-height: 32px;
    float: right;
    font-size: 12px;
}

.lanmu2_r a {
    color: #bfcddd;
    text-decoration: none;
}

.lanmu2_r a:hover {
    color: #ffffff;
    text-decoration: none;
}

.sublanmu {
    overflow: hidden;
    background: #d8e8f7;
    border-left: #0f86e4 solid 4px;
    padding: 0 12px 0 12px;
    margin: 18px 0 13px 0;
}

.sublanmu_l {
    color: #082675;
    float: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
}

.sublanmu_l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
}

.column {
    background: url(yjs-tabbg.png) left bottom repeat-x;
    overflow: hidden;
}

.column_l {
    width: auto;
    border-bottom: #305ea3 solid 3px;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    float: left;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding: 0 0 11px 0;
}

.column_l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
}

.column_r {
    width: auto;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial;
    text-align: right;
    float: right;
    overflow: hidden;
}

.column_r a {
    color: #8094b4;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

.column_r a:hover {
    color: #2d66bb;
}

.subcolumn {
    background: url(yjs-tabbg.png) left bottom repeat-x;
    overflow: hidden;
}

.subcolumn_l {
    width: auto;
    border-bottom: #305ea3 solid 3px;
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    float: left;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0 10px 0;
    line-height: 120%;
}

/*------------------æ»šåŠ¨å…¬å‘Š----------------*/
#marquee {
    width: 100%;
    height: 403px;
    overflow: hidden;
}

@media (max-width: 1280px) {
    #marquee {
        height: 384px;
    }
}

@media (max-width: 1199px) {
    #marquee {
        height: 284px;
    }
}

@media (max-width: 767px) {
    #marquee {
        height: 190px;
    }
}

/*------------------å›¾ç‰‡æ»šåŠ¨----------------*/
#marquee1 {
    overflow: hidden;
    margin-top: 20px;
    height: 220px;
    overflow: hidden;
}

#marquee1 ul {
    width: 888888px !important;
}

#marquee1 ul li {
    float: left;
    margin: 0px 12px;
}

#marquee1 ul li img {
    display: block;
    width: auto;
    height: 220px;
}

#marquee1 ul li p {
    text-align: center;
    color: #333;
    padding: 0 6px;
    font-size: 15px;
    margin: 10px 0 6px 0;
}

#marquee1 ul li:hover p {
    color: #002e80;
}

@media (max-width: 767px) {
    #marquee1 {
        height: 190px;
    }

    #marquee1 ul li img {
        height: 190px;
    }
}

.hui {
    font-size: 13px;
    line-height: 22px;
    color: #bfbfbf;
    text-decoration: none;
    font-family: Arial;
}

.hei {
    font-size: 12px;
    line-height: 18px;
    color: #8b8b8b;
    text-decoration: none;
    font-family: Arial;
}

a.hei:hover {
    color: #f86900;
    font-size: 12px;
    text-decoration: none;
}

.hei1 {
    font-size: 15px;
    line-height: 150%;
    color: #252525;
    text-decoration: none;
}

A.hei1:hover {
    COLOR: #00226f;
    FONT-SIZE: 15px;
}

.hei14 {
    font-size: 14px;
    line-height: 26px;
    color: #454545;
    text-decoration: none;
}

A.hei14:hover {
    COLOR: #004ea2;
    FONT-SIZE: 14px;
    text-decoration: none;
}

.lan {
    font-size: 12px;
    line-height: 18px;
    color: #0f8fd0;
    text-decoration: none;
}

a.lan:hover {
    color: #15499a;
    font-size: 12px;
    text-decoration: none;
}

.lan1 {
    font-size: 15px;
    line-height: 150%;
    color: #0047a8;
    text-decoration: none;
    font-family: Arial;
}

A.lan1:hover {
    COLOR: #9c8068;
    FONT-SIZE: 14px;
    TEXT-DECORATION: none;
}

.huang {
    font-size: 15px;
    color: #ffc435;
    line-height: 20px;
}

.dlan {
    font-size: 13px;
    line-height: 18px;
    color: #6ff3ff;
    text-decoration: none;
    font-family: Arial;
}

.bai {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1;
    background-image: url(ico-01.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 16px;
}

a.bai:hover {
    color: #6ff3ff;
    font-size: 13px;
}

.bai13 {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
}

a.bai13:hover {
    color: #00f0ff;
    font-size: 13px;
    text-decoration: none;
}

/*-----------------æ–‡å­—é“¾æŽ¥---------------------*/
.textlink {
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 26px;
}

.textlink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.textlink ul li {
    display: block;
}

.textlink ul li a {
    font-size: 15px;
    color: #454545;
    line-height: 30px;
    background-image: url(ico-01.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 10px;
}

.textlink ul li a:hover {
    color: #0030a0;
}

.textlink ul li i {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

/*---------------foot---------------------*/
.foot {
    background: url(yjs-footbg.jpg) no-repeat top center #0d3165;
    background-size: cover;
}

.foot .tophalf {
    padding: 32px 0 40px 0;
    border-bottom: #000 solid 1px;
}

.foot .secondhalf {
    padding: 12px 0;
    border-top: #255689 solid 1px;
    background: rgba(38, 45, 52, .4);
    color: #dce5eb;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
}

.foot .secondhalf img {
    display: inline-block;
    margin-left: 15px;
}

.foot .secondhalf a {
    color: #dce5eb;
}

.foot .secondhalf a:hover {
    color: #5094c2;
}

.copyright {
    font-size: 12px;
    line-height: 20px;
    color: #f7f7f7;
    display: block;
    overflow: hidden;
}

.copyright .cas {
    width: 266px;
    border-right: #89abca solid 1px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 12px 20px 0 0;
    text-align: center;
}

.copyright .cas img {}

.copyright .left {
    width: 58%;
    font-size: 14px;
    line-height: 22px;
    color: #dce5eb;
    display: block;
    overflow: hidden;
    float: left;
    margin: 8px 0 0 0;
}

.copyright .left a {
    color: #dce5eb;
}

.copyright .left a:hover {
    color: #7eacf2;
}

.copyright .rightbz {
    width: 80px;
    display: block;
    overflow: hidden;
    float: right;
    margin: 0 15px 0 0;
}

.copyright .rightjb {
    width: 65px;
    padding: 10px 0 0 0;
    display: block;
    overflow: hidden;
    float: right;
}

.copyright .rightwx {
    width: 80px;
    padding: 10px 0 0 0;
    display: block;
    overflow: hidden;
    float: right;
}

@media screen and (max-width: 1024px) {
    .copyright .left {
        width: 57%;
    }
}

@media screen and (max-width: 991px) {
    .copyright .left {
        width: 58%;
    }

    .copyright .cas {
        width: 100%;
        border: 0px;
        margin: 12px 0 0 0;
    }

    .copyright .cas img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .copyright .left {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
    }

    .copyright .rightbz {
        margin: 0 auto;
        float: inherit;
    }
}

@media screen and (max-width: 767px) {
    .foot .secondhalf {
        padding: 18px 0;
    }

    .foot .secondhalf img {
        display: none;
    }
}

/*---------------------------------nav&amp;menu------------------------------------------*/
.twobanner {
    height: 236px;
    border-top: #4d788e solid 1px;
}

.twolmmt {
    margin: 4px 0 0 0;
}

.h_menu {
    padding: 0;
}

.location_menu {
    overflow: hidden;
    padding: 0px;
}

.navbar {
    min-height: 40px;
    border: 0px solid transparent;
}

.navbar-toggle {
    float: right;
    padding: 4px 5px;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 0px;
    border: 2px solid #F6FAFC;
}

.navbar-menu {
    font-size: 19px;
    color: #ffffff;
    float: left;
    font-weight: 500;
    margin: 12px 0 0 0;
}

.navbar-default .navbar-collapse {
    border-color: #031c33;
}

.nav-tabs&gt;li {
    text-align: center;
}

.nav-tabs&gt;li:last-child {
    border-right: #cacaca solid 0px;
}

.nav-stacked&gt;li {
    background: #e9f6fe;
    border-top: #feffff solid 1px;
    border-bottom: #cce7fa solid 1px;
}

@media (max-width: 1024px) {
    .twobanner {
        height: 206px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-pills&gt;li&gt;a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .navbar-menu {
        display: none;
    }

    .navbar-right {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .twobanner {
        height: 142px;
    }

    .h_menu {
        position: relative;
    }

    .location_menu {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 640px) {
    .navbar-collapse {
        margin-top: 6px;
    }
}

@media screen and (max-width: 480px) {
    .nav-tabs&gt;li {
        width: 100%;
        border-right: #cacaca solid 0px;
    }
}

.dropdowns {
    position: relative;
}

.dropdown .dropdowns.open&gt;a:before {
    content: "\f105";
    color: #e3e3e3;
}

.dropdown .dropdowns&gt;a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    margin-left: 0;
    visibility: visible;
    color: #6895be;
}

.contentWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.contentLeft {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contentRight {
    padding: 1.3rem 2rem;
    margin-left: 250px;
}

.leftNavigation {
    margin: 0rem 0;
}

.leftNavigation li {
    margin-top: 6px;
    background-color: #f5f5f5;
}

.leftNavigation,
.leftNavigation li ul {
    list-style: none;
    padding: 0;
}

.leftNavigation li a {
    font-size: 16px;
    display: block;
    padding: 17px 30px 17px 32px;
    color: #444;
    /*border-bottom: solid 1px #1e76b8;*/
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
}

.leftNavigation li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #bebebe;
    position: absolute;
    top: 49%;
    left: 16px;
    margin-top: -2px;
    background-image: none;
}

.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
    line-height: 160%;
}

.leftNavigation li a .leftNavIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    padding: 12px 0;
    text-align: center;
    font-weight: 500;
    color: #bebebe;
    font-size: 22px;
}

.leftNavigation li.active a .leftNavIcon {
    color: #1f5cb5;
}

.leftNavigation li a .leftNavIcon1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    padding: 0.8rem 0;
    text-align: center;
}

.leftNavigation li a:hover {
    color: #444;
    text-decoration: none;
    background: #dbe9fc;
}

.leftNavigation li a:hover:after {
    background-color: #1658b3;
}

.leftNavigation li a:hover .leftNavIcon {
    color: #1f5cb5;
}

.leftNavigation li ul {
    display: none;
    margin: 0;
}

.leftNavigation li ul li {
    border-bottom: solid 1px #1e76b8;
}

.leftNavigation li ul li a {
    border: 0px;
    font-size: 15px;
    color: #ffffff;
    background: url(ico-01.gif) no-repeat 29px 20px;
    padding-left: 42px;
}

.leftNavigation li ul li a:hover {
    background: url(ico-01.gif) no-repeat 29px 20px;
    color: #8bebff;
    text-decoration: none;
}

/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
    color: #8bebff;
    text-decoration: none;
}

.leftNavigation li.active&gt;a {
    color: #444;
    text-decoration: none;
}

.leftNavigation li.active&gt;a:after {
    background-color: #1658b3;
}

.leftNavigation li.active ul {
    display: block;
    border-top: solid 1px #1e76b8;
}

.leftNavigation&gt;li.active {
    background-color: #dbe9fc;
}

.leftNavigation li ul li .level4 {
    border-top: solid 1px #1e76b8;
}

.leftNavigation li ul li .level4 li a {
    border-bottom: solid 0px #D0E9F3;
    font-size: 14px;
    color: #e2f5fa;
    padding-left: 42px;
    background: transparent;
}

.leftNavigation li ul li .level4 li a:hover {
    color: #8bebff;
}

.leftNavigation li ul li .level4 li {
    border-bottom: solid 1px #1e76b8;
}

.leftNavigation li ul li .level4 li:last-child {
    border-bottom: solid 0px #D0E9F3;
}

.thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    padding: 4px;
}

/*---------------ç»†è§ˆ---------------------*/
.embed-wrapper,
.iframe-wrapper {
    position: relative;
    height: 0;
    margin: 0 -15px;
    padding: 0 0 50%;
    overflow: hidden
}

.embed-wrapper embed,
.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper video,
.iframe-wrapper embed,
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper video {
    position: absolute;
    height: 100%;
    width: 100%
}

.xlmain {
    display: block;
    margin: 0;
}

.xlmain .wztitle {
    color: #114296;
    line-height: 130%;
    font-size: 30px;
    margin: 15px 0 36px 0;
    font-weight: 700;
    word-break: break-all;
    text-align: center;
}

.xlmain .basicinfo {
    overflow: hidden;
    border-bottom: solid 1px #e2e2e2;
    padding: 0px 0px 3px 0px;
}

.xlmain .basicinfo .qtinfo {
    color: #777;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.xlmain .basicinfo .qtinfo a {
    color: #777;
    text-decoration: none;
}

.xlmain .basicinfo .qtinfo a:hover {
    color: #de0c0c;
    text-decoration: none;
}

.xlmain .basicinfo .share {
    overflow: hidden;
    float: right;
}

.xlmain .basicinfo .ot-socials {
    text-align: right;
}

.xlmain .basicinfo .ot-socials a {
    display: inline-block;
    height: 16px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
}

.xlmain .text {
    margin: 28px 0 0 0;
    overflow: hidden;
    display: block;
}

.xlmain .text p {
    margin: 0 0 15px 0;
}

.xlmain .text p:last-child {
    margin: 0 0 0 0;
}

.xlmain .text strong {
    font-size: 18px;
    color: #222;
}

.xlmain .text img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.xlmain .text th,
.xlmain .text td {
    text-align: center;
}

.xlmain .textxl {
    margin: 26px 0 0 0;
    overflow: hidden;
    display: block;
}

.xlmain .textxl p {
    margin: 0 0 22px 0;
}

.xlmain .textxl p:last-child {
    margin: 0;
}

.xlmain .textxl img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.xlmain .textxl table {
    margin: 0 0 15px 0;
}

.xlmain .textxl td {
    text-align: center;
}

.xlmain .textxl video {
    border: #d9d9d9 solid 5px;
    border-radius: 5px;
    width: 66% !important;
    height: 100% !important;
    margin-bottom: 16px;
}

.xlmain .textld {
    margin: 32px 0 30px 0;
}

.xlmain .textld .photo {
    float: left;
    position: relative;
    margin: 0 26px 0px 26px;
}

.xlmain .textld .photo img {
    border-radius: 4px;
    margin: 0 0 15px 0 !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 200px;
    -ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
    -o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}

.xlmain .textsp {
    margin: 38px auto 0 auto;
    overflow: hidden;
    display: block;
    width: 66%;
    position: relative;
}

.xlmain .textsp .txsp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1;
}

.xlmain .textsp video {
    border: #d9d9d9 solid 6px;
    border-radius: 5px;
    width: 100% !important;
    height: 100% !important;
}

.xlmain .table-bordered&gt;tbody&gt;tr&gt;th,
.xlmain .table-bordered&gt;tbody&gt;tr&gt;td {
    vertical-align: middle;
    letter-spacing: 0px;
}

.xlmain .table-bordered&gt;tbody&gt;tr&gt;td {
    font-size: 15px;
}

.xlmain .table-bordered&gt;tbody&gt;tr&gt;th {
    font-size: 15px;
    color: #282828;
    background-color: #f3f3f3;
}

.rylanmu {
    overflow: hidden;
    background: #d5eaf8;
    border-left: #1259b9 solid 5px;
    padding: 0 12px 0 12px;
    margin: 18px 0 16px 0;
}

.rylanmu_l {
    color: #082675;
    float: left;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    padding: 6px 0;
}

.rylanmu_l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
}

.xlmain .textry {
    overflow: hidden;
    font-size: 15px;
    line-height: 160%;
}

.xlmain .textry h3 {
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    font-weight: 700;
    padding: 16px 0 16px 0;
    border-bottom: #e0e0e0 solid 1px;
    color: #222;
    margin: 0 0 30px 0;
}

.xlmain .textry .left img {
    max-width: 198px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.xlmain .textry .equipment {
    overflow: hidden;
    float: left;
}

.xlmain .textry .equipment img {
    max-width: 300px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.xlmain .textry .mt {
    margin-top: 288px;
}

.xlmain .textry p {
    margin: 0 0 16px 0;
}

.xlmain .textry p a {
    color: #21a9e2;
}

.xlmain .textry p a:hover {
    color: #212121;
}

.xlmain .textry strong {
    font-size: 20px;
    color: #0d4394;
    /*overflow: hidden;display: block;margin-bottom: -15px;*/
}

.xlmain .textry th {
    color: #333;
    font-size: 16px;
}

.xlmain .textry .ryname {
    overflow: hidden;
    border-left: 10px #FF9800 solid;
    padding-left: 20px;
    margin: 24px 0 40px 0;
}

.xlmain .textry .ryname h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 0 0 12px 0;
}

.xlmain .textry .ryname h4 b {
    font-size: 32px;
    color: #004098;
    font-weight: 700;
}

.xlmain .textry .ryname h5 {
    font-size: 18px;
    font-weight: 500;
    color: #777;
    margin: 0;
}

.xlmain .textry .ryinfo {
    overflow: hidden;
    background: #e6f3fc;
}

.xlmain .textry .ryinfo .ryimg {
    margin-right: 30px;
    background: #c1dced;
    padding: 30px 50px;
}

.xlmain .textry .ryinfo .ryimg img {
    border-radius: 5px;
    width: 180px;
    height: 240px;
}

.xlmain .textry .ryinfo .rytxt p {
    line-height: 220%;
    font-size: 17px;
    margin: 30px 0 0 0;
    color: #222;
}

.xlmain .textry .ryinfo .rytxt p a {
    color: #222;
    font-size: 17px;
    text-decoration: none;
    font-style: normal;
}

.xlmain .textry .ryinfo .rytxt p a:hover {
    color: #ff7300;
}

.xlmain .textry .rydetail {
    overflow: hidden;
    background: #f5fafe;
    padding: 18px 30px 30px 30px;
    margin: 26px 0 0 0;
}

.xlmain .textry .rydetail tbody {
    background-color: transparent;
}

.xlmain .textqk {
    overflow: hidden;
    font-size: 15px;
    line-height: 160%;
    color: #333;
    margin-top: 11px;
}

.xlmain .textqk p {
    margin: 0 0 16px 0;
}

.platformbox {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 0 68px 0;
}

.xlmain .platforminfo {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    min-height: 1000px;
}

.xlmain .platforminfo p {
    margin: 0 0 16px 0;
}

.xlmain .platforminfo p:last-child {
    margin: 0 0 0 0;
}

.xlmain .platforminfo img {
    display: block;
    margin: 0 auto 70px auto;
}

@media (min-width: 992px) {
    .xlmain .platforminfo {
        width: 876px;
    }
}

@media (min-width: 767px) {
    .xlmain .textxl img {
        max-width: 800px;
    }
}

@media (max-width: 1199px) {
    .xlmain .textsp {
        width: 64%;
    }
}

@media (max-width: 1024px) {
    .xlmain .textxl video {
        width: 76% !important;
    }
}

@media (max-width: 991px) {
    .xlmain .wztitle {
        font-size: 27px;
    }

    .xlmain .textsp {
        width: 80%;
    }

    .xlmain .textld .photo {
        width: 100%;
        margin: 0 0 18px 0;
    }

    .xlmain .textry .left {
        width: 100%;
    }

    .xlmain .textry .equipment {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .platformbox {
        margin: 32px 0 48px 0;
    }

    .xlmain .platforminfo {
        min-height: 800px;
    }

    .xlmain .platforminfo img {
        margin: 0 auto 60px auto;
    }
}

@media (max-width: 767px) {
    .xlmain .wztitle {
        margin: 0 0 26px 0;
        font-size: 24px;
    }

    .xlmain .basicinfo .qtinfo {
        margin: 0 0 8px 0;
    }

    .xlmain .text {
        margin: 18px 0 0 0;
    }

    .xlmain .textxl {
        margin: 20px 2px 0 2px;
    }

    .xlmain .textxl video {
        width: 100% !important;
    }

    .xlmain .textsp {
        width: 100%;
        margin: 20px auto 4px auto;
    }

    .xlmain .textry .rydetail {
        padding: 14px 18px 18px 18px;
    }

    .xlmain .platforminfo {
        width: 100%;
    }

    .xlmain .platforminfo img {
        margin: 0 auto 40px auto;
    }

    .xlmain .textry .left img {
        max-width: 260px;
        margin: 0 auto 30px auto;
    }

    .xlmain .textry .equipment img {
        max-width: inherit;
        margin: 0 auto 30px auto;
    }
}

/*-----------------å›¾ç‰‡åˆ—è¡¨---------------------*/
.graphiclist {
    overflow: hidden;
    margin-bottom: 30px;
}

.graphiclist li {
    margin: 30px 0 0 0;
}

.graphiclist li .boxstyle {
    overflow: hidden;
}

.graphiclist li .boxstyle img {
    /*border: #efefef solid 1px;*/
    width: 100%;
    height: 270px;
}

.graphiclist li a:hover .boxstyle img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.graphiclist li .boxstyle .txtinfo {
    margin: 10px 0 0 0;
    overflow: hidden;
    /*height: 38px;*/
}

.graphiclist li .boxstyle .txtinfo h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    height: 44px;
    text-align: center;
}

.graphiclist li .boxstyle .txtinfo h4 a {
    color: #333;
    overflow: hidden;
    width: 100%;
    line-height: 140%;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
}

.graphiclist li .boxstyle .txtinfo h4 a:hover {
    color: #002e80;
}

.graphiclist li .boxstyle .txtinfo p {
    font-size: 13px;
    color: #808080;
    line-height: 18px;
    margin: 4px 0 0 0;
    word-break: break-all;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.graphiclist li .boxstyle .txtinfo span {
    font-size: 13px;
    color: #808080;
    line-height: 22px;
}

@media (max-width: 1280px) {
    .graphiclist li .boxstyle img {
        height: 260px;
    }
}

@media (max-width: 1199px) {
    .graphiclist li .boxstyle img {
        height: 228px;
    }
}

@media (max-width: 1024px) {
    .graphiclist li .boxstyle img {
        height: 193px;
    }
}

@media (max-width: 991px) {
    .graphiclist li .boxstyle img {
        height: 229px;
    }
}

@media (max-width: 800px) {
    .graphiclist li .boxstyle img {
        height: 236px;
    }
}

@media (max-width: 768px) {
    .graphiclist li .boxstyle img {
        height: 224px;
    }
}

@media (max-width: 767px) {
    .graphiclist li .boxstyle img {
        height: auto;
    }
}


/*-----------------å›¾æ–‡åˆ—è¡¨---------------------*/
.pictextlist {
    overflow: hidden;
    margin-bottom: 10px;
}

.pictextlist li {
    margin-bottom: 22px;
    padding-bottom: 22px;
    display: block;
    overflow: hidden;
    border-bottom: #ccc dotted 1px;
}

/*.pictextlist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }*/
.pictextlist li h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.pictextlist li h2 a {
    color: #333;
    overflow: hidden;
    display: block;
}

.pictextlist li h2 a:hover {
    color: #002e80;
    text-decoration: none;
}

.pictextlist .news-img {
    margin-right: 25px;
}

.pictextlist .news-img img {
    border: #e4e4e4 solid 0px;
    width: 260px;
    height: auto;
}

.pictextlist .news-txt span {
    font-size: 15px;
    color: #125eb8;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
    display: block;
    text-align: right;
}

.pictextlist .news-txt p {
    line-height: 150%;
    font-size: 14px;
    margin: 0px;
    color: #797979;
    word-break: break-all;
    overflow: hidden;
}

.pictextlist .news-txt p a {
    overflow: hidden;
    color: #f08519;
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
    display: block;
}

.pictextlist .news-txt p a:hover {
    color: #15549a;
}

@media (max-width: 1024px) {
    .pictextlist .news-img img {
        width: 220px;
    }

    .pictextlist .news-txt p {
        overflow: inherit;
    }

    .pictextlist .news-img {
        margin-right: 18px;
    }
}

@media (max-width: 991px) {
    .pictextlist .news-img img {
        width: 190px;
    }

}

@media (max-width: 800px) {
    .pictextlist li h2 a {
        overflow: inherit;
    }
}

@media (max-width: 767px) {
    .pictextlist .news-img {
        margin-bottom: 22px;
        margin-right: 0px;
    }

    .pictextlist .news-img img {
        width: 100%;
    }

    /*.pictextlist .news-txt p {display: none;}*/
    .pictextlist li h2 {
        font-size: 20px;
    }
}

.new-graphic {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 26px;
}

.new-graphic li {
    margin-bottom: 22px;
    padding-bottom: 22px;
    display: block;
    overflow: hidden;
    border-bottom: #ccc dotted 1px;
}

/*.new-graphic li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }*/
.new-graphic li h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.new-graphic li h2 a {
    color: #333;
    overflow: hidden;
    display: block;
}

.new-graphic li h2 a:hover {
    color: #1151ab;
    text-decoration: none;
}

.new-graphic .news-img img {
    border: #d6d6d6 solid 0px;
}

.new-graphic .news-txt span {
    font-size: 15px;
    color: #286ed6;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
    display: block;
    text-align: right;
}

.new-graphic .news-txt p {
    line-height: 150%;
    font-size: 15px;
    margin: 0px;
    color: #797979;
    word-break: break-all;
    overflow: hidden;
}

.new-graphic .news-txt i {
    font-family: Arial;
    font-size: 15px;
    margin: 12px 0 0 0;
    color: #286ed6;
    display: block;
    padding: 0 5px 0 0;
    font-style: normal;
    text-align: right;
}

.new-graphic .news-txt p a {
    overflow: hidden;
    color: #f08519;
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
    display: block;
}

.new-graphic .news-txt p a:hover {
    color: #15549a;
}

@media (min-width: 768px) {
    .new-graphic .news-txt p {
        line-height: 150%;
        height: auto;
        font-size: 14px;
    }

    .new-graphic .news-img img {
        width: 268px;
        height: 151px;
    }

    .new-graphic .news-img {
        margin-right: 25px;
    }

}

@media (max-width: 1199px) {
    .new-graphic .news-txt p {
        overflow: inherit;
        line-height: 150%;
    }

    .new-graphic .news-img {
        margin-right: 18px;
    }
}

@media (max-width: 991px) {
    .new-graphic .news-img img {
        width: 194px;
        height: 109px;
    }
}

@media (max-width: 800px) {
    .new-graphic li h2 a {
        overflow: inherit;
    }
}

@media (max-width: 767px) {
    .new-graphic .news-img {
        margin-bottom: 2px;
        margin-right: 15px;
    }

    .new-graphic .news-img img {
        width: 138px;
        height: 78px;
    }

    .new-graphic li h2 {
        font-size: 18px;
    }
}

/*-----------------æ–‡å­—åˆ—è¡¨---------------------*/
.list-right {
    overflow: hidden;
    display: block;
    height: 190px;
}

.list-right ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 11px;
}

.list-right ul li:last-child {
    margin-bottom: 2px;
}

.list-right ul li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    background-image: url(ico-02.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 0 0 0 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-right ul li a&gt;img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-right ul li a:hover {
    color: #00226f;
    text-decoration: none;
}

.list-tab {
    overflow: hidden;
    display: block;
    margin-top: 17px;
}

.list-tab ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 16px;
}

.list-tab ul li:last-child {
    margin-bottom: 2px;
}

.list-tab ul li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    background-image: url(yjs-icon01.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 0 0 0 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-tab ul li a&gt;img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-tab ul li a:hover {
    color: #0f4a9f;
    text-decoration: none;
}

.list-tab i {
    float: left;
    margin: 14px 0 0 8px;
}

.list-tab span {
    line-height: 22px;
    color: #3972c1;
    font-size: 14px;
    margin-right: 8px;
}

.list-tab span.right {
    float: right;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .list-tab i {
        margin: 10px 0 0 8px;
    }
}

@media (max-width: 767px) {
    .list-tab ul li a {
        white-space: normal;
    }
}

@media (max-width: 380px) {}

.list-org {
    overflow: hidden;
    display: block;
    margin-top: 17px;
}

.list-org ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 6px;
}

.list-org ul li:last-child {
    margin-bottom: 2px;
}

.list-org ul li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #252525;
    background-image: url(ico-01.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 0 0 0 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-org ul li a&gt;img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-org ul li a:hover {
    color: #1151ab;
    text-decoration: none;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 380px) {}

.list-news {
    overflow: hidden;
    display: block;
    margin-top: 30px;
}

.list-news li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    margin-bottom: 20px;
}

.list-news li:last-child {
    margin-bottom: 12px;
}

.list-news li a {
    float: left;
    width: 90%;
    overflow: hidden;
    font-size: 15px;
    line-height: 140%;
    color: #333;
    background-image: url(yjs-icon01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    letter-spacing: 0.1px;
}

.list-news li a:hover {
    color: #1151ab;
}

.list-news span {
    line-height: 20px;
    color: #9b9b9b;
    font-size: 15px;
}

.list-news span.right {
    float: right;
}

@media (max-width: 991px) {
    .list-news li a {
        width: 84%;
        white-space: inherit;
    }
}

@media (max-width: 767px) {
    .list-news li a {
        width: 74%;
        white-space: normal;
        letter-spacing: inherit;
    }

    .list-news span {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .list-news li a {
        width: 100%;
    }

    .list-news span {
        display: none;
    }
}

.list-txt {
    overflow: hidden;
    display: block;
    margin-top: 30px;
}

.list-txt li {
    overflow: hidden;
    border-bottom: 0px dashed #d4d4d4;
    margin-bottom: 20px;
}

.list-txt li:last-child {
    margin-bottom: 12px;
}

.list-txt li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 140%;
    color: #333;
    background-image: url(yjs-icon01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    letter-spacing: 0.1px;
}

.list-txt li a:hover {
    color: #1151ab;
}

.list-txt[data-v-san] .col-md-4 {}

@media (max-width: 1199px) {
    .list-txt[data-v-san] .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .list-txt[data-v-san] .col-md-4 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .list-txt li a {
        white-space: normal;
        letter-spacing: inherit;
    }
}

/*-----------------biaoge---------------------*/
.wordbreak {
    word-break: break-all;
}

.result {
    overflow-x: hidden;
    margin: 4px 0 0 0;
}

.result .years {
    border: #dedede solid 1px;
    overflow: hidden;
    padding: 15px 0;
}

.result .years a {
    font-size: 14px;
    font-family: Arial;
    color: #004ea2;
    line-height: 24px;
}

.result .years a:hover {
    color: #ff5b00;
}

.result .contentlist {
    overflow: hidden;
    margin: 2px 0 0 0;
}

.result .contentlist .wid1 {
    width: 35%;
}

.result .contentlist .wid2 {
    width: 20%;
}

.result .contentlist .wid3 {
    width: 14%;
}

.result .contentlist .table&gt;thead&gt;tr&gt;th,
.result .contentlist .table&gt;tbody&gt;tr&gt;th {
    color: #fff;
    font-size: 17px;
    padding: 12px 8px;
}

.result .contentlist .table-bordered&gt;tbody&gt;tr&gt;td {
    font-size: 15px;
    padding: 10px 6px;
    display: table-cell;
    vertical-align: middle;
    border-color: #ddd;
}

/*word-break: break-all;*/
.result .contentlist .table-bordered&gt;tbody&gt;tr&gt;td a {
    color: #2c6dca;
}

.result .contentlist .table-bordered .date {
    font-size: 14px;
    font-family: Arial;
}

.result .contentlist .table-bordered .arial {
    font-family: Arial;
}

.result .contentlist .table-bordered {
    border-color: #ddd;
}

.result .contentlist .table-bordered&gt;thead&gt;tr&gt;th,
.result .contentlist .table-bordered&gt;tbody&gt;tr&gt;th {
    border-color: #ddd;
    background-color: #1e529e;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .result .contentlist .wid2 {
        width: 17%;
    }

    .result .contentlist .wid7 {
        width: 14%;
    }
}

@media (max-width: 991px) {
    .result .contentlist .wid4 {
        width: 16%;
    }

    .result .contentlist .wid5 {
        width: 1%;
    }
}

@media (max-width: 767px) {
    .result .contentlist .wid3 {
        width: 1%;
    }
}

/*---------------å§“ååˆ—è¡¨--------------------*/
.namelist {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.namelist li {
    margin: 18px 0 0 0;
}

.namelist li a {
    font-size: 16px;
    color: #333;
    line-height: 18px;
}

.namelist li a:hover {
    color: #002e80;
    text-decoration: none;
}

/* 3.3. Thumbnail */
.thumbnail {
    padding: 0;
}

.thumbnail.thumbnail_big {
    margin-bottom: 0
}

.thumbnail&gt;img {
    margin: 0;
    width: 100%;
}

.thumbnail_big .thumbnail__caption {
    padding: 18.77px 9px;
}

.thumbnail__caption {
    padding: 9px;
    color: #333;
}

.thumbnail__news {
    padding: 15px;
    color: #333;
}

.thumbnail__link {
    display: block;
}

.thumbnail__link img {
    margin: 0;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thumbnail__link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail__link:hover+.thumbnail__caption .icon-play {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: video-arrow;
    animation-name: video-arrow;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* 3.3. END Thumbnail */
.thumbnail__link img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.thumbnail__link {
    display: block;
    overflow: hidden;
}

/* end yellow line in title word*/
/* thumbnail image hover */
.thumbnail__link {
    position: relative;
}

.thumbnail__link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.thumbnail__link:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.form-control {
    border-radius: 0;
    background: #2a3c5b;
    height: 34px;
    padding: 6px;
    border-color: #6c7b95;
    color: #b0c2d9;
    font-size: 13px;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

/*page*/
.page {
    text-align: right;
    margin-top: 30px;
    padding-bottom: 10px;
}

.page a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 0 14px;
    margin: 2px 1px;
}

.page a:hover,
.page a.current,
.page a.a-s {
    background-color: #508ded;
    color: #fff;
}

.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 24px;
    width: 36px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    float: left;
}

.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px;
    width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}

.pageline {
    border-bottom: dotted 1px #cccccc;
    height: 4px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.pageline1 {
    border-bottom: dotted 1px #cccccc;
    height: 4px;
    margin-top: 20px;
    width: 95%;
    display: block;
    overflow: hidden;
}

#pages {
    width: 100%;
    FONT-SIZE: 14px;
    TEXT-ALIGN: right;
    CLEAR: both;
    border-top: dotted 0px #cccccc;
    overflow: hidden;
    PADDING-TOP: 0px;
    margin: 0;
    float: left;
}

#pages A {
    BORDER: #dedede 0px solid;
    HEIGHT: 36px;
    BACKGROUND: #f5f5f5;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    border-radius: 3px;
}

#pages A:visited {
    BORDER: #dedede 0px solid;
    HEIGHT: 36px;
    BACKGROUND: #f5f5f5;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    border-radius: 3px;
}

#pages A:hover {
    BORDER: #dedede 0px solid;
    HEIGHT: 36px;
    BACKGROUND: #f5f5f5;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    border-radius: 3px;
}

#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;
    border-radius: 3px;
}

/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
    BORDER: #3e66b5 0px solid;
    BACKGROUND: #3e66b5;
    COLOR: #fff;
}

#pages A.curr {
    BORDER: #3e66b5 0px solid;
    BACKGROUND: #3e66b5;
    COLOR: #fff;
}

#pages A.curr:visited {
    BORDER: #3e66b5 0px solid;
    BACKGROUND: #3e66b5;
    COLOR: #fff;
}

#pages A:hover {
    BORDER: #3e66b5 0px solid;
    BACKGROUND: #3e66b5;
    COLOR: #fff;
}

/*---------------æ‹›ç”Ÿä¿¡æ¯---------------------*/
.platpart {
    padding: 22px 22px 4px 22px;
    background: #334fb1;
}

.plat {
    margin-top: 2px;
}

.plat .row {
    margin-left: -9px;
    margin-right: -9px;
}

.plat .row&gt;[class^='col'] {
    padding-left: 9px;
    padding-right: 9px;
}

.plat .row .col-xs-12 {
    width: 33.333333%;
}

.plat li {
    margin-top: 18px;
}

/*.plat li:last-child {margin-bottom: 3px;}*/
.plat li .platbtn {
    height: 60px;
    background-color: #fff;
    padding: 10px 5px 10px 5px;
    border-radius: 6px;
    border: #d2e6fb solid 1px;
    -ms-box-shadow: 0px 0px 5px 0px rgba(160, 182, 223, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(160, 182, 223, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(160, 182, 223, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(160, 182, 223, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(160, 182, 223, 0.5);
}

.plat li .platbtn[data-v-pt] {
    border: #d5e0ec solid 1px;
}

.plat li .platicon {
    float: left;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    background: #ecf1f8;
    border-radius: 100%;
    display: table;
}

.plat li .platicon span {
    display: table-cell;
    vertical-align: middle;
}

.plat li .plattxt {
    line-height: 19px;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    font-weight: bold;
    height: 38px;
    display: table;
}

.plat li .plattxt span {
    display: table-cell;
    vertical-align: middle;
}

.plat li a:hover .plattxt {
    color: #334fb1;
}

.plat li a:hover .platicon {
    background: #d7e3f4;
}

@media (max-width:1199px) {
    .plat .row .col-xs-12 {
        width: 50%;
    }

    .plat li .platbtn {
        padding: 9px 13px 9px 10px;
    }
}

@media (max-width:991px) {
    .plat .row .col-xs-12 {
        width: 33.333%;
    }
}

@media (max-width:767px) {
    .plat .row .col-xs-12 {
        width: 50%;
    }

    .plat li:last-child {
        margin-bottom: 16px;
    }

    .plat li .plattxt {
        white-space: initial;
    }
}

/*link*/
.middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}

.links {
    overflow: hidden;
}

.links .row {
    margin-left: -9px;
    margin-right: -9px;
}

.links .row&gt;[class^='col'] {
    padding-left: 9px;
    padding-right: 9px;
}

.links li {
    margin-top: 18px;
}

.links .row .col-xs-12 {
    width: 33.333333%;
}

.links .box-s {
    height: 112px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.links .box-s .img-s {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.links .box-s .box-mc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(13, 88, 190, 0.8);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    height: 112px;
    display: table;
    width: 101%;
}

.links .box-s .box-mc span {
    display: table-cell;
    vertical-align: middle;
}

.links .box-s:hover .img-s {
    transform: scale(1.1);
}

@media (max-width:1199px) {
    .links .row .col-xs-12 {
        width: 50%;
    }
}

@media (max-width:991px) {
    .links .row .col-xs-12 {
        width: 33.333333%;
    }
}

@media (max-width:757px) {
    .links .box-s {
        height: 90px;
    }

    .links .row .col-xs-12 {
        width: 50%;
    }

    .links .box-s .box-mc {
        height: 90px;
    }
}

/*äºŒç»´ç&nbsp;*/
.qrcode {
    background: url(yjs-ewmbg.jpg) no-repeat center #15325c;
    border-radius: 20px 5px;
    padding: 30px 20px;
    margin-top: 18px;
    overflow: hidden;
    background-size: cover;
}

.qrcode li {
    overflow: hidden;
    float: left;
    width: 50%;
    border-right: #4d6b9a solid 1px;
}

.qrcode li:last-child {
    border-right: 0;
}

.qrcode .space {
    padding: 0;
}

.qrcode .boxpadding {
    overflow: hidden;
}

.qrcode .boxpadding .sysico {
    width: 100px;
    height: 100px;
    text-align: center;
    border: #f9b18b solid 2px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 20px 0 0 0;
}

.qrcode a:hover .boxpadding .sysico {
    border: #ba0000 solid 2px;
}

.qrcode .sideline {
    border-bottom: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
}

.qrcode .in_icon {
    background: #ecf5fb;
}

.qrcode p {
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 15px;
}

.qrcode a:hover p {
    color: #a0c8ff;
}

@media (max-width: 1199px) {}

@media (max-width: 767px) {}

.contactinfo {
    overflow: hidden;
    margin-top: 18px;
}

.contactinfo .cimg {
    margin-left: 25px;
}

.contactinfo .cimg img {
    border-radius: 5px 20px;
}

.contactinfo .citxt {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
}

.contactinfo .citxt tr {
    margin-bottom: 8px;
    display: block;
}

@media (max-width: 767px) {
    .contactinfo .cimg {
        display: none;
    }
}

.appsysmt {
    margin-top: 25px;
}

.appsys {
    overflow: hidden;
}

.appsys li {
    width: 16.666%;
    overflow: hidden;
    float: left;
}

.appsys .space {
    padding: 0;
}

.appsys .boxpadding {
    padding: 23px 0 0 0;
}

.appsys .boxpadding .sysico {
    width: 72px;
    height: 72px;
    text-align: center;
    border: #a6b6d2 solid 1px;
    margin: 0 auto;
    border-radius: 50%;
    display: table;
}

.appsys .boxpadding .sysico span {
    display: table-cell;
    vertical-align: middle;
}

.appsys a:hover .boxpadding .sysico {
    border: #3975d2 solid 1px;
    background: rgba(255, 255, 255, .5);
}

.appsys .sideline {
    border-bottom: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
}

.appsys .in_icon {
    background: #ecf5fb;
}

.appsys p {
    color: #1c4899;
    margin: 19px 0 0 0;
    font-size: 15px;
    /*padding: 0 25%;*/
}

@media (max-width: 1199px) {
    .appsysmt {
        margin-top: 32px;
    }
}

@media (max-width: 1099px) {}

@media (max-width: 991px) {
    .appsysmt {
        margin-top: 24px;
    }

    .appsys {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .appsys li {
        width: 33.33%;
    }

    .appsys p {
        margin: 6px 0 8px 0;
    }

    .appsys .boxpadding {
        padding: 8px 0 0 0;
    }
}

/*-----------------äººå‘˜---------------------*/
.personnel-style {
    overflow: hidden;
}

.personnel-style li {
    border-bottom: #ccc dashed 1px;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
}

.personnel-style li:last-child {
    border-bottom: #ccc dashed 0px;
    margin-bottom: 0px;
}

.personnel-style li img {
    border: #e8e8e8 solid 1px;
}

.personnel-style h4 a {
    color: #337ab7;
}

.personnel-style h4 a:hover {
    color: #ff7300;
}

.personnel-style p {
    font-size: 14px;
}

.personnel-list {
    overflow: hidden;
    margin-top: 30px;
}

.personnel-list li {
    margin-bottom: 18px;
    display: block;
    overflow: hidden;
    border-bottom: #ccc dotted 1px;
    padding: 0 0 18px 0;
}

.personnel-list li:last-child {
    border-bottom: #ccc dotted 0px;
    margin: 0;
    padding: 0;
}

.personnel-list li h2 {
    margin: 0 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.personnel-list li h2 a {
    font-size: 20px;
    color: #010101;
    line-height: 22px;
    font-weight: 700;
    margin-right: 32px;
}

.personnel-list li h2 a:hover {
    color: #004ea2;
    text-decoration: none;
}

.personnel-list li h2 span {
    font-size: 15px;
    color: #555;
    line-height: 22px;
}

.personnel-list li h2 span a {
    font-size: 15px;
    color: #555;
    line-height: 22px;
    font-weight: 500;
    margin-right: 15px;
}

.personnel-list li h2 span a:hover {
    color: #004ea2;
}

.personnel-list li h2 span i {
    color: #3976d4;
    margin-right: 6px;
}

.personnel-list .news-img {
    margin-right: 22px;
}

.personnel-list .news-img img {
    width: 105px;
    height: 148px;
    border: #e4e4e4 solid 1px;
}

.personnel-list .news-txt p {
    line-height: 2;
    font-size: 14px;
    margin: 0px;
    color: #666;
}

.personnel-list .news-txt p i {
    font-size: 13px;
    margin: 4px 0 0 0;
    color: #009cd1;
    display: block;
    font-style: normal;
}

.personnel-list .news-txt p i a {
    color: #009cd1;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
}

.personnel-list .news-txt p i a:hover {
    color: #ff7300;
}

@media (max-width: 991px) {
    .personnel-list .news-img {
        margin-right: 16px;
    }

    .personnel-list li h2 span {
        display: block;
        margin: 6px 0;
    }

    .personnel-list .news-txt p {
        line-height: 1.8;
    }
}

@media (max-width: 767px) {
    .personnel-list li h2 a {
        margin-bottom: 10px;
    }

    .personnel-list .news-img img {
        width: 100px;
        height: 140px;
    }

    .personnel-list li h2 {
        white-space: normal;
    }
}

/* 20250220 */
.zsxx-newbox {
    overflow: hidden;
}

.zsxx-newbox .dsjs-link {
    float: left;
    width: 140px;
    height: 210px;
    border-radius: 4px 24px 4px 24px;
    margin-right: 17px;
    overflow: hidden;
    background: url(zsxx-dsbg.png) no-repeat center center;
    background-size: cover;
    padding-left: 25px;
    margin-top: 22px;
}

.zsxx-newbox .dsjs-link span {
    display: block;
    width: 40px;
    height: 195px;
    background: linear-gradient(180deg, rgba(2, 19, 66, 1) 0.69%, rgba(2, 19, 66, 0) 100%);
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding: 37px 5px 0 5px;
    text-align: center;
}

.zsxx-newbox .right-box {
    overflow: hidden;
}

@media (max-width: 1320px) {
    .zsxx-newbox .dsjs-link {
        width: 120px;
        margin-right: 15px;
        padding-left: 18px;
    }
}

@media (max-width: 1260px) {
    .plat li .platicon {
        display: none;
    }

    .plat li .plattxt {
        text-align: center;
    }

    .plat li .plattxt {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .homeboxh {
        height: auto;
    }

    .zsxx-newbox .dsjs-link {
        width: 108px;
        height: 200px;
        border-radius: 4px 18px 4px 18px;
        margin-right: 15px;
        padding-left: 18px;
        margin-top: 17px;
    }

    .zsxx-newbox .dsjs-link span {
        height: 170px;
        font-size: 18px;
        padding: 28px 5px 0 5px;
    }

    .plat .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .plat .row&gt;[class^='col'] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .plat li .plattxt {
        height: 100%;
    }

    .plat li .platbtn {
        padding: 5px 3px 5px 3px;
        height: 40px;
    }

    .plat li {
        margin-top: 10px;
    }

    .zsxx-newbox .right-box {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .plat li .platbtn {
        height: 59px;
    }
}

@media (max-width: 767px) {
    .zsxx-newbox .dsjs-link {
        float: none;
        display: block;
        width: 100%;
        height: 70px;
        border-radius: 4px 18px 4px 18px;
        margin-right: 0;
        padding-left: 25px;
        margin-top: 22px;
    }

    .zsxx-newbox .dsjs-link span {
        display: block;
        width: auto;
        height: auto;
        background: none;
        padding: 23px 5px 0 5px;
        text-align: left;
    }
}</pre></body></html>