html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}

body {
    margin: 0;
    /*min-width: 1450px;*/
    background: #efeff1;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
a,
div,
dl,
dd,
dt {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    padding: 0;
}

.container {
    /*width: 1450px;*/
    width: 84.87%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1860px;
}

.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}


.logo .container {
    height: 170px;
    overflow: hidden;
}

.logo .container::after {
    height: 34px;
    width: 272px;
    display: block;
    content: "";
    position: absolute;
    top: 100px;
    left: 62%;
    background: url(../image/tr_text_bg.png) no-repeat center center;
}

.logo .home_box {
    float: left;
    margin-top: 43px;
}

.logo .tr_box {
    float: right;
    margin-top: 45px;
}

.logo .email {
    text-align: right;
    /*padding: 0 40px 0 0; background: url(../img/icon_home.png) no-repeat 250px center; */
    line-height: 45px;
}

.logo .email a {
    color: #1f3d79;
    margin-left: 1em;
    font-size: 16px;
    /* font-family: SimHei;*/
}

.logo form {
    position: relative;
}

.logo .search-title {
    border-radius: 5px;
    border: 1px solid #274373;
    line-height: 285px;
    line-height: 40px;
    padding: 0 5px;
    width: 260px;
}

.logo .search-title:focus-within {
    outline: none;
}

.logo .search-submit {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    background: url(../image/search.png) no-repeat center center;
    border-width: 0;
    cursor: pointer;
}

.menu {
    float: none;
    background: #1f3d79;
    height: 60px;
    line-height: 60px;
}

.menu .ul1>li {
    float: left;
    position: relative;
    width: 10%;
}

.menu .ul1>li.cur,
.menu .ul1>li:hover {
    background: #5e91c6;
}

.menu a {
    color: #fff;
    display: block;
    /*padding: 0 1.8em;*/
    text-align: center;
    font-size: 18px;
}
.menu a#current{
    background: #5E91C6;
}
.menu .ul2 {
    display: none;
    z-index: 10;
    line-height: 40px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 100%;
}

.menu .ul1>li:hover .ul2 {
    display: block;
}

.menu .ul2::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -21px;
    border: 9px solid transparent;
    border-bottom: 12px solid #213f77;
}

.menu .ul2 a {
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    padding: 0 8px;
}

.menu .ul2 li {
    position: relative;
}

.menu .ul2 li:hover {
    background: #1f3d79;
}

.menu .ul2 li.has:hover {
    background: #1f3d79 url(../image/nav_detail.png) no-repeat center right;
}

.menu .ul2 li:hover>a {
    color: #fff;
}

.menu .ul2 li+li {
    border-top: 1px solid #dcdcdc;
}

.menu .ul3,
.menu .ul4 {
    display: none;
    position: absolute;
    left: 99%;
    top: 0;
    min-width: 100%;
    background: #fff;
}

.menu .ul2>li:hover .ul3,
.menu .ul3>li:hover .ul4 {
    display: block;
}

.full_slide {
    position: relative;
}

.full_slide .slick-dots {
    text-align: center;
    bottom: 0px;
}

.full_slide li.slick-active {
    width: 30px;
    border-radius: 5px;
    background: #084181;
}

.full_slide .prev,
.full_slide .next {
    transition: 0.5s;
    display: none;
    width: 70px;
    height: 140px;
    background: #0005;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 140px;
    position: absolute;
    top: 40%;
}

.full_slide .prev {
    left: 20px;
}

.full_slide .next {
    right: 20px;
}

.full_slide:hover .prev,
.full_slide:hover .next {
    display: block;
}

.full_slide .prev:hover,
.full_slide .next:hover {
    background: #0007;
}

.full_slide img {
    width: 100%;
    display: block;
}

.row_hd {
    clear: both;
    margin: 40px auto 30px;
    position: relative;
}


.row_hd h2 {
    font-size: 26px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 3px;
}

.row_hd .en {
    font-size: 18px;
    color: #084181;
    text-transform: uppercase;
}

.row_hd .cat_tail {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px dashed #aaa;
    line-height: 43px;
    padding: 0 1.9em;
}

.row_hd .cat_tail .more {
    font-size: 16px;
    color: #777;
}

.row_hd .cat_tail:hover {
    background: #5d92c6;
    border: 1px solid #5d92c6;
}

.row_hd .cat_tail:hover .more {
    color: #fff;
}

.r2 .row_hd .cat_tail {
    padding: 0 5px 0 0;
    border-width: 0;
    line-height: initial;
    top: initial;
    bottom: 0;
}

