.article {
    margin: 10px 0 10px 0;
}

.article .container {
    background-color: #fff;
    box-shadow: 0 5px 8px #666;
}

.article .container .container_left {
    float: left;
    overflow: hidden;
    width: 300px;
    padding-top: 20px;
}

.article .container .container_right {
    float: right;
    overflow: hidden;
    width: 800px;
    padding-left: 10px;
}

.article .container_left h2 {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #00a73f;
}

.article .container_left dt {
    font-size: 15px;
    overflow: hidden;
    padding: 8px 0;
    padding-left: 16px;
    color: #ee7800 !important;
    color: #000;
    background: url(../images/arrow_c.png) 5px 14px no-repeat;
}

.article .container_left dl {
    margin-bottom: 0;
}

.article .container_left dd {
    padding: 8px 0 8px 12px;
    border-bottom: 1px solid #e6e6e6;
}

.article .container_left dd a {
    color: #666;
}

.list_cont ul.list_nopic li a {
    margin: 0 0 2% 0;
    border-left: 7px solid #666;
}

.list_cont ul.list_nopic li span {
    font-weight: 600;
    float: right;
    padding: 7px;
    color: #fff;
    border-radius: 5px;
    background: #666;
}

.list_cont ul.list_nopic li a {
    font-size: 16px;
    line-height: 200%;
    display: inline-block;
    padding-left: 10px;
    transition: all .7s;
}

.list_cont ul.list_nopic li a:hover {
    padding-left: 20px;
    transition: all .7s;
    border-left: 7px solid #ff9162;
}


.list_cont ul.list_pic li {
    overflow: hidden;
    margin: 0 0 15%;
    transition: all .25s;
    text-align: center;
    box-shadow: 0 0 10px #c6c6c6;
    border-radius: 10px;
}

.list_cont ul.list_pic li img {
    width: 100%;
    height: 100%;
}

.list_cont ul.list_pic li span {
    margin: 10px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_cont ul.list_pic_sxjy li span {
    margin: 10px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_cont ul.list_pic_sxjy li .img-link .img-box {
    padding-bottom: 100%;

}


.list_cont ul.list_pic li span.sxjy-xx-title {
    margin: 10px;
    height: auto;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    /*padding-bottom: 6px;*/
}

.list_cont ul.list_pic li:hover {
    transition: all .25s;
    box-shadow: 0 0 10px #000;
}

.pagelist {
    margin-top: 4%;
    color: #333;
}

.pagination {
    margin-top: 1%;
}

.pagination span,
.pagination a {
    font-size: 13px;
    margin-right: 5px;
    padding: 5px;
    color: #fff;
    border: 1px solid #ff9162;
    background-color: #ff9162;
}

.pagination a:hover {
    color: #ff9162;
    background-color: #fff;
}

.read_location {
    font-size: 16px;
    position: relative;
    width: 100%;
    margin: 3% 0 2%;
    padding-bottom: 2%;
    color: #000;
    border-bottom: 1px dashed #e5e5e5;
    text-shadow: 2px 2px 6px #737373;
}

.read_location a {
    color: #000;
}

.read_location a:hover {
    color: #ff9162;
}

.read_title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.read_title2 {
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    color: #000;
}

.read_time {
    font-size: 14px;
    margin-bottom: 2%;
    padding: 5px 5px;
    text-align: center;
    color: #000;
}

.read_line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 1% auto;
    background-color: #e5e5e5;
}

.read_cont p {
    font-size: 16px;
    line-height: 250%;
    margin: 5px 0;
    text-indent: 33px;
}

.read_cont img {
    width: 600px !important;
    height: auto !important;
}

.read_cont table p {
    text-indent: 0;
}

.icss {
    line-height: 0 !important;
    text-align: center;
    text-indent: 0 !important;
}

.tcss {
    font-size: 15px !important;
    line-height: 20px !important;
    margin: 0 0 20px 0 !important;
    text-align: center;
    text-indent: 0 !important;
}

table.set td {
    padding: 8px 0;
    text-indent: 33px;
}

.article .read_cont dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #f60;
}

.article .read_cont dl dd {
    font-size: 16px;
}

.article .read_cont dl dd a {
    display: inline-block;
    margin: 10px 0;
    padding: 0 0 0 10px;
    transition: all .7s;
    border-left: 7px solid #666;
}

.article .read_cont dl dd a:hover {
    padding: 0 0 0 20px;
    transition: all .7s;
    border-left: 7px solid #ff9162;
}

.article .np {
    font-size: 15px;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
}

.article .np p {
    margin: 5px 0;
}

.article .np p a:hover {
    color: #ff9162;
}

.img-box {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.article li .img-link .img-box {
    padding-bottom: 78%;
}

.article li .img-link {
    display: block;
    width: 100%;
}

@media (max-width:1200px) {
    .list_pic {
        display: flex;
        flex-wrap: wrap;
    }
    .list_pic .col-lg-3 {
        width: 33.33%;
    }
}
@media (max-width:1024px) {
    

}


@media (max-width:767px) {
    .read_cont p img {
        width: 100% !important;
        height: 100% !important;
    }
    .list_cont ul.list_nopic li a {
        display: block;
        text-align: left;
    }
    .list_cont ul.list_nopic li {
        margin-bottom: 20px;
        text-align: right;
    }
    .list_cont ul.list_nopic li span {
        float: none;
    }
    .read_cont iframe {
        width: 100%;
        height: 100%;
    }
    .article .container_left {
        display: none;
    }
    .list_pic .col-lg-3 {
        width: 50%;
    }
}

@media (max-width:600px) {
    .list_pic .col-lg-3 {
        width: 100%;
    }
}