.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    background: #fff;
}

.page {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

.page .page_list {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    margin-left: 14px;
    color: #999;
}

.page .page_list:first-child {
    margin: 0;
}

.page .page_list:last-child {
    padding: 0;
}

.page .page_list.btn {
    color: #2589C3;
    cursor: pointer;
}

.page .index_btn {
    color: #051017;
}

.page .page_list span {
    color: #333;
}

.page .page_list .blue {
    color: #2589C3;
}

.page .page_list .page_ctl {
    float: left;
    width: 36px;
    border: none;
    height: 20px;
    outline: none;
    text-align: center;
}

.page .page_list .page_btn {
    margin-left: 36px;
    padding: 0 10px;
    border-left: 1px solid #e5e5e5;
    color: #2589C3;
    cursor: pointer;
}

.circle-icon {
    display: inline-block;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 2px;
    vertical-align: middle;
}

.main {
    padding: 20px 10px;
    background: #f6f6f6;
}

.main .hotspacial-nav {
    float: left;
    margin-right: 20px;
    width: 220px;
    background: #fff;
}

.main .hotspacial-nav .nav-title {
    color: #0985C4;
    padding-left: 20px;
    background: #DAF0F7;
    font-weight: bold;
    line-height: 50px;
    font-size: 16px;
}

.main .hotspacial-nav li {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    color: #555;
}

.main .hotspacial-nav ul {
	max-height: 420px;
    padding: 10px 0;
    overflow: auto;
}
.main .hotspacial-nav ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eee;
}
.village-search {
	overflow: hidden;
}
.village-search .search-content {
	float: right;
	position: relative;
    line-height: 26px;
}
.village-search .searchTxt {
    color: #5A5A5A;
    width: 200px;
    padding: 0 50px 0 10px;
    height: 28px;
    border: 1px solid #EAECF2;
    border-radius: 3px;
	font-size: 12px;
}
.village-search .searchBut {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 28px;
	background: #eee;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.main .hotspacial-nav ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0985C4;
}

.main .hotspacial-nav .lvl-1 {
    position: relative;
    padding-left: 35px;
}

.main .hotspacial-nav .lvl-1:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
}

.main .hotspacial-nav .lvl-2 {
    padding-left: 50px;
}

.main .hotspacial-nav .nav-list {
    padding-right: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main .hotspacial-nav .nav-list-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../images/export_detail_icon_1.png) no-repeat -50px 0;
    cursor: pointer;
}

.main .hotspacial-nav .nav-list:hover, .main .hotspacial-nav .nav-list.active {
    color: #0985C4;
    font-weight: bold;
}

.main .hotspacial-nav .nav-list.active {
    pointer-events: none;
}

.main .hotspacial-nav .nav-list-close.active {
    display: block;
}

.main .hotspacial-nav .nav-list.lvl-1:hover:after, .main .hotspacial-nav .nav-list.active.lvl-1:after {
    background: #0985C4;
}

.main .hotspacial-nav {
}

.main .main-left {
    float: left;
    width: 68.75%;
    background: #ffffff;
    padding: 20px 17px 30px;
}

.main .main-left.module-hot {
    width: 680px;
}

.main .main-left .left-title {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0784bd;
    line-height: 30px;
}

.other_title {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: 333333;
    line-height: 30px;
}

.main .main-left .left-title.subnav {
    font-size: 14px;
    font-weight: normal;
}

.main .main-left .left-title span, .main .main-left .left-title b {
    color: #333;
}

.main .main-right {
    float: right;
    padding: 10px 13px 30px;
    width: 29.3%;
    background: #ffffff;
}

.main .main-right.module-hot {
    width: 260px;
}

.main .main-right .right-title-box {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ccc;
}

.main .main-right .right-title-box .right-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 15px;
    color: #333;
    font-weight: bold;
    border-left: 2px solid #0664a8;
}

.main .main-right .right-title-box .right-title .more {
    float: right;
    font-size: 12px;
    color: #999;
}

.main .main-right .right-title-box .right-title .more:hover {
    color: #0664a8;
    text-decoration: none;
}

.main .main-right .news-lists {
    margin-top: 10px;
}

.main .main-right .news-lists .news-list {
    line-height: 34px;
}

.main .main-right .news-lists .news-list:hover .circle-icon {
    background: #1197d4;
}