.r2 .row_hd .cat_tail:hover {
    border-width: 0;
    background: transparent;
}

.r2 .row_hd .cat_tail:hover .more {
    color: initial;
}

.r1 {
    padding-top: 0.1px;
    margin-bottom: 20px;
}

.r1_bd {
    overflow: hidden;
}

.r1l {
    width: 67.8%;
    float: left;
}

.r1l_thumb {
    width: 52.35%;
    float: left;
    position: relative;
}

.r1l_thumb img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.r1l_thumb .title {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000a;
    color: #fff;
    height: 65px;
    padding: 10px 160px 6px 20px;
    line-height: 23px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.r1l_thumb .c_num {
    display: none;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 100px;
    height: 85px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 85px;
}

.r1l_thumb .c_num .sa {
    font-size: 32px;
    position: relative;
    top: -13px;
}

.r1l_thumb .c_num .sb {
    font-weight: lighter;
}

.r1l_text {
    width: 45.35%;
    float: right;
}

.r1l_text ul {
    display: flex;
    flex-direction: column;
    height: 430px;
    justify-content: space-between;
}

.r1l_text li {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 12px 12px 7px;
}

.r1l_text .title {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    background: url(../image/r1r_list_dot.png) no-repeat left center;
    padding: 0 0 0 1em;
    box-sizing: border-box;
}

.r1l_text .time {
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    background: url(../image/r1r_time_icon.png) no-repeat left 3px;
    padding-left: 1.5em;
    margin-top: 7px;
}

.r1l_text li:hover {
    background: #1f3d79;
}

.r1l_text li:hover .title {
    color: #fff;
    background-image: url(../image/r1r_list_dot_over.png);
}

.r1l_text li:hover .time {
    color: #fff;
    background-image: url(../image/r1r_time_icon_over.png);
}



.r1r {
    width: 30%;
    float: right;
}

.r1r .cat_name {
    text-align: left;
}

.r1r ul {
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.r1r li {
    position: relative;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #333;
    overflow: hidden;
    padding-bottom: 1.3em;
}

.r2l_bd li {
    position: relative;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #333;
    overflow: hidden;
}


.r1r .time {
    color: #fff;
    text-align: center;
    width: 70px;
    height: 75px;
    position: absolute;
    top: -15px;
    left: 8px;
    box-shadow: -6px -6px #ddd;
    background: #084181;
    font-weight: bold;
}

.r1r .time span {
    display: block;
}

.r1r .time .day {
    font-size: 28px;
    padding-top: 20px;
}

.r1r .time .month {
    font-size: 13px;
}

.section_04 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.section_04 .r2l {
    width: 49%;
    margin-right: 0;
}

.section_04 .r2l .r2l_bd li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.section_04 .r2l .r2l_bd ul {
    display: block;
    height: auto;
}

.s04_box {
    display: flex;
    justify-content: space-between;
}

.s04_01_box {
    width: 49%;
}

.s04_01_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s04_01_box ul li {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 12px -5px;
    background: #fff;
}

.s04_time {
    width: 115px;
    height: 22px;
    background: url(../image/s04_time.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}


.s04_01_box ul li a {
    display: block;
    padding: 10px 14px;
}

.s04_01_box ul li a p {
    font-size: 18px;
    height: 35px;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s04_01_box ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #0068b7;
    transition: all .3s;
}

.s04_01_box ul li .s04_time {
    transition: all .3s;
}

.s04_01_box ul li:hover .s04_time {
    background: url(../image/s04_time2.png) no-repeat center;
    background-size: 100%;
}

.s04_01_box ul li:hover {
    border-bottom: 1px solid #ca9444;
    transform: translateY(-4px);
}

.section_03 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 40px;
}

.s03_box {
    display: flex;
    justify-content: space-between;
}

.s03_01,
.s03_02 {
    width: 49%;
}

.s03_box .section_tit span {
    width: 59%;
}

.s03_box .section_tit .s_tit::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../image/jxdt.png) no-repeat left;
    background-size: 100%;
    left: 0;
    bottom: 0;
}

.s03_01_box {
    width: 100%;
    margin-top: 28px;
}

.s03_first {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 12px -5px;
    position: relative;
    margin-bottom: 24px;
}

.s03_first::after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 1px dashed #dcdcdc;
    left: 0;
    bottom: -30px;
}

.s03_first a {
    display: flex;
    justify-content: space-between;
}

