.top_nav {
    margin-bottom: 30px;
}

.main {
    width: 1200px;
    font-family: "Times New Roman", Times, serif;
}

.main h3 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.main .editor,
.main .time {
    display: inline-block;
    color: #cfcfcf;
    font-size: 18px;
    margin-bottom: 50px;
}


/* silder */

.silder {
    text-align: center;
    margin-bottom: 30px;
    width: 1200px;
    margin-top: 25px
}

.slideBox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideBox a {
    display: block;
}

.slideBox .bd {
    position: relative;
    float: left;
    width: 1200px;
    overflow: hidden;
}

.slideBox .bd img {
    height: 600px;
}

.slideBox .prev,
.slideBox .next{
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 180px;
    width: 53px;
    padding: 10px 0;
    line-height: 70px;
    color: #666;
    cursor: pointer;
    font: 600 70px / 60px 宋体;
    text-decoration: none;
    transition: background 1s ease 0s;
    border-radius: 10px;
    display: none;
}
.slideBox .prev{ left: 20px; }
.slideBox .next{ right: 20px; }
.slideBox:hover .prev,.slideBox:hover .next{
    display: block;
}

.right .box {
    margin-bottom: 30px;
}

.right .box:last-child {
    margin-bottom: 0;
}

.right .box .title {
    font-size: 20px;
    margin-bottom: 0;
    height: 40px;
}

.right .box p {
    width: 370px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.silder .nav img {
    width: 100%;
    display: block;
}

.main .text {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    margin: 30px 0;
}

.main .text .left {
    width: 60px;
    height: 100%;
}

.main .text p {
    float: left;
    width: 920px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: justify;
    word-break: keep-all;
}
.main .summary{
	font-size:18px;
    margin-bottom: 10px;
}


/* silder2 */

.silder2 {
    width: 1000px;
    height: 118px;
}

.silder2 .bd {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 45px;
    height: 120px;
    overflow: hidden;
    width: 777px;
	padding-left: 55px;
}

.silder2 .picLists {
    position: absolute;
    /* width: 1110px; */
    height: 120px;
}

.silder2 .picLists li {
    width: 118px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.silder2 .picLists li:last-child {
    margin: 0;
}

.silder2 .bd img {
    max-width: 118px;
    height: 118px;
    display: block;
}

.silder2 .bd a {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.silder2 .bd .prev,
.silder2 .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 90px;
    padding-top: 30px;
    text-align: center;
    z-index: 2;
    width: 35px;
    height: 118px;
    transform: translateY(-90px);
    background-color: #fff;
}

.silder2 .bd .prev_btn,
.silder2 .bd .next_btn {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 90px;
    padding-top: 30px;
    text-align: center;
    z-index: 2;
    width: 35px;
    height: 118px;
    line-height: 170px;
    cursor: pointer;
    font: 600 40px / 60px 宋体;
    text-decoration: none;
    transition: background 1s ease 0s;
    border-radius: 10px 0 0 10px;
    transform: translateY(-90px);
    background-color: #ccc;
    color: #fff;
}

.silder2 .bd .next_btn {
    right: 0;
    border-radius: 0 10px 10px 0;
}

.silder2 .bd .prev {
    left: 0;
}

.silder2 .bd .next {
    right: 0;
}

.text_bottom {
    color: #b7b7b7;
    line-height: 35px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
}

.read_more {
    font-size: 22px;
    line-height: 35px;
    margin: auto;
    margin-bottom: 30px;
}

.read_more .next {
    float: right;
}

.read_more_main {
    margin: auto;
    margin-bottom: 120px;
}

.read_more_main a {
    display: block;
    float: left;
    width: 309px;
    margin-bottom: 40px;
    margin-right: 36px;
}

.read_more_main a:nth-child(3n) {
    margin-right: 0;
}

.read_more_main a .img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.read_more_main a .img img {
    width: 100%;
    height: 100%;
}

.read_more_main a p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}

.article-con{ font-family: "Times New Roman", Times, serif;}
.article-con p,
.article-con span{
    word-wrap: break-word;
    font-size: 20px;
    line-height: 2em;
}
.article-con img{max-width: 90%;display: inline-block;margin: 0 auto;}