.main .main-right .news-lists .case-list {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.main .main-right .news-lists .case-list:first-child {
    margin-top: 20px;
}

.main .main-right .news-lists .case-list img {
    width: 100%;
    object-fit: cover;
    transition: all 2s ease-out;
    max-height: 140px;
    object-fit: cover;
    object-position: center top;
}

.main .main-right .news-lists .case-list .case-title {
    bottom: 0;
    padding: 6px 0 8px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    color: black;
    overflow: hidden;
}

.main .main-right .news-lists .case-list a:hover .case-title {
    color: #156290;
}

.main .main-right .news-lists .case-list a:hover .case-title {
    text-decoration: underline;
}

.main .main-right .news-lists .case-list:hover img {
    transform: scale(1.05);
}

.lists_by_time {
    padding: 14px 0 17px;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dashed #e5e5e5;
}

.lists_by_time .lists_by_time_list {
    padding: 0 10px;
}

.lists_by_time .lists_by_time_list:hover {
    background: #cee8fa;
}

.lists_by_time .lists_by_time_list .date {
    float: right;
}

.lists_by_time .lists_by_time_list .title {
    margin-right: 120px;
}

.lists_by_time a {
    color: #333;
    text-decoration: none;
}

.list {
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.list.typical {
    position: relative;
    padding-left: 230px;
}

.list.typical .typical-img {
    width: 100%;
    height: 100%;
    object: cover;
}

.list.typical .img-box {
    position: absolute;
    left: 0;
    top: 20px;
    width: 210px;
    height: 150px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /*object-fit: cover;*/
}

.list a {
    text-decoration: none;
}

.list .title {
    font-size: 16px;
    line-height: 17px;
    color: #2589C3;
}

.list .title:hover {
    color: #ed7d31;
    cursor: pointer;
}

.list .list-des {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.list .source .sourceName {
    display: inline-block;
    max-width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.list .source {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

.list .source span {
    margin-right: 30px;
}

.lists_current {
    margin: 0 10px;
}

.lists_img .list:hover .img-box img {
    transform: scale(1.05);
}

.lists_img .list .img-box {
    float: left;
    width: 160px;
    overflow: hidden;
}

.lists_img .list .img-box img {
    width: 100%;
    transition: all 2s ease-out;
    height: 100px;
}

.lists_img .list .list-content {
    margin-left: 170px;
}

#detail {
    margin-top: 25px;
    padding: 0 20px;
    font-size: 14px;
}

#detail .title {
    margin: 16px auto 26px;
    width: 88%;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

#detail .source {
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
    color: #999;
    text-align: center;
    line-height: 14px;
}

#detail .source span {
    margin-right: 30px;
}

#detail .source .time {
    margin-left: 30px !important;
}

#detail .source span:last-child {
    margin: 0;
}

#detail .content {
    padding: 10px 35px;
    text-align: center;
    line-height: 24px;
}

#detail .content img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    width: 100% !important;
    height: auto !important;
}

#detail .content p {
    margin: 12px;
    text-indent: 2em;
    text-align: justify;
}

#detail .content .source_url {
    text-align: right;
}

#detail .content .source_url a {
    color: #156290;
}

.onefile_navlist {
    float: left;
    margin-right: 25px;
    cursor: pointer;
    width: 122px;
    /* height: 30px; */
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background: #eeeeee;
}

.onefile_nav {
    overflow: hidden;
    margin-left: -6px;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    padding-left: 5px;
}

.onfile_active {
    background: #1197d4;
    color: #ffffff;
}

.CASElist {
    width: 90%;
    margin: auto;
}

@media ( max-width: 767px) {
    #detail {
        padding: 0;
        margin: 0;
    }

    .main .hotspacial-nav {
        position: fixed;
        z-index: 10000;
        transition: all .6s;
        top: 0;
        left: -60%;
        width: 60%;
        bottom: 0;
        overflow-y: auto;
        background-color: #fff;
        border: none;
    }

    .main .hotspacial-nav.show_slide {
        left: 0;
    }

    #detail .title {
        margin: 20px 0 10px;
        width: 100%;
    }

    .main .main-left.module-hot, .main .main-right.module-hot {
        width: 100%;
    }

    #detail .source {
        line-height: 18px;
    }

    #detail .content {
        padding: 0;
    }

    .main .main-right, .main .main-left {
        float: none;
        width: 100%;
    }

    .main .main-left .left-title {
        padding: 0;
    }

    .lists_current {
        margin: 0;
    }

    .onefile_navlist {
        padding: 0 20px;
        margin-right: 10px;
        width: auto;
    }

    .onefile_navlist:last-child {
        margin-right: 0;
    }

    .list .list-des {
        margin-top: 10px;
        line-height: 20px;
    }

    .list .source {
        font-size: 12px;
    }

    .list .source span {
        margin-right: 10px;
    }

    .list.typical {
        position: relative;
        padding-left: 0;
    }

    .list.typical .typical-img {
        position: static;
        width: auto;
    }

    /*.list.typical .typical-img.mobile-hide {*/
    /*display: none;*/
    /*}*/
    .lists_img .list .img-box {
        width: 45%;
    }

    .lists_img .list .list-content {
        margin-left: 48%;
    }

    .other_title {
        padding: 0;
    }

    #detail .content img {
        margin-left: -10px;
    }

    #detail .content .source_url a {
        word-break: break-all;
    }

    .list.typical .img-box {
        position: static;
        margin-bottom: 15px;
    }
}

@media ( max-width: 375px) {
    .onefile_navlist {
        padding: 0 10px;
        margin-right: 10px;
        width: auto;
    }

}

@media ( max-width: 320px) {
    .onefile_navlist {
        padding: 0 5px;
        margin-right: 5px;
        width: auto;
    }

}