.s03_img {
    width: 500px;
    height: 300px;
    overflow: hidden;
}

.s03_info {
    width: 290px;
    height: 300px;
    background-color: white;
    padding: 18px;
    box-sizing: border-box;
}

.s03_time {
    font-size: 14px;
    color: #0068b7;
    font-family: "fzltzhungk";
    padding-left: 20px;
    position: relative;
}

.s03_time::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    bottom: 0;
    background: url(../image/time.png) no-repeat left;
    background-size: 100%;
}

.s03_info p {
    font-size: 17px;
    height: 46px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 25px;
    font-family: "fzltzhungk";
}

.s03_line {
    width: 100%;
    height: 1px;
    background-color: #a6a6a6;
    margin: 20px 0;
}

.s03_info span {
    color: #666;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
    font-size: 15px;
    font-family: "fzltzhungk";
}

.s03_info i {
    font-style: normal;
    width: 70px;
    height: 22px;
    background-color: #00a0e9;
    font-size: 12px;
    display: block;
    color: white;
    text-align: center;
    line-height: 22px;
    margin: 10px auto 0;
}

.s03_01_box ul li>a {
    display: flex;
    justify-content: space-between;
}

.s03_01_box ul li>a>p {
    color: #000;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s03_01_box ul li>a>p::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../image/bf.png) no-repeat left;
    background-size: 100%;
    left: 0;
    top: 2px;
}

.s03_01_box ul li>a>span {
    color: #000;
    font-size: 15px;
    margin-left: 10px;
}

.s03_01_box ul li {
    margin-top: 24px;
    transition: all .3s;
}

.s03_01_box ul li:first-child {
    margin-top: 0;
    margin-bottom: 48px;
}

.s03_01_box ul.list li:first-child {
    display: none;
  }

.s03_01_box ul li:hover {
    transform: translateY(-4px);
}

.s03_01_box ul li .s03_img img {
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.s03_01_box ul li:hover img {
    transform: scale(1.1);
}

.s03_02 .section_tit .s_tit::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    background: url(../image/xshd.png) no-repeat left;
    background-size: 100%;
}


.r2l_bd .time {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 1.3em;
    color: #898989;
}

.r2l_bd .time {
    position: initial;
    line-height: 1.5;
}

.r1r .title {
    position: relative;
    padding-left: 95px;
    font-size: 18px;
    line-height: 1.5;
    height: 3em;
}

.r2l_bd .title {
    position: relative;
    padding-left: 1em;
    font-size: 18px;
    line-height: 1.5;
    height: 3em;
}

.r2l_bd .title {
    height: auto;
}

.r2l_bd .title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f3d79;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
}

.r1r .title a,
.r2l_bd .title a {
    color: #000;
}

.r2 {
    clear: both;
}

