@charset "utf-8";

/*通用样式 start*/
body {
    background: #FFFFFF;
}

a {
    color: #333;
}

a:hover {
    color: #a24640;
}

a:focus {
    outline: none;
}

.white-bg {
    background: #fff;
}

.am-container {
    max-width: 1600px;
}

ul {
    padding-left: 0em;
}

ul li {
    list-style: none;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*通用样式 end*/

/*迷你导航 start*/
.mininav {
    height: 163px;
}

.mininav p {
    margin: 0;
}

.mininav .mininav-list {
    margin: 0;
    padding: 0;
}

.mininav .mininav-list li {
    display: inline-block;
    padding: 0 .3em;
    color: #a40000;
}

.mininav .mininav-list li a {
    color: #a40000;
}

.top_logo {
    line-height: 163px;
}

.top_logo a img {
    width: 575px;
}

.mininav .am-cf:after,
.mininav .am-cf:before,
.footer .am-cf:after,
.footer .am-cf:before {
    display: none;
}

#searchform {
    display: flex;
    align-items: center;
    height: 163px;
    width: 100%;
    justify-content: flex-end;
}

#searchform .am-form-field {
    width: 320px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    ;
}

#searchform button {
    border: none;
    background: #A24640;
    color: #DDDFE5;
    font-size: 14px;
    font-weight: initial;
    padding: 0 14px;
    height: 46px;
    right: 0;
    top: 9px;
}

.am-icon-search:before {
    margin-right: 6px;
}

/*迷你导航 end*/


/*导航栏 start*/
.nav,.footer {
    background: #A24640;
}


.am-nav-pills>li:first-child {
    background: none;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
    opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
    background-color: #910101;
    color: #fff;
}

.am-nav-pills>li+li {
    margin-left: 0;
}

.am-nav-pills {
    border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
    border-right: none;
}

.am-topbar-nav>li>a {
    padding: 20px 45.8px;
    line-height: normal;
    text-align: center;
    font-size: 1.8rem;
}

.am-dropdown-content {
    margin: 0;
    border: none;
    background-color: #9A271E;
    min-width: 100%;
}

ul.am-dropdown-content>li>a {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
    background-color: transparent;
    color: #FFFF00;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
    display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

.am-topbar-btn {
    margin-bottom: 8px;
}

/*导航栏 end*/

/*列表分页 start*/
.news-list .pic-list .am-gallery-item img {
    height: 213px !important;
}

.papers-list .pic-list .am-gallery-item img {
    height: 298px !important;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.am-pagination>li {
    font-size: 1.2rem;
}

.am-pagination>li>a,
.am-pagination>li>span {
    padding: .4em .7em;
    border-radius: 3px;
    color: #999;
    margin-right: 0;
}

/*列表分页 end*/



/*页尾 start*/


.footer p {
    margin: .6rem;
}

.foot-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    padding:3rem 0rem;
}

.foot-right {
    text-align: center;
}

.foot-cont img {
    width: 159px;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

    /*导航 start*/
    .am-dropdown-content {
        display: none !important;
    }

    .am-nav>li>a {
        padding: .4em 1em;
    }

    .am-nav-pills>li {
        background: none;
    }

    /*导航 end*/

    .mininav {
        height: 142px;
    }

    .top_logo a img,
    .link-foot-list li a img {
        width: 100%;
    }

    .top_logo {
        line-height: 80px;
    }

    .nav {
        background: initial;
    }

    .navbox {
        background: #A24640;
        position: relative;
    }

    #searchform {
        height: auto;
        justify-content: start;
        padding-left: 6vw;
    }

   #searchform button {
    height: 46px;
    top: 7px;
   }

    #searchform .am-form-field {
        width: 296px;
    }

    .am-topbar-btn {
        position: absolute;
        top: -71px;
        right: 6vw;
        padding: 1em 1.5em;
    }

    .link-foot-list,
    .xwdt ul,
    .book-list ul {
        padding: 1rem !important;
        flex-direction: column;
        align-items: center !important;
    }

    .book-list ul li {
        margin-bottom: 2rem;
    }

    .footer .am-container {
        padding: 1rem;
    }

    .foot-cont {
        flex-direction: column;
        font-size: 16px;
    }

    .foot-left {
        text-align: center;
    }

    .foot-cont img {
        width: 100px;
    }

    .news-list .pic-list .am-gallery-item img {
        height: 105px !important;
    }

    .papers-list .pic-list .am-gallery-item img {
        height: 253px !important;
    }
}

/*电脑*/

@media only screen and (min-width: 1025px) {
    .no-padding-left {
        padding-left: 0px !important;
    }

    .no-padding-right {
        padding-right: 0px !important;
    }

    /*通用 start*/
    .margin-bottom {
        margin-bottom: 2px;
    }

    .border-right {
        border-right: #eee solid 2px;
    }

    /*通用 end*/

    /*列表 start*/
    .am-list-news-default {
        margin: 10px 0;
    }

    /*列表 end*/
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {
    .am-container {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .am-container>.am-g {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
