/*最大的div*/
.Maximums {
    width: 100%;
    height: 1396px;
    background-color: #fff;
}
/*幻灯片*/
.wheels {
    width: 100%;
    height: 300px;
    border: 0px solid red;
}

img {
    width: 100%;
    height: 100%;
}
/*内页标题*/
.titles {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cccccc;
}

.titletwodiv {
    width: 1260px;
    height: 100%;
    border: 0px solid #000000;
    margin: 0 auto;
}

.Navigation {
    width: 1260px;
    height: 94%;
    border: 0px solid #000000;
    margin: 0 auto;
    font-size: 0.8rem;
}

.Navigationp {
    margin-top: 15px;
    margin-bottom: 10px;
}

.titlestext {
    width: 72%;
    height: 100%;
    border: 0px solid #000000;
    float: right;
}

.Navigationcolumn {
    width: 100%;
    height: 225px;
    border: 0px solid #000000;
    margin: 31px 0 0 0;
}

.dynamic {
    width: 49.83%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
}

    .dynamic:hover {
        border-bottom: 2px solid #b4001b;
    }

.newslist {
    width: 100%;
    height: 208px;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dashed #cccccc;
    margin: 20px 0 0 0;
}

.leftimg {
    width: 275px;
    height: 182px;
    float: left;
    border: 0px solid blue;
}

.righttext {
    width: 77.78%;
    height: 182px;
    float: left;
    border: 0px solid red;
}

.text {
    width: 98%;
    height: 59px;
    text-align: left;
    border: 0px solid #000000;
    float: right;
}

.paging {
    width: 100%;
    height: 12%;
    border: 0px solid red;
}

.pagingdiv {
    width: 29%;
    height: 100%;
    margin: 0 auto;
    border: 0px solid red;
}

.number {
    width: 25px;
    height: 22px;
    float: left;
    margin: 1% 0 0 10px;
    background-color: #959595;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

    .number:hover {
        background-color: #539364;
    }
/*手机端样式*/
@media only screen and (max-width: 767px)
{
.leftimg {
      width: 137px;
    height: 91px;
    float: left;
    border: 0px solid blue;
}
.Navigationcolumn {
    width: 100%;
    height: auto;
    border: 0px solid #000000;
    margin: 31px 0 0 0;
}
.righttext {
    width: 60.78%;
    height: auto;
    float: left;
    border: 0px solid red;
}
.newslist {
    width: 92%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dashed #cccccc;
    margin: 20px 0 0 17px;
}
.Navigation {
    width: 100%;
    height: 94%;
    border: 0px solid #000000;
    margin: 0 auto;
    font-size: 0.8rem;
}
}
<!--0.00014805793762207-->