.r2 .container {
    position: relative;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.r2l {
    width: 33%;
    float: left;
    margin-right: 2%;
}

.r2 .row_hd .cat_name {
    text-align: initial;
}

.r2l_bd ul {
    display: flex;
    height: 380px;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.r2l_bd li {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.r2lb {
    width: 33%;
    margin-right: 2%;
    float: left;
}

.r2lb_bd ul li {
    margin-bottom: 28px;
}

.r2lb_bd .kxrq {
    float: left;
    width: 60px;
    height: 70px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 14px 0px;
    box-sizing: border-box;
    margin-right: 15px;
    background: url(../image/icon2.png) no-repeat 0px 0px;
}

.r2lb_bd .kxrq span {
    display: block;
    font-size: 20px;
}

.r2lb_bd .btzy .bt {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.r2lb_bd .btzy .zy {
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.r2lc {
    width: 30%;
    float: left;
}

.r2lc_bd .cover {
    margin-bottom: 10px;
    overflow: hidden;
}

.r2lc_bd img {
    width: 100%;
    height: 125px;
    display: block;
    transition: 0.5s;
}

.r2lc_bd img:hover {
    transform: scale(1.08);
}

.r2lc_bd ul {
    display: flex;
    flex-direction: column;
    height: 210px;
    justify-content: space-between;
}

.r2lc_bd li {
    background: #fff;
    line-height: 1.6;
    border: 1px solid #bbb;
    margin-bottom: 10px;
}

.r2lc_bd li:last-child {
    margin-bottom: 0;
}

.r2lc_bd li a {
    color: #666;
    padding: 14px 20px;
    display: block;
}

.r2lc_bd .title {
    font-size: 17px;
    color: #000;
}

.r2lc_bd li:hover {
    background: #074181;
}

.r2lc_bd li:hover span {
    color: #fff;
}

.r2lc_bd li:hover a {
    color: #333;
}

.r2r {
    width: 20%;
    float: right;
}

.peopleScroll {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.peopleScroll .hd {
    display: none;
}

.peopleScroll .hd .prev,
.peopleScroll .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.peopleScroll .bd {
    box-sizing: border-box;
    height: 380px;
    background: #fff;
    background: #fff9;
    padding-top: 15px;
}

.peopleScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.peopleScroll .bd li {
    border-bottom: 1px dashed #ccc;
    height: 100px;
    margin-bottom: 10px;
    padding: 0 8px 10px;
}

.peopleScroll .bd .t {
    float: left;
    width: 80px;
    margin-right: 15px;
}

.peopleScroll .bd .i {
    float: left;
    width: calc(100% - 100px);
}

.peopleScroll .bd .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 2;
    color: #333;
}

.peopleScroll .bd .sub-title,
.peopleScroll .bd .des {
    font-size: 15px;
    line-height: 1.5;
}

.peopleScroll .bd .sub-title {
    color: #084181;
}

.peopleScroll .bd .des {
    color: #666;
}

.peopleScroll .bd img {
    width: 80px;
    height: 100px;
    display: block;
}


.index_bg {
    background: url(../image/index_bg_0409.10.jpg) no-repeat top center;
    background-size: cover;
}

.r4 {
    overflow: hidden;
    padding-bottom: 40px;
}

.r4 .row_hd {
    margin: 50px auto 35px;
}

.r4 .row_hd .cat_name {
    text-align: initial;
}



.r5 {
    padding-bottom: 80px;
}

.r5 ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.r5 li {
    width: 22%;
    height: 85px;
    float: left;
    background: #084181;
    position: relative;
}

.r5 li:hover {
    background: #5d92c6;
}

.r5 .hd {
    color: #fff;
    text-align: center;
    line-height: 85px;
    font-size: 20px;
    display: block;
    transition: 0.5s;
}

.r5 .hd a {
    color: #fff;
}

.r5 .hd:hover {
    margin-top: -0.5em;
}

.r5 .bd {
    display: none;
    width: 355.3px;
    height: 188px;
    background: #f2f4f6;
    background: linear-gradient(180deg, #dde8f4 10%, #fff 90%);
    box-sizing: border-box;
    border: 1px solid #084181;
    position: absolute;
    bottom: 85px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-width: 0;
}

.r5 .bd::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    border: 12px solid transparent;
    width: 0px;
    height: 12px;
    border-bottom-color: #5d92c6;
    border-top-width: 0;
}

.r5 li:hover .bd {
    display: block;
}

.r5 .bd a {
    width: 31%;
    float: left;
    margin: 0 1%;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    box-sizing: border-box;
    color: #333;
    padding: 0 0.5em 0 1em;
    border-bottom: 1px dashed #333;
    margin-bottom: 0.3em;
    background: url(../image/r1r_list_dot.png) no-repeat left center;
    line-height: 2.2em;
    display: block;
}

.r5 .bd p:hover a {
    color: #084181;
}

.r5 .li1 .bd {
    width: 100%;
    height: 120px;
}

.r5 .li1 .bd::after {
    left: 46%;
}

.r5 .li1 .bd a {
    width: 100%;
}

.r5 .li2 .bd {
    width: 1160px;
    left: -420px;
}

.r5 .li3 .bd {
    width: 610px;
    left: -145px;
    height: 120px;
}

.r5_m img {
    width: 100%;
    height: auto;
    display: block;
}

.zt {
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

.zt-title h2 {
    font-size: 26px;
    line-height: 1;
    color: #000;
    letter-spacing: 3px;
}

.slider1 {
    overflow: hidden;
    margin-top: 28px;
}

.slider1 li {
    float: left;
    width: 13.428%;
    margin-right: 1%;
}

.slider1 li img {
    width: 100%;
}

.slider1 li:last-child {
    margin: 0;
}

.linksbj {
    width: 100%;
    background: #fff;
}

.links {
    padding: 25px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.links ul {
    display: flex;
}

.links ul li {
    margin-right: 16px;
    font-size: 16px;
}

.links ul li a {
    color: #000;
}

.yqlink {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-bottom: 15px;
}

.copy {
    padding: 20px 0;
    overflow: hidden;
    background: #1f3d79;
}

.html_index .copy {
    background: #1f3d79;
}

.html_index .copy .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy_l {
    float: left;
    width: 50%;
}

.copy_l .logo {
    float: left;
    margin-right: 20px;
}

.copy_l .text {
    float: left;
}

.copy_l .text img {
    margin-bottom: 10px;
}

.copy_l .text p {
    color: #9eacc8;
    font-size: 16px;
    line-height: 2;
    float: left;
}

.html_index .copy_l .text p {
    color: #fff;
    float: inherit;
}

.copy_r {
    float: right;
    display: flex;
    align-items: center;
}
.copy_r .ewm{
    margin-left: 10px;
    text-align: center;
}
.copy_r .ewm img {
    width: 103px;
    display: block;
    margin: 0 auto;
}
.copy_r .ewm p{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.copy_r img {
    display: inline-block;
}

.html_index .copy_r p {
    color: #666;
}



.inner_banner {
    display: none;
}

.inner_banner img {
    width: 100%;
}


.lmmcv {
    padding: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    background: #1f3d79;
}


.ej_location {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.html_show .ej_location {
    border-bottom-width: 0;
}

.ej_location .wzz {
    padding-left: 20px;
    background: url(../image/location.png) no-repeat left center;
    font-size: 15px;
    color: #999999;
}

.ej_location .wzz a {
    color: #333333;
}

.ej_location .wzz .last {
    color: #666666;
}

.ej_content {
    padding: 40px 0 80px;
    overflow: hidden;
}

.html_show .ej_content {
    padding-top: 0;
}

.meun {
    width: 300px;
    float: left;
    padding: 0 0 0;
    background: url(../image/ej_nav_bjb.png) repeat-y left top;
    box-shadow: 0 4px 7px #ccc;
}

.html_show .meun {
    display: none;
}

.meun dl {
    margin-left: 4px;
}

.meun02 {
    display: none;
}

.meun .dt {
    width: 100%;
    background: #9b0d14;
    text-align: center;
    height: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.meun dd {
    padding-right: 5px;
    border-top: 1px solid #dddddd;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    margin: 0 auto;
}

.meun dd a {
    color: #333;
    display: block;
    text-align: left;
    padding-left: 20px;
}

.meun dd.selected>a,
.meun dd .a_pp:hover a {
    color: #9b0d14;
}

.meun dd.has>a {
    background: url(../image/jiantou02.png) no-repeat right center;
}

.meun dd i {
    display: block;
    width: 17px;
    height: 17px;
    z-index: 122;
    position: absolute;
    right: 18px;
    top: 25px;
    background-size: 17px;
    cursor: pointer;
}

.meun dd i.icon {
    background-position: 0px -10px;
}

/* .meun dd ul{ display:none} */
.meun dd ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-size: 16px;
    padding: 0.6em 0;
    box-sizing: border-box;
}

.meun dd ul li:last-child {
    border-bottom-width: 0;
}

.meun dd ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 40px;
    box-sizing: border-box;
}

.meun dd .a_pp {
    border-bottom: 1px solid #F6EAEA;
}

.meun dd .a_pp:hover {
    background: #fff;
}

.meun dd.has.cur>a {
    color: #c7000b;
    background: url(../image/jiantou01.png) no-repeat right center;
    border-bottom: 1px solid #dddddd;
}

.meun dd .in:hover {
    background: #fff url(../image/jiantou01.png) no-repeat right center;
    border-bottom: 1px solid #dddddd;
}

.meun dd:hover ul a {
    background: none;
    border-left: 0;
    color: #333;
}

.meun dd:hover ul a:hover {
    color: #9b0d14;
}

.meun .selected .in {
    background: #fff url(../image/jiantou01.png) no-repeat right center;
    border-bottom: 1px solid #dddddd;
}

.meun .selected ul {
    display: block;
}

.meun .selected ul .onn {
    background: none;
    border-left: 0;
    color: #9b0d14;
}

.meun .cur li.selected>a,
.meun .selected ul a:hover {
    color: #c7000b;
}

.meun dd .ul1 {}

.meun dd .ul2 {
    padding-left: 20px;
}

.meun dd .ul3 {
    padding-left: 40px;
}

.listing {
    width: calc(100% - 380px);
    min-height: 670px;
    float: right;
    background: #fff;
    padding: 0 30px 30px 10px;
}

.html_show .listing {
    margin: 0 auto;
    float: none;
}

.html_list .newlist #wp_column_article {
    padding: 1em;
}

.listing_w {
    width: 100%;
}

.meun02 {
    display: none;
}


.col_news_head {
    border-bottom: 1px solid #DBDBDB;
    margin-left: 10px;
}

.col_metas {
    overflow: hidden;
}

/**当前栏目**/
.col_metas .col_title {
    display: inline-block;
    float: left;
    line-height: 55px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #0f429b;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    line-height: 55px;
    color: #666;
}

.col_metas .col_path a {
    color: #666;
}

/*列表页*/
.newlist .news_ul li {
    padding: 14px 0;
    background: url(../image/listtb.png) no-repeat 15px 25px;
    padding-left: 35px;
    border-bottom: 1px dashed #e5e5e5;
}

.newlist .news_ul li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.newlist .news_ul li:last-child {
    border-bottom: none
}

.newlist .news_ul li .date {
    float: right;
    line-height: 32px;
    color: #999;
}

.newlist a h1 {
    font-size: 16px;
    width: calc(100% - 90px);
    float: left;
    line-height: 32px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    color: #303030;
}

.newlist .news_ul li:hover a h1 {
    color: #c7000b;
}

.ejej_lm {
    height: 55px;
    line-height: 55px;
    background-color: #f9f9f9;
    border-top: 1px solid #9b0d14;
}

.ejej_lm .lm {
    display: inline-block;
    padding-left: 15px;
    background: url(https://jcyxy.njmu.edu.cn/_upload/tpl/07/0d/1805/template1805/skin/img/xy_ddd.png) no-repeat left center;
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}




.introbox {
    padding: 30px 30px 60px;
}

.introbox p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}

.introbox table p {
    text-indent: 0;
}

.introbox h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    line-height: 26px;
}

.introbox img {
    max-width: 90%;
    margin: 5px auto;
    display: block;
    height: auto !important;
}

.introbox iframe {
    max-width: 90%;
    margin: 5px auto;
    display: block;
}

.introbox table {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}

.introbox table td {
    text-align: center;
    padding: 5px 10px;
    line-height: 30px;
    border: 1px #ddd solid;
}

.introbox table td p {
    text-indent: 0em !important;
    margin-bottom: 0px;
}

.introbox p span img {
    display: inherit;
    margin: 0 auto;
}


.newlist .wp_entry,
.newlist .wp_entry p,
.newlist .wp_entry,
.newlist .wp_entry span {
    line-height: 2.0;
    font-size: 15px !important;
    color: #333;
}

.newlist .wp_entry p {
    margin-bottom: 10px;
}

.newlist .wp_entry table {
    margin: 0 auto 4px;
}

.newlist .wp_entry table.files_table_box {
    margin: initial;
}

.newlist .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
.wp_entry a {
    color: #515151;
}

.wp_entry a:hover {
    text-decoration: underline;
    color: #0f429b;
}

.intro_bd .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.intro_bd .entry .read,
.intro_bd .entry .read p {
    line-height: 2.0;
    font-size: 15px !important;
    color: #333;
}

/**阅读字体**/
.intro_bd .entry .read p,
.intro_bd .entry .read span {
    margin-bottom: 10px;
    font-size: 15px !important;
}

.intro_bd .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

.intro_bd .entry table {
    margin: 0 auto 4px;
}

.intro_bd .entry table.files_table_box {
    margin: initial;
}

.wp_editor_art_paste_table td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #cdbebe;
}


.introbox .line {
    margin: 15px 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #dddddd;
}

.introbox .pr {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.introbox .pr span {
    display: inline-block;
    margin: 0 15px;
    color: #999;
}


#wp_paging_w200 {
    text-align: center;
}

#wp_paging_w200 .wp_paging {
    float: none;
    display: inline-block;
}


/* ******************** */
.right_anniu .anniu_bottom ul {
    margin-bottom: -10px;
    overflow-x: auto
}

.right_anniu {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 1;
    margin-top: -330px
}

.right_anniu .anniu_top {
    background: #1f3d79;
    width: 100px;
    height: 100px;
    float: right;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    right: -40px;
}

.right_anniu .anniu_top:before {
    content: "";
    background: url(../image/right_icon.png) center no-repeat;
    width: 13px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -12px
}

.right_anniu .table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.right_anniu .table_cell {
    display: table-cell;
    vertical-align: middle
}

.right_anniu .clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
}

.right_anniu .anniu_bottom {
    background: #fff;
    width: 330px;
    height: auto;
    padding-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
    left: 330px;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.right_anniu .anniu_bottom .toptop {
    line-height: 50px;
    background: #1f3d79;
    font-size: 20px;
    color: #fff;
    padding-left: 30px
}

.right_anniu .anniu_bottom .toptop span {
    display: block;
    float: right;
    width: 44px;
    text-align: center;
    cursor: pointer
}

.right_anniu .anniu_bottom .bottom_box {
    padding: 26px 16px 0
}

.right_anniu .anniu_bottom ul {
    margin-bottom: -10px
}

.right_anniu .anniu_bottom ul li {
    position: relative;
    margin-bottom: 0.8em;
    border-bottom: 1px dashed #333;
    overflow: hidden;
    padding-bottom: 0.8em;
}

.right_anniu .anniu_bottom ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f3d79;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
}

.right_anniu .anniu_bottom ul .title {
    padding-left: 1em;
}

.right_anniu .anniu_bottom ul li a {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.right_anniu .anniu_bottom.on {
    left: 0;
    opacity: 1;
    visibility: visible
}

/* ******************** */

/* ********** mobile ********** */
#mobile,
.nav,
.mobilesoso {
    display: none;
}

/*手机端顶部导航*/
#mobile.header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px #ebeaea solid;
}

#mobile.header .navtopmobile {
    position: relative;
    z-index: 10000;
}

#mobile.header .title {
    color: #fff;
    height: 100%;
    text-align: center;
    display: inline-block;
}

#mobile.header .title h1 {
    display: inline-block;
    margin: 0 0;
    height: 100%;
    padding: 0 0;
}

