* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
    background-color: #fff;
}

.wrapperall {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.wrapper {
    width: 100px;
    float: left;
    justify-content: center;
    align-items: center;
    background: #2B2D5E;
    height: 100%;
}

.well {
    width: calc(100% - 100px);
    float: left;
    height: 690px;
    margin-bottom: 0;
    background: #423c7c !important;
    height: 100%;
}



.button {
    width: 66%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0, 0.22, 0.3, 1);
    border-radius: 10px;
    margin: 10px auto;
    background-color: white;
}

    .button span {
        color: #fff;
        font-size: 1rem;
        z-index: 10;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.fl {
    float: left;
}
.newinfo {
    width: 100%;
}

.container {
    width: 100%;
}

.head1er {
    position: relative;
}

.navBac {
    width: 100%;
}

.head1-info-wrap {
    position: absolute;
    top: 150px;
    width: 26%;
    left: 50%;
    margin-left: -13%;
    overflow: hidden;
}

.head1-info {
    width: 100%;
    text-align: center;
}

.navhead1Txt {
    width: 70%;
}

.horizontalLine {
    width: 100%;
    height: 2px;
    margin: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.navhead1Txt2 {
    width: 64%;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content {
    padding-top: 60px;
}

.news-item {
    margin: 12px 0;
    display: block;
    text-decoration: none;
}

.item-info {
    width: calc(100% - 250px);
    margin-left: 250px;
    box-sizing: border-box;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333331;
}

.item-desc {
    font-size: 15px;
    color: #898989;
    line-height: 20px;
}

.item-horLine {
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
    margin: 15px 0 20px 0;
}

.laiyuan, .yuedu, .shijian {
    font-size: 12px;
    color: #898989;
    margin-right: 20px;
}

.item-tip img {
    margin-right: 10px;
    width: 15px;
}

.tuijian {
    width: 301px;
    height: 200px;
    text-align: center;
    font-size: 20px;
    padding-top: 160px;
    background-image: url('../images//tuijian.png');
    overflow: hidden;
    box-sizing: border-box;
}

.remen {
    width: 100%;
    border-top: 4px solid #c59f64;
}

.remen-title {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    height: 50px;
    color: #c59f64;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}

.remen-list {
    width: 301px;
    border: 1px solid #cccccc;
    padding: 10px 30px;
    box-sizing: border-box;
}

    .remen-list div {
        font-size: 12px;
        color: #898989;
        line-height: 30px;
    }

[v-cloak] {
    display: none;
}

.item-img {
    vertical-align: middle;
    width: 221px;
    height: 135px;
}

/*img {
    max-width: 100%;
    max-height: 100%;
}*/

.title {
    text-align: center;
    font-size: 26px;
    color: #333;
    line-height: 55px;
}

.add_time {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    text-align: center;
    margin-bottom: 15px;
}

.homebutton {
    background-color: #373a7b;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    margin: 30px auto;
    background-image: url(../img/home.png);
    background-repeat: no-repeat;
    background-position: center;
}

.button:nth-child(2) {
    background-color: #5461ED;
}

.buttonSelect1 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #5461ED;
    left: 75px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    display: none;
}

.button:nth-child(3) {
    background-color: #5FBB6E;
}

.buttonSelect2 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #5FBB6E;
    left: 75px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    display: none;
}

.button:nth-child(4) {
    background-color: #b5b71f;
}

.buttonSelect3 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #b5b71f;
    left: 75px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    display: none;
}

.rightdiv {
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

.search {
    height: 12%;
    padding: 20px;
}

.load_more_btn {
    width: 100%;
    display: none;
    padding: 14px 0;
    margin: 10px 0 0px;
    font: normal 20px/30px "STHeiti", "Microsoft Yahei";
    color: #404040;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
}

.post_addmore, .post_adding {
    width: 140px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    margin-left: -70px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

.left {
    width: 17px;
    height: 17px;
    border-top: 2px solid #867f7a;
    border-right: 2px solid #867f7a;
    transform: rotate(225deg);
    margin-right: -50px;
    margin-left: 19px;
    margin-top: 24px;
}

#newsdetail {
    margin: 0px 20px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

clear {
    zoom: 1;
}

@media(max-width:800px) {
    .item-info {
        width: calc(100% - 150px);
        margin-left: 150px;
    }

    .item-img {
        width: 145px;
        height: 125px;
    }

    .item-horLine {
        margin: 5px 0 5px 0;
    }
}

@media(max-width:960px) {

    #contentIframe {
        border-radius: 0px !important;
    }

    .menuDiv span {
        font-size: 16px !important;
    }
}

.ui-menu-item {
    background: #fff;
}

    .ui-menu-item:hover {
        background: #2DC3E8;
    }
