html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.bannerTit {
    width: 100%;
    height: auto;
}

.imgBan {
    width: 100%;
    height: auto;
}

.divShell {
    width: 100%;
    height: 91px;
}

.ULRolling {
    width: 100%;
    background-color: white;
}

.ULMargin {
    width: 90%;
    margin: 0 auto;
}

.newRolling {
    position: fixed !important;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #e3e3e3;
}

.hrStyle3 {
    border: 0px;
    border-top: 1px solid #e6e6e6;
    margin-top: -7px;
    width: 100%;
}

.new1 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: none;
}

.newMargin1 {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.proShow {
    display: block;
}

.newTop {
    width: 100%;
    height: 360px;
    background-color: #fafafa;
}

.newLeft {
    width: calc(100% - 40px);
    padding: 20px;
    overflow: hidden;
    height: 170px;
}

.newTopImg {
    width: 100%;
    height: 100%;
}

.newRight {
    width: calc(100% - 40px);
    float: left;
    padding: 0px 20px;
}

.newTopTit {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
    height: 22px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newTime {
    font-size: 12px;
    color: #666666;
    height: 28px;
    width: 100%;
}

.newData {
    font-size: 14px;
    color: #666666;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

.newMore {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #262626;
    text-align: right;
}

.moreImg {
    width: 26px;
    height: 26px;
}

.newBottom {
    width: 100%;
}

.newBlo1data {
    width: 100%;
    height: 80px;
    background-color: #fafafa;
    margin-top: 20px;
}

.newBlo1div {
    width: 75px;
    float: left;
}

.newBlo1Lbl1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 18px;
}

.newBlo1Lbl2 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}

.newBlo1Shu {
    width: 2px;
    float: left;
    height: 55px;
    border: 0px;
    border-right: 1px solid #c8c8c8;
    margin-top: 12px;
}

.newBlo1new {
    width: calc(100% - 80px);
    float: left;
}

.newBlo1Tit {
    font-size: 15px;
    color: #202020;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newBlo1Info {
    font-size: 13px;
    color: #666666;
    margin-left: 20px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newPage {
    width: 100%;
    height: 80px;
    margin-top: 30px;
}

.pageMargin {
    width: 690px;
    margin: 0 auto;
}

/******滑动样式*************/
.mui-pull-caption {
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mui-pull-caption-nomore {
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapperHeight {
    height: 380px;
    overflow: hidden;
}
/******滑动样式*************/

/******新闻切换*************/
.menu li:hover span, .menu li span.active {
    color: #fe0002;
    text-decoration: none;
}

.menu li span {
    position: relative;
    display: block;
    color: #333333;
    font-size: 14px;
    padding: 0 0 15px 0;
}

    .menu li:hover span:before, .menu li span.active:before {
        width: 100%;
    }

    .menu li span:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 3px;
        background: #fe0002;
        transition: all .4s ease-in-out;
    }
/******新闻切换*************/