#mobile.header .title a {
    border: none;
    color: #0e0e0e;
    font-size: 0px;
    letter-spacing: 0px;
    padding: 0px 0;
    height: 48px;
    display: block;
    margin: 2px 0 0 0;
}

#mobile.header .title a img {
    height: 40px;
    display: inline-block;
    margin: 4px 0 0 0;
}

#mobile .iconbox {
    float: right;
    margin: 17px 14px 0 0;
    font-size: 0;
}

#mobile .iconbox em {
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: #b3b3b3;
    display: inline-block;
    margin: 0 6px;
}

#mobile .iconbox .usericon {
    width: 20px;
    display: inline-block;
}


#mobile .iconbox .sosobtnmobile img {
    width: 18px;
    display: inline-block;
}

#mobile .nav-btn {
    color: #231f20;
    height: 100%;
    text-align: center;
    width: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    padding: 18px 0 0 0;
    float: right;
    z-index: 10000;
    margin: 0 0 0 0;
}

#mobile .nav-btn>img {
    width: 20px
}

#mobile .nav-btn .mobileNavLeftBtn {
    display: block;
}

#mobile .nav-btn .mobileNavLeftBtnColse {
    display: none;
}

#mobile .nav-out .mobileNavLeftBtnColse {
    display: block;
}

