html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #fff;
}

.am-header {
    height: 2.6rem;
    line-height: 2.6rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
}

.am-header-default {
    background-color: #ffa24b;
}

.am-header .am-header-nav img {
    width: 3.2rem;
    height: auto;
    margin-left: 0.6rem;
}

.am-menu-offcanvas1 .am-menu-toggle {
    top: 0;
    position: absolute;
    right: 0.4rem;
    display: block;
    width: 1.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    color: #3e3e3e;
}

.coop {
    position: absolute;
    top: 0.06rem;
    left: 50%;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    width: 11.6rem;
    margin-left: -5.8rem;
}

.am-menu .am-menu-toggle-icon {
    color: #fff;
}

.am-icon-angle-left:before {
    color: #fff;
    display: block;
    z-index: 999;
    position: relative;
    height: 2.6rem;
    line-height: 2.6rem;
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after {
    top: 0.7rem;
}

.am-input-group-lg>.am-form-field,
.am-input-group-lg>.am-input-group-label,
.am-input-group-lg>.am-input-group-btn>.am-btn {
    font-size: 1.4rem !important;
}

/*footer*/
.footer-menu-box {
    position: fixed;
    bottom: 0;
    height: 4.2rem;
    background: #fff;
    z-index: 9999;
    width: 100%;
}

.footer-menu-box::before {
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #e1e1e1;
}

.footer-menu-box .menu_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    width: 100%;
    height: 3rem;
}

.footer-menu-box .menu_box .menu_item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.footer-menu-box .menu_box .menu_item {
    text-align: center;
}

.footer-menu-box .menu_box .menu_item a {
    color: #38262d;
    position: relative;
}

.footer-menu-box .menu_box .menu_item p.item_icon {
    height: 2.8rem;
}

.newsbox1 {
    padding-top: 2.6rem;
}

.newsbox1 .am-list-news-hd {
    margin-top: 0.7rem;
    padding: 0;
    margin-bottom: 0.8rem;
    border-bottom: solid 1px #eee;
    padding-bottom: 1rem;
}

.newsbox1 .am-list-news-hd h2 {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.am-list-item-text>p {
    text-align: left;
    width: 100%;
    font-size: 0.84rem;
    color: #656565;
    margin-top: 0.2rem;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*line-clamp: 3;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
}

.newsbox1 .am-list-news-hd label {
    font-size: 0.78rem;
    color: #838383;
    display: block;
}

.newsbox1 .am-list-item-text {
    width: 100%;
    font-size: 0.84rem;
    color: #656565;
    margin-top: 0.2rem;
}

.line-clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsDetailbox {
    padding: 2.6rem 0.5rem 1rem;
}

.newsDetailbox .am-list-news-default {
    margin: 0.2rem;
}

.paginationbox {
    height: 2.1rem;
    line-height: 2.1rem;
    background-color: #f8f8f8;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.paginationbox .pagebox a {
    display: inline-block;
    width: 4.8rem;
    color: #9c9c9c;
    text-align: center;
    height: 100%;
    font-weight: normal;
    background-color: #efefef;
    margin-right: 1rem;
}

.paginationbox .pagebox a:hover {
    background-color: #e1e1e1;
}

.paginationbox .pagebox .titfont {
    width: 70%;
}

.paginationWrap {
    margin-top: 1.8rem;
}

.newsDetailbox .am-list-news-hd:last-child {
    border-bottom: none;
}

/*.newsDetailbox .am-list-news-hd .am-list-item-text{*/
/*text-indent: 1.8rem;*/
/*}*/
.am-list-item-text p img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}