.menu a {
    color: #000;
}

.xzkd .logo img {
    content: url(../images/logo-2.png);
}

.fullimg {
    height: 1080px;
    overflow: hidden;
    margin-bottom: 50px;
}

.newspage {
    text-align: center;
}
.newspage img{
    max-width: 100%;
}

.class {
    margin-top: 40px;
    padding: 0 60px 50px;
    text-align: left;
}

.class li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    /*border-right: 2px solid #333;*/
    font-size: 20px;
}

.class li::before {
    background: #333;
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    height: calc(100% - 10px);
    width: 1px;
}

.class li:nth-last-child(1) {
    margin-left: 0;
    border-right: 0;
}

.class li:nth-last-child(1)::before {
    width: 0px;
}

.class li.action,
.class li:hover {
    font-weight: bold;
    color: #1c65ca;
}

.class li a {
    color: #000;
}

.class li.action a,
.class li:hover a {
    color: #1c65ca;
}

.news {
    font-size: 0;

}
.newsnei{
    max-width: 1760px;
    margin: 0 auto;
}

.new {
    width: 812px;
    display: inline-block;
    margin: 0 18px 18px 0;
}

.items .item:nth-child(3n+3) {
    margin: 0 0 18px 0;
}

.new .newimg {
    /*width: 430px;*/
    /*height: 242px;*/

    width:410px;
    height: 230px;
}

.new .text {
    float: right;
    position: relative;
    width: 401px;
    height: 230px;
    background: #eee;
    font-size: 16px;
    text-align: left;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new .text .t {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.new .text .time span {
    font-weight: bold;
    font-size: 32px;
}

.new .text .title {
    font-size: 32px;
}
.new .text .title a{
    color:#000;
}

.new .text .subtitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
}

.new .text .content {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottom {
    /*position: absolute;
    bottom: 44px;*/
    width: 100%;
    /*height: 70px;*/
    margin: calc(75px - 18px) 0 75px;
}

.bottom .botico {
    font-size: 50px;
    /*
    width: 70px;
    height: 70px;
    line-height: 60px;
    */
    border-radius: 50%;
    /*border: 5px solid #a0a0a0;*/
    color: #a0a0a0;
    text-align: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom .botico i {
    font-size: 50px;
}

.bottom .botico a {
    color: #a0a0a0;
}

.bottom .botico a:hover {
    color: #000;
}

.bottom .botico:hover {
    /*border: 5px solid #000;*/
}

.bottom .botico:hover a {
    color: #000;
}