#mobile .nav-out .mobileNavLeftBtn {
    display: none;
}

#mobile .nav-btn>p {
    font-size: 12px;
    display: block;
    text-align: center;
    transform: scale(0.8);
    color: #cb962f;
}

.nav {
    width: 100%;
    z-index: 999;
    left: 0%;
    height: 0;
    top: 56px;
    /* position: fixed; */
    background: #ffffff;
    border-bottom: 1px #e5e5e5 solid;
    overflow: scroll;
    transition: all 0.3s linear 0s;
}

.nav .nav-list {
    border-top: 1px #e5e5e5 solid;
    padding: 0 14px 20px 14px;
}

.nav.on {
    height: 100%;
    padding-bottom: 100px;
}

.nav.on img {
    width: 30px;
    display: inline-block;
    float: right;
}

.mobileNavLeftBtnClose {
    margin: 4px 4px 0 0;
}

.nav .logo {
    margin: 30px 6px 16px 16px;
    overflow: hidden;
}

.nav .logo img {
    width: 90%;
    float: left;
}

.nav-list>ul {
    display: block;
}




.nav-list>ul>li>a {
    font-size: 15px;
    color: #404040;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
    background: url(../image/navicontop.png) no-repeat 99% center;
    background-size: 14px;
    border-bottom: 1px #e5e5e5 solid;
}

