[un-cloak] {
    display: none;
}
body,
html {
    overflow: hidden;
    overflow-y: auto;
}
div[class*='container'],
section[class*='container'],
ul[class*='container'] {
    margin: 0 auto;
}
@media (max-width: 1240px) {
    div[class*='container'],
    section[class*='container'],
    ul[class*='container'] {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
}
.container_banner {
    width: 1200px;
    position: relative;
}
@media (max-width: 1240px) {
    .container_banner {
        padding: 0 2%;
    }
}
.c-333 {
    color: #333;
    font-size: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.container_moment {
    width: 1220px;
}
.container_case {
    width: 1230px;
}
.container_feature {
    width: 1220px;
}
.title {
    text-align: center;
}
.title h3 {
    font-size: 4.2em;
    color: #000;
    margin-bottom: 15px;
}
.title p {
    text-transform: uppercase;
    font-size: 1.8em;
    color: #17509d;
}
@media (max-width: 1500px) {
    .title h3 {
        font-size: 3.8em;
    }
}
@media (max-width: 768px) {
    .title h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    .title h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .title p {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .title h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .title p {
        font-size: 14px;
    }
}
.title2 {
    text-align: center;
}
.title2 h2 {
    font-size: 42px;
    color: #17509d;
    display: inline-block;
    position: relative;
}
.title2 h2:after,
.title2 h2:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 1px;
    background: #17509d;
    top: 56%;
}
.title2 h2:after {
    right: -75px;
}
.title2 h2:before {
    left: -75px;
}
@media (max-width: 768px) {
    .title2 h2 {
        font-size: 34px;
    }
}
@media (max-width: 500px) {
    .title2 h2 {
        font-size: 28px;
    }
}
@media (max-width: 360px) {
    .title2 h2 {
        font-size: 24px;
    }
}
.base-color {
    color: #17509d;
}
.case-list .case-box {
    width: 382px;
    display: inline-block;
}
.case-list .pro {
    width: 100%;
    height: 215px;
}
.case-list .desc {
    text-align: left;
    width: 100%;
    height: 66px;
    background: #17509d;
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}
.case-list .desc .more {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    width: 27px;
    height: 27px;
    background: url(../img/more.png) no-repeat center;
}
header {
    position: relative;
}
header.fix {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(124, 76, 0, 0.13);
}
.header-in {
    z-index: 100;
    width: 100%;
    height: 90px;
    top: 0;
}
.logo {
    display: inline-block;
    position: relative;
    z-index: 999999;
    margin-top: 13px;
}
.moible_hy {
    display: none;
}
.m-close {
    display: none;
}
.header-r {
    width: 100%;
    /* float: right; */
    position: relative;
    z-index: 10;
    font-size: 0;
    /* margin-right: 100px; */
}
nav.nav-top {
    width: 100%;
    display: inline-block;
    margin-top: 36px;
    vertical-align: top;
}
.nav-top-ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
nav.nav-top ul li {
    position: relative;
    display: inline-block;
    /* margin-left: 57px; */
    line-height: 16px;
    height: 37px;
    font-size: 16px;
    vertical-align: top;
}
nav.nav-top ul li::after {
    content: ' ';
    position: absolute;
    left: auto;
    bottom: 0;
    width: 0;
    right: 0;
    height: 3px;
    background: #17509d;
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
    -ms-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
    -o-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
    -webkit-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
    -moz-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
nav.nav-top ul li.cur::after,
nav.nav-top ul li:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.top-sub-menu {
    display: none;
    position: absolute;
    top: 37px;
    /* left: -35px; */
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .top-sub-menu {
        transform: translateX(0%);
    }
}

nav.nav-top ul li a {
    color: #000;
    font-size: 16px;
    transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}
nav.nav-top ul li a:hover,
nav.nav-top ul li.cur a {
    color: #17509d;
}
.top-sub-menu a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    line-height: 46px;
    display: block;
    text-align: center;
    width: 200px;
    /* 文本超出宽度时显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #17509d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.top-sub-menu a:hover {
    color: #fff;
    background: #0f2746;
}

.top-sub-menu {
    position: absolute;
    display: none;
    z-index: 1000;
}

.sub-menu-item {
    position: relative;
}

.sub-menu-item:hover .third-sub-menu {
    display: block;
}

.third-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    /* background: #fff; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.third-sub-menu a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
}

.sub-menu-item:hover > a {
    background-color: #0f2746;
}

.banner_info .inside-nav-one {
    width: 50%;
}
.inside-banner img {
    max-width: 100%;
    height: auto;
}
.inside-banner {
    position: relative;
    height: 300px;
    margin-top: 90px;
}
.inside-banner .banner-img {
    height: 100%;
    width: 100%;
}
.banner-desc {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
}
.banner-desc h2 {
    font-size: 56px;
    margin-bottom: 20px;
}
.banner-desc p.desc {
    font-size: 16px;
}
@media (max-width: 1560px) {
    .inside-banner .banner-img {
        background-position: 72% !important;
    }
}
@media (max-width: 1240px) {
    .inside-banner .banner-desc {
        left: 2%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }
    .inside-banner .banner-img {
        background-position: 72% !important;
    }
}
@media (max-width: 768px) {
    .inside-banner {
        height: 280px;
    }
    .inside-banner .banner-desc {
        top: 40%;
        width: 50%;
    }
    .inside-banner .banner-desc h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .inside-banner .banner-desc p {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .inside-banner .banner-desc {
        top: 40%;
    }
    .inside-banner .banner-desc h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .inside-banner .banner-desc p {
        font-size: 16px !important;
    }
    .inside-banner .banner-img {
        background-position: 67% !important;
    }
}
.inside-nav {
    position: relative;
    margin-top: -62px;
    font-size: 0;
}
.inside-nav-one {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 16.667%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #17509d;
    /* background: #d4592e; */
    transition: 0.3s;
}
.inside-nav-one.cur,
.inside-nav-one:hover {
    background: #fff;
}
.inside-nav-one a {
    display: block;
    color: #fff;
    transition: 0.3s;
}
.inside-nav-one.cur a,
.inside-nav-one:hover a {
    color: #17509d;
}
.textprenext {
    margin-top: 20px;
    line-height: 30px;
}
.textprenext a {
    transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
}
.textprenext a:hover {
    color: #17509d;
}
.share {
    float: right;
    margin-top: 25px;
}
.msg {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 10%;
    width: 100px;
    height: 40px;
    background: #e7e7e7;
    border-radius: 30px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.msg .desc {
    font-size: 12px;
    color: #17509d;
}
.msg .icon {
    width: 24px;
    height: 24px;
    background: url(../img/msg.png) no-repeat center/contain;
    margin-right: 5px;
}
.pc_msg {
    display: none;
    position: fixed;
    right: 0;
    bottom: 5%;
    background: #fff;
    border: 1px solid #17509d;
    z-index: 99;
    padding: 20px 0 15px 15px;
}
.pc_msg .msg_title {
    position: absolute;
    top: -1px;
    left: -31px;
    width: 30px;
    background: #17509d;
    color: #fff;
    padding: 24px 9px 5px 9px;
    cursor: pointer;
}
.pc_msg i {
    position: absolute;
    left: -23px;
    top: 6px;
    z-index: 11;
    color: #fff;
    font-size: 14px;
}
.pc_msg .msg_input {
    margin-bottom: 10px;
}
.pc_msg .msg_input span {
    width: 39px;
    display: inline-block;
    text-align: right;
}
.pc_msg .msg_input input {
    border: 1px solid #ffb898;
    padding-left: 5px;
}
.pc_msg .msg_input textarea {
    height: 80px;
    border: 1px solid #ffb898;
    padding-left: 5px;
}
.pc_msg .msg_input input[name='verfiycode'] {
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}
.pc_msg .msg_input .captcha2 {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.pc_msg .msg_input .captcha2 img {
    max-width: 100%;
    height: 21px;
}
.pc_msg button {
    border: 0;
    background: #17509d;
    color: #fff;
    padding: 3px 45px;
    border-radius: 3px;
    font-size: 12px;
    margin: 15px auto 0;
    display: block;
}
.aside-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 11;
}
.aside-nav-close {
    margin: 0 auto;
    width: 17px;
    height: 17px;
    line-height: 15px;
    background: #17509d;
    border-radius: 50%;
    text-align: center;
    visibility: visible;
    cursor: pointer;
}
.aside-nav-in.close {
    transform: translateX(100px);
    visibility: hidden;
    transition: 0.3s;
}
.aside-nav-one {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #17509d;
    border-radius: 50px;
    text-align: right;
}
.aside-nav-one-img {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: 0.3s;
}
.aside-nav-one-img img {
    width: 22px;
}
.more-width:hover .aside-nav-one-img {
    left: -73px;
}
.more-width-call:hover .aside-nav-one-img {
    left: -155px;
}
.aside-nav-one-desc {
    position: absolute;
    right: 0;
    padding-right: 16px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: #17509d;
    color: #17509d;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s, color 0.1s;
}
.more-width:hover .aside-nav-one-desc {
    width: 125px;
    color: #fff;
    transition: 0.3s;
}
.more-width-call:hover .aside-nav-one-desc {
    width: 200px;
}
.aside-nav-one-qrcode {
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
    left: -140px;
    opacity: 1;
    visibility: visible;
}
.page {
    text-align: center;
}
.page a {
    color: #acacac;
    display: inline-block;
    width: 100%;
    line-height: 28px;
    transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
}
.page span {
    color: #acacac;
    font-family: SimSun;
    vertical-align: top;
}
.page .pagination {
    display: inline-block;
}
.page .pagination li.cur {
    width: auto;
}
.page .pagination li {
    float: left;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-right: 12px;
    color: #acacac;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.page .pagination li:first-child {
    border: 0;
    color: #fff;
    margin-right: 13px;
    font-weight: bolder;
}
.page .pagination li:last-child {
    border: 0;
    color: #fff;
    font-family: SimSun;
    font-weight: bolder;
}
.page .pagination li:hover {
    background: #17509d;
}
.page .pagination li:hover a {
    color: #fff;
}
.page .pagination li:hover span {
    color: #fff;
}
.page .pagination li:hover.disabled {
    border-color: #3eb296;
}
.page .pagination li.active {
    background: #17509d;
}
.page .pagination li.active span {
    color: #fff;
}
footer {
    font-size: 1em;
    padding-top: 1%;
    width: 100%;
    background: #2b2b2b;
    min-width: 1200px;
}
.part-1 {
    max-width: 1200px;
    width: 100%;
    margin: 2.5% auto;
}
.footer-nav {
    /*float: left;*/
    width: 100%%;
    display: flex;
}
.item-common {
    /*float: left;*/
    /*width: 12%;*/
    flex: 1;
    text-align: left;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.item-common span {
    font-weight: lighter;
    display: inline-block;
    font-size: 16px;
    color: rgba(230, 230, 230, 0.5);
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.item-common a {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    color: rgba(230, 230, 230, 0.7);
    word-break: break-all;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.item-common a:hover {
    color: #fff;
}
.footer-icon {
    width: 20%;
    float: left;
}
.footer-icon .phone p {
    font-size: 1.6em;
    color: #ad1e1a;
}
.footer-icon .phone p span {
    font-size: 12px;
}
.footer-icon .phone strong {
    font-size: 1.4em;
    color: #d0d0d0;
    font-weight: 400;
}
.footer-icon .mail i,
.footer-icon .phone i {
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-top: 1px;
}
.footer-icon .phone i {
    background: url(../img/phone-icon.png) no-repeat;
}
.footer-icon .mail i {
    background: url(../img/location-icon.png) no-repeat;
    margin-top: 7px;
}
.footer-icon .mail {
    margin-top: 10px;
}
.footer-icon .mail p {
    color: #d0d0d0;
    font-size: 1.6em;
}
.footer-icon .mail strong {
    color: #d0d0d0;
    font-size: 1.4em;
    font-weight: 400;
    float: left;
    width: 87%;
    line-height: 30px;
}
.wechat {
    display: inline-block;
}
.wechat .others p {
    font-size: 14px;
    color: #9e9e9e;
    margin-bottom: 18px;
}
.wechat .ewm {
    margin-left: 45px;
    margin-top: 10px;
}
.wechat .address {
    font-size: 14px;
    color: #9e9e9e;
    margin-bottom: 18px;
}
.copyright {
    background: #2b2b2b;
    border-top: 1px solid #5d5d5d;
    text-align: center;
}
.copyright-box {
    margin: 0 auto 0;
    width: 1200px;
    max-width: 100%;
    padding: 30px 0;
}
.copyright ul {
    float: left;
}
.copyright-list {
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 52px;
}
.copyright-list a {
    color: #555;
    border-right: 1px solid #555;
    padding: 0 15px;
}
.copyright-list a:hover {
    text-decoration: underline;
}
.copyright-list:nth-child(1) a {
    padding-left: 0;
}
.copyright p {
    font-size: 14px;
    color: #9e9e9e;
    margin-left: 15px;
    display: inline-block;
}
.copyright p a {
    font-size: 14px;
    color: #9e9e9e;
}
.copyright span {
    font-size: 14px;
    color: #9e9e9e;
}
.copyright span a {
    font-size: 14px;
    color: #9e9e9e;
}
.frend-item {
    float: right;
}
.frend-list {
    float: left;
    margin-right: 10px;
    color: #9e9e9e;
    font-size: 14px;
}
.frend-list a {
    display: inline-block;
    font-size: 14px;
    color: #9e9e9e;
}
.frend-list:last-child {
    margin-right: 0;
}
@media (max-width: 1440px) {
    .aside-nav,
    .msg {
        right: 0;
    }
}
@media (max-width: 1240px) {
    header {
        padding: 0 2%;
    }
    footer {
        min-width: 100%;
        padding: 3% 2.5% 0;
    }
}
@media (max-width: 1120px) {
    .footer-nav {
        display: none;
    }
    .part-1 {
        text-align: center;
    }
    .f_contact {
        text-align: left;
    }
}
@media (max-width: 1000px) {
    header {
        padding: 0;
    }
    .inside-banner {
        margin-top: 0;
    }
    .logo {
        margin-top: 11px;
        width: 130px;
    }
    .logo img {
        max-width: 100%;
    }
    .header-in {
        background: #fff;
        height: 55px;
        padding: 0 2%;
        position: fixed;
        overflow: visible;
        box-shadow: 0 1px 10px -3px #000;
    }
    .header-r {
        float: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        width: 100%;
        height: 0;
        text-align: center;
        transition: 0s 1s;
        overflow: hidden;
    }
    body.on .header-r {
        height: 100%;
        transition: 0s;
    }
    .header-r::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: -100%;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #f2f2f2;
        transition: 0.8s 0.2s;
    }
    body.on .header-r::after {
        top: 0;
        transition: 0.4s;
    }
    .header-r-in {
        margin-top: 15%;
        padding: 0 25px;
    }

    .m-close {
        display: block;
        float: right;
        position: relative;
        right: 0;
        top: 8px;
        z-index: 999999;
        width: 36px;
        height: 36px;
    }
    .m-close::after,
    .m-close::before {
        content: '';
        position: absolute;
        left: 0;
        width: 50%;
        height: 2px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: all 0.4s 0.1s ease-out;
        background: #17509d;
    }
    body.on .m-close::after,
    body.on .m-close::before {
        transition: all 0.25s ease-out;
    }
    .m-close::before {
        top: 20px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 50% 50% 0;
    }
    .m-close::after {
        top: 20px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: 50% 50% 0;
    }
    body.on .m-close::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.on .m-close::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    nav.nav-top {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    nav.nav-top > ul > li {
        display: block;
        transform: translateY(-30px);
        margin: 0;
        line-height: 8vh;
        height: auto;
        opacity: 0;
        text-align: left;
        transition: 0.2s;
        border-bottom: 1px solid rgba(207, 207, 207, 0.66);
    }
    nav.nav-top > ul > li a:after {
        content: attr(data-icon);
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    nav.nav-top > ul > li[date-switch='1'] a:after {
        content: attr(data-hover);
    }
    body.on nav.nav-top > ul > li:nth-child(2) > a,
    body.on nav.nav-top > ul > li:nth-child(3) > a,
    body.on nav.nav-top > ul > li:nth-child(4) > a,
    body.on nav.nav-top > ul > li:nth-child(5) > a,
    body.on nav.nav-top > ul > li:nth-child(6) > a {
        pointer-events: none;
    }
    body.on nav.nav-top > ul > li:nth-child(1),
    nav.nav-top > ul > li:nth-child(7) {
        transition: 0.2s;
    }
    body.on nav.nav-top > ul > li:nth-child(2),
    nav.nav-top > ul > li:nth-child(6) {
        transition: 0.2s 0.05s;
    }
    body.on nav.nav-top > ul > li:nth-child(3),
    nav.nav-top > ul > li:nth-child(5) {
        transition: 0.2s 0.1s;
    }
    body.on nav.nav-top > ul > li:nth-child(4),
    nav.nav-top > ul > li:nth-child(4) {
        transition: 0.2s 0.15s;
    }
    body.on nav.nav-top > ul > li:nth-child(5),
    nav.nav-top > ul > li:nth-child(3) {
        transition: 0.2s 0.2s;
    }
    body.on nav.nav-top > ul > li:nth-child(6),
    nav.nav-top > ul > li:nth-child(2) {
        transition: 0.2s 0.25s;
    }
    body.on nav.nav-top > ul > li:nth-child(7),
    nav.nav-top > ul > li:nth-child(1) {
        transition: 0.2s 0.3s;
    }
    body.on nav.nav-top > ul > li {
        transform: translateY(0);
        opacity: 1;
    }
    .top-sub-menu {
        display: none;
        overflow: hidden;
        border: 0;
    }
    nav.nav-top > ul > li::after {
        display: none;
    }
    .top-sub-menu {
        position: static;
    }
    .top-sub-menu a {
        display: block;
        width: 100%;
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.8) !important;
        text-align: left;
        padding-left: 10px;
        background: 0 0;
        border-bottom: 1px solid rgba(193, 193, 193, 0.66);
    }
    .top-sub-menu > a:hover {
        background: 0 0;
    }
    .top-sub-menu a:last-child {
        border: 0;
    }
    a.login {
        display: block;
        margin: 0 auto;
        transform: translateY(-30px);
        opacity: 0;
        transition: 0.2s;
    }
    body.on a.login {
        display: none;
    }
    .footer-t {
        padding-top: 30px;
        text-align: center;
    }
    .footer-t-l {
        display: none;
    }
    .footer-t-r {
        float: none;
    }
    .footer-b {
        padding: 15px;
        height: auto;
        line-height: 20px;
        font-size: 12px;
    }
    .moible_hy {
        display: block;
        float: right;
        color: #fff;
        font-size: 26px;
        position: relative;
        top: 14px;
        margin-right: 20px;
        z-index: 100000;
    }
    article {
        margin-top: 55px;
    }
}
@media (max-width: 500px) {
    .inside-nav {
        margin-top: -46px;
    }
    .inside-nav .inside-nav-one {
        height: 46px;
        line-height: 46px;
        font-size: 12px;
    }
    aside {
        display: none;
    }
    .wechat .address,
    .wechat .others p {
        font-size: 12px;
        text-align: left;
    }
    .wechat .ewm img {
        width: 100px;
    }
    .copyright span,
    .frend-list,
    .frend-list a {
        font-size: 10px;
    }
    .copyright-box {
        padding: 15px 0;
    }
    .frend-item {
        margin-top: 10px;
    }
    .msg_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .msg_container {
        padding: 20px 0 0;
        width: 90% !important;
        min-width: 90% !important;
    }
    .message-box {
        height: 510px;
        width: 96%;
    }
    .msg_input span {
        font-size: 14px;
    }
    .msg_input input {
        height: 34px;
    }
    .msg_input {
        margin-bottom: 3px;
    }
    .msg_msg {
        margin-top: 5px;
    }
    .message button {
        width: 145px;
        height: 34px;
        margin: 30px auto 0;
        display: block;
    }
    .msg_captcha input {
        width: 110px;
    }
    .msg {
        width: 28px;
        height: 113px;
        line-height: 20px;
        z-index: 2;
        right: 0;
    }
    .msg .desc {
        font-size: 14px;
        color: #17509d;
        width: 19px;
    }
    .icon-guanbi {
        color: #17509d;
        position: absolute;
        right: 18px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
    }
    .mask {
        opacity: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        transform-style: preserve-3d;
        transition: opacity ease 0.6s;
        -webkit-transition: opacity ease 0.6s;
        -moz-transition: opacity ease 0.6s;
        -ms-transition: opacity ease 0.6s;
        -o-transition: opacity ease 0.6s;
    }
    .mask.show_mask {
        opacity: 1;
    }
    .message {
        transition: all ease 0.6s;
        -webkit-transition: all ease 0.6s;
        -moz-transition: all ease 0.6s;
        -ms-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transform: translateY(-200%);
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
    }
    .message-box {
        background-color: #fff;
    }
    .message.isout {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .msg_title {
        text-align: left;
        color: #17509d;
        font-weight: bolder;
    }
    .msg_input {
        width: 100%;
        display: inline-block;
    }
    .msg_input input[name='verfiycode'] {
        width: 110px;
    }
    .msg_input span {
        color: #949494;
        line-height: 43px;
    }
    .msg_input input {
        border: 1px solid #e2e2e2;
        padding-left: 10px;
        margin-left: 10px;
        width: calc(100% - 65px);
    }
    .msg_input textarea {
        height: 155px;
        width: calc(100% - 65px);
        border: 1px solid #e2e2e2;
        padding-left: 10px;
        padding-top: 5px;
        margin-left: 10px;
    }
    .msg_mail,
    .msg_name {
        margin-right: 15px;
    }
    .msg_captcha input {
        height: 35px;
        margin-left: 6px;
    }
    .captcha2 {
        display: inline-block;
    }
    .captcha2 img {
        width: 110px;
        height: 35px;
    }
    .message button {
        background-color: #17509d;
        color: #fff;
        font-size: 18px;
        border: 0;
        border-radius: 3px;
        cursor: pointer;
    }
}
@media (max-width: 360px) {
    .msg_input textarea {
        height: 95px;
    }
    .msg_input input[name='verfiycode'] {
        width: 95px;
    }
    .message-box {
        height: 440px;
        top: 8%;
    }
}
@media (max-width: 340px) {
    .inside-banner .banner-desc h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .inside-banner .banner-desc p {
        font-size: 18px;
    }
    .inside-nav .inside-nav-one {
        font-size: 11px;
    }
}

/* yoyo */

/* 首页通用标题头 */
.generalTitle {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

.generalTitle .title {
    z-index: 1;
    color: white;
    font-weight: bold;
    margin-left: 15px;
    position: absolute;
    top: 70px;
    left: 50.5%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 23px;
}

.generalTitle .title_img {
    width: 350px;
    height: 120px;
}

/* 首页通用容器 */
.generalContainer {
    width: 100%;
    padding: 15px 40px;
}

@media (max-width: 768px) {
    .generalContainer {
        width: 100%;
        padding: 10px;
    }
}

.aboutUs {
    min-height: 630px;
    max-height: 630px;
    background-color: #4c83d4;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}


/* 综合新闻 */
.generalNews {
    background-color: #fff;
    min-height: 500px;
}

.generalNews .newsCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.generalNews .newsCard:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.generalNews .newsCard > img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.generalNews .newsCard .newsText {
    padding: 10px;
}

.generalNews .newsCard .newsText .newsTitle {
    text-align: start;
    color: #333 !important;
    font-weight: bold;
}

.generalNews .newsCard .newsText .newsDescription {
    text-align: start;
    color: #9e9b9b !important;
}

.generalNews .newsCard .newsText .newsTime {
    position: absolute;
    left: 10px;
    top: 51%;
    transform: translateY(-50%);
    background-color: #2b62dc;
    color: #ffffff;
    width: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.generalNews .newsCard .newsText .newsTime span:nth-child(1) {
    font-size: 35px;
    font-weight: 600;
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
}

.generalNews .newsCard .newsText .newsTime span:nth-child(2) {
    width: 100%;
    text-align: right;
    line-height: 20px;
    padding: 0 10px;
}

.generalNews .newsCard .newsText .newsTime span:nth-child(2)::before {
    content: '/';
}

.generalNews .newsCard .newsText .newsTime span:nth-child(3) {
    width: 100%;
    text-align: right;
    line-height: 20px;
    padding-bottom: 10px;
}

.generalNews .newsList {
    list-style: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.generalNews .newsList a {
    color: #444;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px 20px;
}

.generalNews .newsList .news-wrap {
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.generalNews .newsList .news-wrap:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.generalNews .newsList .news-wrap .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.generalNews .newsList .news-wrap .date .day {
    text-align: center;
    width: 100%;
    color: #17509d;
    font-size: 25px;
    font-weight: 800;
    text-align: right;
    padding: 0 10px 0 0;
    position: relative;
}

.generalNews .newsList .news-wrap .date .day::before {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #17509d;
    position: absolute;
    right: 10px;
    top: 0;
}

.generalNews .newsList .news-wrap .date .year-month {
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    color: #888;
    padding: 0 10px 0 0;
    text-align: right;
}

.generalNews .newsList .news-wrap .wrap .title {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 1.8em;
    line-height: 1.8em;
    padding: 0 0 0 10px;
}

.generalNews .newsList .news-wrap .wrap .content {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 2.6em;
    line-height: 1.3em;
    padding: 0 0 0 10px;
}

.generalNews .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
}

.generalNews .subtitle .typename {
    color: #194887;
    font-weight: bold;
    font-size: 20px;
}

.generalNews .subtitle .englist_name {
    font-size: 16px;
    color: #777;
}

.generalNews .subtitle .line{
    flex: 1;
    height: 1px;
    background-color: #777;
}

.generalNews .subtitle .more{
    color: #194887;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.generalNews .newsCover {
    position: relative;
}

.generalNews .newsCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.generalNews .newsCover > .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(23, 80, 157, 0.7);
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: start;
    z-index: 1;
}

/* 添加两行文字截断的样式 */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.am-list{
    padding-left: 6px !important;
}

/* 添加一行文字截断的样式 */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 学生工作 */

.studentWork {
    padding: 15px 0;
    width: 100%;
    background-image: url('/template/pc/skin/img/bg-8.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.studentWork .training-card {
    display: flex;
    background: #ffffff;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 100px;
    height: 300px;
}

.studentWork .training-card .list-wrap {
    background: #ffffff;
    padding: 15px;
    flex: auto;
    min-height: 300px;
}

.studentWork .training-card:nth-of-type(2n + 1) .list-wrap::after {
    content: '';
    display: block;
    border: 163.5px solid #ffffff;
    border-left: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-bottom: 138.5px solid transparent;
    position: absolute;
    top: 0;
    right: -59px;
}

.studentWork .training-card:nth-of-type(2n) .list-wrap::after {
    content: '';
    display: block;
    border: 163.5px solid #ffffff;
    border-right: 30px solid #ffffff;
    border-left: 30px solid transparent;
    border-bottom: 138.5px solid transparent;
    position: absolute;
    top: 0;
    left: -59px;
}

.studentWork .training-card .cover {
    width: 60%;
    height: 100%;
    object-fit: cover;
}

.studentWork .training-card .list-wrap .list-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.training-card > .list-wrap > .title-wrap {
    display: flex;
    justify-content: space-between;
}

.training-card > .list-wrap > .title-wrap > .title {
    text-align: start;
    color: #444;
    padding: 10px 10px 0 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.training-card > .list-wrap > .title-wrap > .more {
    font-size: 15px;
    text-decoration: none;
    color: #17509d;
    font-weight: 600;
}

.training-card > .list-wrap > .title-wrap > .title::before {
    content: '';
    display: block;
    width: 71px;
    height: 4px;
    border-radius: 2px;
    background: #17509d;
    position: absolute;
    bottom: -5px;
}

.studentWork .training-card a .date {
    display: flex;
    justify-content: space-between;
    min-width: 50px;
    margin-left: 10px;
}

.studentWork .training-card .date .month {
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    color: #2b62dc;
}

.studentWork .training-card .date .day {
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    color: #2b62dc;
}

.studentWork .training-card .list-wrap a {
    display: flex;
    flex-direction: row-reverse;
    margin: 8px 0;
}

.studentWork .training-card .list-wrap a .title {
    font-size: 16px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 1.8em;
    line-height: 1.8em;
    transition: all ease 0.1s;
    flex: auto;
}

.studentWork .training-card .list-wrap a .title:hover {
    color: #ec7906;
}

/* 科研平台 */

.researchPlatform {
    background-color: #f5f5f5;
    min-height: 400px;
    padding: 15px 20px;
}

.researchPlatform .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.researchPlatform .list .item {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.researchPlatform .list .item:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.researchPlatform .list .item > .img-and-date {
    width: 80px;
    min-width: 80px;
    height: 100%;
    padding: 15px 10px;
}

.researchPlatform .list .item > .img-and-date img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.researchPlatform .list .item > .img-and-date .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.researchPlatform .list .item > .img-and-date .date > .day {
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #17509d;
    font-size: 22px;
    font-weight: 800;
}

.researchPlatform .list .item > .img-and-date .date > .year-month {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    background: #ebebeb;
    color: #888;
    padding: 0 10px;
}

.researchPlatform .list .item > .contentDisplay {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.researchPlatform .list .item > .contentDisplay > .title {
    font-size: 16px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 1.8em;
    line-height: 1.8em;
    transition: all ease 0.1s;
    text-align: start;
}

.researchPlatform .list .item > .contentDisplay > .description {
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 1.8em;
    line-height: 1.8em;
    transition: all ease 0.1s;
    flex: auto;
    text-align: start;
}

/* 交流合作 */

.commCoop {
    padding: 15px 20px;
    background-color: #3556db;
    min-height: 400px;
    background-image: url('/template/pc/skin/img/bg-7.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.commCoop .fl-center {
    display: flex;
    justify-content: center;
}

.commCoop .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.commCoop .card-wrap {
    background: #ffffff;
    text-align: center;
    transition: all ease 0.1s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 10px;
    min-height: 450px;
    max-width: 600px;
    width: 600px;
}

.commCoop .card-wrap .card-title {
    padding: 10px 0;
    color: #222;
    font-weight: bold;
}

.commCoop .card-wrap .card-title::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 80px;
    background: #2b62dc;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 30px;
}

.commCoop .card-wrap .card-title::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    border: 25px solid #ffffff;
    border-top: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 30px;
}

.commCoop .card-wrap .card-title-en {
    color: #444;
    padding: 10px 0;
}

.commCoop .card-wrap .content-list {
    list-style: none;
    text-align: left;
    padding: 20px 0 60px 0;
    margin: 0 20px;
}

.commCoop .card-wrap .content-list li {
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.commCoop .card-wrap .content-list a {
    text-decoration: none;
    color: #444;
    display: flex;
}

.commCoop .card-wrap .content-list span {
    font-size: 13px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px 0 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.commCoop .card-wrap .more {
    position: absolute;
    width: 100px;
    height: 50px;
    right: 0;
    bottom: 0;
    font-size: 25px;
    border: none;
    background: none;
    color: #17509d;
    transition: all ease 0.1s;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.commCoop .card-wrap::after {
    content: '△';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    font-size: 50px;
    color: #2b62dc;
    left: 20px;
    bottom: 20px;
}

.search {
    width: 170px;
    height: 90px;
    /* position: fixed;
    top: 0;
    right: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

/* 搜索框 */
.search .searchBox {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 15px;
    align-self: flex-end;
    border: #5d5d5d 1px solid;
}
/* 搜索框 */
.search .submitSearch {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    去掉button原本样式*/
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #333333;
}

.search .submitSearch svg:hover {
    color: #0ba4da !important;
}

/*   去掉input原本样式*/
.search .goToTheOriginal {
    transition: width 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    outline: none;
    width: 120px;
}

.header-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}

@media (max-width: 1024px) {
    /* 这里写你的样式 */
    .search {
        display: none;
    }
}

.lists_search .description {
    font-size: 14px !important;
    color: #a6a4a4;
    display: flex;
    justify-content: flex-start !important;
}

.pglist {
    display: flex; /* 弹性布局实现水平排列 */
    justify-content: center; /* 居中显示分页按钮 */
    flex-wrap: wrap; /* 允许小屏幕换行 */
    gap: 6px; /* 按钮间距替代margin */
    padding: 15px 0;
    margin: 20px auto;
    list-style: none; /* 清除默认列表样式 */
    font-family: 'Arial', sans-serif;
}
.pglist li {
    display: inline-block; /* 兼容旧版浏览器 */
}
.pglist a {
    display: inline-block;
    min-width: 36px; /* 统一按钮最小宽度 */
    padding: 8px 12px;
    text-align: center;
    color: #333;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease; /* 平滑过渡效果 */
    line-height: 1.5;
}
/* 当前页高亮 */
.pglist li.thisclass a {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}

/* 悬停效果 */
.pglist a:hover:not(.thisclass) {
    background-color: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 禁用状态（如首页/末页不可用时） */
.pglist li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    opacity: 0.7;
}

/* 首页/末页按钮加宽 */
.pglist li:first-child a,
.pglist li:last-child a {
    min-width: 60px;
    padding: 8px 15px;
}

/* 上一页/下一页图标增强 */
.pglist li:nth-child(2) a::before,
.pglist li:nth-last-child(2) a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 5px;
}
.pglist li:nth-child(2) a::before {
    content: '←';
}
.pglist li:nth-last-child(2) a::after {
    content: '→';
}

/* 下载按钮样式 */
.download-section {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.download-section .download-btn {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.column-container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.am-g .column-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.am-g .column-item img {
    max-height: 200px;
}

.am-g .column-item .typename {
    font-size: 25px;
    font-weight: bold;
    color: #17509d;
}

.am-g .column-item .divider {
    width: 100px;
    height: 1px;
    background-color: #777;
    margin: 10px 0;
}

.am-g .column-item .description {
    font-size: 14px;
    color: #777;
}

.am-g .column-item .more {
    font-weight: bold;
    font-size: 20px;
    color: #17509d;
    position: absolute;
    right: 10px;
    bottom: 0;
}
