html,
body {
    font-family: '微软雅黑';
}

/* ---------------------------container-details-------------------- */

.container-details {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 70px;
    overflow: hidden;
}

.container-details>ul {
    width: 64%;
    margin-left: 18%;
}

.container-details>ul>li {
    float: left;
}

.container-details>ul>li:nth-child(1) {
    width: 68%;
    background-color: #ffffff;
}

.details-words {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 40px;
    overflow: hidden;
}
.details-words p{color:#666;line-height:28px;}
.details-words p a{color:#0f307f;}
.details-words p a:hover{ color:#426dd7; border-bottom:1px dotted #426dd7;}

.details-words p img{
	height:auto;
    max-width: 100%;
    object-fit: cover;
}

.details-words h1 {
    text-align: center;
    font-size: 26px;
    color: #333333;
    width: 100%;
    margin-top: 40px;
}

.time-see {
    width: 100%;
    height: 40px;
    color: #777777;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

.time-see .share{
	vertical-align: middle;
	display: inline-block;
}

.time-see .share .bds_more{background: url(/APP/Public/Home/images/news/share.png) no-repeat center !important;}
.time-see .share a{display:inline-block !important;margin:0 0 0 3px !important;width:27px !important;height:27px !important;}


.details-pic-one {
    width: 100%;
}

.details-pic-two {
    width: 100%;
    margin-bottom: 30px;
}

.details-words-one {
    margin-top: 30px;
    font-size: 14px;
    color: #777777;
    margin-bottom: 30px;
}

.details-words-two {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.details-click {
    width: 100%;
    height: 60px;
    margin-top: 120px;
    background-color: #f5f5f5;
}

.details-click ul li {
    float: left;
    width: 50%;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.details-click ul li:hover {
    color: #0f307f;
}

.container-details>ul>li:nth-child(2) {
    width: 30%;
    margin-left: 2%;
}

.details-news {
    width: 100%;
    background-color: #ffffff;
}

.details-news>ul {
    width: 86%;
    margin-left: 7%;
}

.details-news>ul>h3 {
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    color: #333333;
}

.details-news>ul>img {
    display: block;
    margin-top: 20px;
}

.details-news>ul>hr {
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background-color: #ececec;
}

.news-listM {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.news-listM li {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.news-listM li a {
    margin-left: 20px;
    color: #777777;
}

.news-listM li a:hover {
    color: #0f307f;
}

.details-essay {
    width: 100%;
    margin-top: 14px;
    background-color: #ffffff;
}

.details-essay>ul {
    width: 86%;
    margin-left: 7%;
}

.details-essay>ul>h3 {
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    color: #333333;
}

.details-essay>ul>img {
    display: block;
    margin-top: 20px;
}

.details-essay>ul>hr {
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background-color: #ececec;
}

.essay-listM {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.essay-listM li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px dashed #e5e6e6;
}

.essay-listM li div {
    float: left;
}

.listM-left {
    width: 36%;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
}

.listM-left img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.listM-left img:hover {
    transform: scale(1.2);
}

.listM-right {
    width: 60%;
    height: auto;
}

.listM-right h4 {
    font-size: 14px;
    color: #777777;
    margin-left: 20px;
    height: auto;
    overflow: hidden;
}
.listM-right h4:hover{
    color: #0f307f;
}
.listM-right p {
    font-size: 12px;
    color: #777777;
    opacity: 0.5;
    margin-left: 20px;
}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .listM-right h4 {
        font-size: 12px;
        margin-left: 10px;
    }
    .listM-right p {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-details>ul {
        width: 94%;
        margin-left: 3%;
    }
    .container-details>ul>li:nth-child(1) {
        width: 100%;
    }
    .details-words h1 {
        font-size: 20px;
    }
    .details-click {
        height: auto;
        margin-top: 60px;
        overflow: hidden;
    }
    .details-click ul li {
        width: 100%;
        margin-top: 6px;
        font-size: 13px;
        line-height: 40px;
        text-align: left;
    }
    .details-click ul li:nth-child(2){
        border-top: 1px solid #ffffff;
    }
    .container-details>ul>li:nth-child(2) {
        width: 100%;
        margin-left: 0%;
    }
    .details-news>ul {
        margin-top: 18px;
    }
    .container-details {
        padding-top: 30px;
        padding-bottom: 52px;
    }
    
    
    
}

table td img{
    width: 100%;
    object-fit: cover;
}




<!--0.00012612342834473-->