.nav-list>ul>li>a i {
    width: 5px;
    height: 17px;
    display: inline-block;
    vertical-align: text-top;
    margin: 2px 5px 0 0;
}

.nav-list>ul>li.nonement>a {
    background: none !important;
}

.nav-list>ul>li:nth-child(1)>a {
    background: none;
}



/*手机端二级导航*/
.mobilenavtwo {
    overflow: hidden;
    /*height: auto;*/
}

.mobilenavtwo ul>li>a {
    font-size: 14px;
    color: #404040;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
}

.mobilenavtwo ul>li {
    padding: 0 0 0 20px;
}

/*修改区域*/
.mobilenavtwo {
    display: none;
}

.mobilenavtwo ul>li>a {
    line-height: normal !important;
    height: auto !important;
}

.nav-list>ul>li .mobilenavtwo ul>li>a {
    line-height: 42px !important;
    height: 42px !important;
}

.nav-list>ul>li .mobilenavtwo ul>li a {
    border-bottom: 1px #efefef solid;
}

.nav-list>ul>li .mobilenavtwo ul>li:last-child a {
    border-bottom: none;
}

.nav-list>ul>li .mobilenavtwo ul {
    margin: 0;
    padding: 0 6px;
}

.nav-list>ul>li.on>a {
    background: url(../image/navicontopb.png) no-repeat 99% center;
    background-size: 14px;
}

.nav-list .mobilenavtwo .mobilenavtwo li {
    padding-left: 1em;
}

.nav-list .mobilenavtwo .mobilenavtwo a {
    height: 1.8em !important;
    line-height: 1.8em !important;
    border-bottom-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*手机端搜索的区域*/
.mobilesoso {
    display: block;
    position: fixed;
    height: 0px;
    overflow: hidden;
    top: 55px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    transition: all 0.3s;
}

.mobilesoso .mobilesosobtn {
    width: 100%;
    height: 0%;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: all 0.1s;
}

.mobilesoso .formbg {
    width: 100%;
    padding: 10px 10px;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    position: relative;
    z-index: 1001;
    font-size: 0;
}

.mobilesoso .formbox {
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.mobilesoso .formbox .sbtnsoso {
    position: absolute;
    width: 54px;
    height: 34px;
    right: 0;
    top: 0;
    background: #0072dd;
    text-align: center;
    border: none;

}

.mobilesoso .formbox .sbtnsoso img {
    width: 14px;
}

.mobilesoso .formbox input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #666666;
    border: none;
    background: #ffffff;
    padding: 0 60px 0 10px;
}


.mobilesoso ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso ::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso :-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso :-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso.check {
    height: 54px;
}

.mobilesoso.check .mobilesosobtn {
    height: 100%;
}

/* ********** /mobile ********** */








@media screen and (max-width: 1820px) {
    .logo .container::after {
        left: 56%;
    }

}

@media screen and (max-width: 1550px) {
    .logo .container::after {
        display: none;
    }

    .row_hd h2 {
        font-size: 24px;
    }

    .row_hd .en {
        font-size: 16px;
    }

    .row_hd .cat_tail {
        line-height: 36px;
        padding: 0 1.2em;
    }

    .row_hd .cat_tail .more {
        font-size: 15px;
    }

    .r2lb {
        width: 33%;
    }

    .r2lc {
        width: 30%;
    }

    .r1l_text .title,
    .r1r .title,
    .r2l_bd li .title,
    .r2lc_bd .title,
    .peopleScroll .bd .title,
    .r5 .bd a,
    .meun dd {
        font-size: 15px;
    }


    .peopleScroll .bd .sub-title,
    .r2l_bd li .time,
    .copy_r p {
        font-size: 14px;
    }

    .r2lc_bd .cover {
        margin-bottom: 15px;
    }

    .r2lc_bd ul {
        height: 225px;
    }


    .r2 .container {
        margin-bottom: 65px;
    }

    .r5 {
        padding-bottom: 60px;
    }

    .r5 li {
        height: 80px;
    }

    .r5 .hd {
        line-height: 80px;
        font-size: 18px;
    }

    .r5 .bd {
        bottom: 80px;
    }

    .lmmcv {
        padding: 30px;
        font-size: 30px;
        line-height: 1;
    }

    .meun dd {
        line-height: 50px;
    }
}

@media screen and (max-width: 1449px) {
    body {
        min-width: 1200px
    }

    .row_hd h2 {
        font-size: 22px;
    }

    .row_hd .en,
    .row_hd .cat_tail .more {
        font-size: 14px;
    }

    .meun {
        width: 250px;
    }

    .listing {
        width: calc(100% - 300px);
        padding: 0 15px 30px 10px;
    }

    .newlist .news_ul li {
        padding: 10px 0;
        background-position: 15px 20px;
        padding-left: 30px;
    }

}