body {
	background: #F1F1F1;
}
.list_true {
    padding: 0px 0px 0px 0px;
    background: #FFF;
    /* box-shadow: 0 1px 3px #cecece; */
    position: relative;
    margin-top: 20px;
}

.list_title {
    line-height: 25px;
    height: 35px;
    /*border-bottom: 1px solid #efefef;*/
    font-size: 17px;
    color: #5F5F5F;
    font-weight: bold;
    overflow: hidden;
}

.float-left {
    float: left;
    width: 40%;
}

.list_left {
    padding: 0px;
    border-left: 15px solid #fff;
    /*border: 5px solid red;*/
    /*margin-top: -5px;*/
}

.list_right {
    padding: 1px;
    /* border: 1px solid #f6f6f6; */
}

.lists_scroll {

}

.list_ph_ul {
    padding-top: 10px;
    padding: 0px 17px;
}

.list_ph_ul li a {
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
}

.list_ph_ul li a i {
    font-style: normal;
    display: inline-block;
    background: #CACACA;
    color: #FFF;
    width: 9%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
}

.list_ph_ul li a p {
    width: 87%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.list_ph_ul li a p:hover {
    color: #FF4700;
}

.list_ph_ul li:nth-child(1) a i {
    background: #ff5555;
}

.list_ph_ul li:nth-child(2) a i {
    background: #ff9900;
}

.list_ph_ul li:nth-child(3) a i {
    background: #ffcc00;
}

.cz-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    width: 100%;
    /*text-indent: 30px;*/
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F6F6F6;
    /*margin-top: 13px;*/
    /*border-right: 15px solid #fff;*/
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;

    white-space: nowrap;
    flex-wrap: nowrap;
	padding:0px 15px;
}

.cz-title span {
    flex: 1;
    flex-grow: 1;
    text-indent: 15px;
}

.cz-title .cz-right {
    flex: 1;
    flex-grow: 1;
    text-align: right;
    font-size: 14px;
    color: #007aff;
}

.cz-title:after {
    content: " ";
    position: absolute;
    height: 20px;
    width: 0;
    /*border: 1.5px solid #5298ff;*/
    left: 0;
    top: 8px;
    /*margin-left: 18px; */
}


.list_ul li {
    padding: 0;
    justify-content: center;
    align-items: Center;
    padding: 0px 23px;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E0E0E0;
}

.list_ul li:last-child {
    border: 0
}

.list_ul li:hover {
    background: #F7F7F7;
}

.list_ul li:hover .lists_right_title {
    color: #333;
}

.lists_left {
    padding: 0;
}

.lists_left img {
    width: 100%;
    height: 100%;
    border: 1px solid #f5f5f5;
    height: 150px;
    border-radius: 9px;
}

.lists_center {
    position: relative;
}

.lists_center .lists_center_title {
    top: 0;
    left: 0;
    position: absolute;
    color: #c8c8c8;
    text-align: center;
    height: 80px;
    width: 100%;
    line-height: 130px;
	font-size: 14px;
}

.lists_right_title {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lists_right {
    padding-left: 40px;
}

.lists_right span {
    color: #999;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists_right span img {
    margin-top: -4px;
}

.lists_right p {
    color: #666;
    line-height: 32px;
    max-height: 64px;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .list_true {
        margin: 0 3px;
    }

    .lists_left img {
        height: 80px;
    }
}

#fanyetools {
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #44C2F1;
}

.serch_btn2 {
    border: 1px solid #008bff;
    background: #008bff;
    color: #FFF;
    height: 43px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
}

.serch_text2 {
    border: 1px solid #008bff;
    height: 43px;
    padding: 7px 15px;
    color: #5d5d5d;
    line-height: 43px;
    border-radius: 0px;
}

.list_ph_ul li a img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .serch2 {
        height: 43px;
        float: none;
        padding: 0px 7px;
        margin: 9px 0px 10px 0px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 900px) {
    .web-nav {
        position: fixed;
        top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .serch2 {
        height: 43px;
        float: none;
        padding: 0px 7px;
        margin: 9px 0px 10px 0px;
    }
}

.top-scroll {
    height: 80px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-top: 16px;
    position: relative;
    margin-bottom: 10px;
}

.top-scroll .top-scroll-wrap {
    height: 96px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.top-scroll .float-left-gid {
    height: 80px;
    width: 150px !important;
    position: relative;
    margin-right: 10px;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}

.top-scroll .float-left-gid .lists_center {
    height: 100%;
    width: 100%;
    border-radius: 6px;
	background:#393D49;
}

.top-scroll .float-left-gid .lists_center img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.top-scroll .float-left-gid .lists_center .lists_center_title {
    top: 0;
    left: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    height: 80px;
    width: 100%;
    line-height: 130px;
	font-size: 16px;
    /*background: rgba(0,0,0, 0.5);*/
}

.paddingright15 {
    padding-right: 15px;
}

.listitem {
        border-radius: 15px;
		/*background: #fff;*/
	}
.lists_center_banner {
	max-height:180px; overflow:hidden;
	}

.lists_center_banner img {
    width: 100%;
	height: auto;
	min-height:calc((100vw - 20px)/ 600 * 260);
    /*max-height:180px;
	background: url('../images/default-600x260.jpg') no-repeat center center;background-size: 100% auto;*/
	overflow:hidden;
}

.br15-top {border-radius:15px 15px 0 0;}
.br15 {border-radius:15px;}
.br15-bottom {border-radius:0 0 15px 15px;}
.lists_item_box {
    width: 100%;
    height: auto;
    position: relative;
    /*margin-right: 15px;
    margin-top: 15px;
    border-radius: 15px 15px 0 0;*/
    /*-moz-box-shadow: 2px 2px 2px #e4e2e2; *//* 老的 Firefox */
    /*box-shadow: 2px 2px 2px #e4e2e2;
    overflow: hidden;
	background: #fff;*/
	padding:0 0 0 0;
}
.img_item {
	border-radius: 15px;background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQBAMAAAB8P++eAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX///+eprGeprGeprGeprGeprGeprGeprGeprGeprGeprGeprGeprFYd5UHAAAADXRSTlMAESIzRFVmd4iZqrvMR+pJ2gAAAAlwSFlzAAAcIAAAHCABzQ+bngAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMDQvMTmbpfL4AAADMUlEQVRIiY2Wv08bMRTHTQL5QZZIbZfCkA4s0CGVqkiVGEIXKpUhqlSVgQEJMSAxIJUuFQNS1aVlSBeWMFC1ajNkgE5EytKSQLjzH1W/77Nzdu7OxxuixPn6Y7+vv3FOCFOFT+J+9To8fXYf3ayUMjytZws3JFX4uZYNPIE0OKxmAEcVydXf8UgVcLskTfXfeIA3Yk5G1U2RElDkpF2/19KAQuwNbGWSrQCqevjRgca9YiDV0hdHGhw6UgNkaceVvq/GgEXudKZx5kj7O9PAM9l9ydL1niO9qjvAsmVKbtMx4HwKaJuSt736GwOyKU8w/mDP9COHcSBqqDevbT3u3dKnfTlygBKnqQO09FXKsTgJ6P2JPKZGLaDayfLElEanrTZHtq/gpIoukOy50rYKsShbes0bUQAKpgAoLa/EPBYlyR1HbBumaCCKvSrICzKMBqqCvmtSpx+EeBxtAwHKy2vawwCSI/KBV4qA+lRmBjfGwAP8Wi9YuGLr5D+S3LGRNG1RvV4nAOHyfki2PsW0ee53Anxn5GM1tCopPxVMK6L5CXCoAsTSEJID9VrCNFw9tAB72IyyVicJBW0O09B8PQJygHpwV0koaPC6ppvXHjZ1fqjRNkkwk6a1dPMOkK+4S5JQS/C6rTqjJJcdYG6gZx0F0bQKxooOEE7dQkJBY69LGJuNAXEMdtCo+QDNu0B4XZ4OGpqPAZ9XC/K7GzRqPgaclf23OHInaKtx4IY5SSdolQQg1U8a2rKCVmolA/HznQ5aAvAPxqaClgSsYZCDlp+skAa0g5bSMgPFDE/WQUsHctC2ddA8QBM0bt4HtIKGK5APNQFoBQ1JRoiTgFbQQi8QQQtM0DxAN2geoBBR0No+IF3kJmiXXqATNB9Qe03NB7s+ILI44htf+oDI4ljvzgfkS4+b9wLtoHmBJmhbWUATtOVMoL708G/qBYoFNf6N3jQ6XiB5PdZ9rfuA5PVx9CkdqLwOog8eoPI67E4e71bTgRy0X2vWyilA8QIUfmpe8ADNswv+yMseIBW7rZ6a53xAVAOPhHe7fiCVec7LAFLlXvUydhhJN3tBNhD16EfC4H84XjNmlvy1RwAAAABJRU5ErkJggg==') no-repeat center center;
	background-color: #D1D9E4;}

.no_img_item {height:auto;padding-bottom:6px;}
.lists_item_box .no_img_content {
    width: 100%;
    /*height: 170px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;*/
    text-align: center;
}

.lists_item_box .no_img_content .no_img_content_title {
    width: 100%;
    padding: 24px 15px 12px 15px;;
    font-size: 18px;
    color: #000;
    line-height: 120%;
    text-align: left;
}

.lists_item_box .no_img_content .no_img_content_desc {
    width: 100%;
    font-size: 13px;
    color: #606162;
    line-height: 200%;
    text-align: left;
	padding: 6px 12px;
}

.lists_center_centent {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    /*height: 60px;
    line-height: 30px;*/
    color: #fff;
    text-align: center;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;

    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: scenter;

    align-items: center;
    -webkitalign-items: center;
    -mozalign-items: center;
}

.lists_center_centent_head {
    width: 100%;
    /*height: 30px;*/
    line-height: 18px;
    font-size: 18px;
    font-weight: bolder;
    display: block;
    color: #fff;
    text-align: left;
    /*overflow: hidden;
	text-shadow: 1px 1px 1px #666;*/
	padding:0px 15px;
}

.lists_center_centent_desc {
    width: 100%;
    /*height: 30px;*/
    display: block;
    /*line-height: 30px;*/
    color: #fff;
    text-align: left;
    /*overflow: hidden;*/
}

.lists_center_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('../images/video.png') no-repeat center 45%;
    background-size: 12% auto;
    z-index: 50;
}

.lists_center_bottom {
    /*height: 30px;
    margin-top: 10px;*/
    width: 100%;
    line-height: 30px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    /*display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
	opacity: 0.75;*/
    background-color: rgba(255, 255, 255, 1.0);
	border-radius: 0 0 15px 15px;
}

.lists_center_bottom .lists_center_bottom_date {
    height: 100%;
    width: 100%;
    line-height: 30px;
    color: #666;
    text-indent: 15px;
}


.lists_right_top {
    height: 24px;
    margin-top: 3px;
    line-height: 24px;
    color: #000;
    display: flex;
    display: -webkit-flex;
    position: absolute;
    top: 30%;
	right: 0;
	text-align: right;
	padding-right:0px;
	opacity: 0.75;
}
.lists_right_top span {padding:0px 20px;}




.lists_center_bottom .lists_center_bottom_like {
    line-height: 30px;
    height: 100%;
    background: url('../images/like.png') no-repeat center left;
    background-size: 30% auto;
    min-width: 50px;
    margin-right: 10px;
    text-align: left;
    text-indent: 20px;
}

.lists_center_bottom .lists_center_bottom_liked {
    line-height: 30px;
    height: 100%;
    background: url('../images/liked.png') no-repeat center left;
    background-size: 30% auto;
    min-width: 50px;
    text-align: right;
    margin-right: 10px;
    text-align: left;
    text-indent: 20px;
}

.lists_center_bottom .lists_center_bottom_comments {
    line-height: 30px;
    height: 100%;
    background: url('../images/comments.png') no-repeat center left;
    background-size: 30% auto;
    min-width: 50px;
    text-align: right;
    text-align: left;
    text-indent: 20px;
}

.lists_center_bottom .lists_center_bottom_share {
    line-height: 30px;
    height: 100%;
    min-width: 40px;
    background: url('../images/share.png') no-repeat center center;
    background-size: 45% auto;
    margin-right: 5px;
}
.lists_center_bottom .no_img_content_desc {
        width: 100%;
        font-size: 16px;
        color: #606162;
        line-height: 30px;
        text-align: left;
		padding: 6px 12px;
    }

.list-btn-back {
    /*background-color: #cccacb;*/
    background: #fff url('../images/back.png') no-repeat center left;
    background-size: auto 70%;
    text-align: center;
    font-size: 16px;

    height: 55px;
    line-height: 55px;
    width: 100%;
    -moz-box-shadow: 0px 8px 0px #F6F6F6; /* 老的 Firefox */
    box-shadow: 0px 8px 0px #F6F6F6;
    margin-bottom: 25px;
    position: fixed;
    z-index: 100;
    top: 0;
}


@media only screen and (min-width: 650px) {
    .top-scroll {
        height: 150px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        margin-top: 16px;
        position: relative;
        margin-bottom: 10px;
        /*border:1px solid red;*/
    }

    .top-scroll .top-scroll-wrap {
        height: 140px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .top-scroll .float-left-gid {
        height: 140px;
        width: 280px !important;
        position: relative;
        margin-right: 10px;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        display: inline-block;
        border-radius: 6px;
    }

    .top-scroll .float-left-gid .lists_center {
        height: 100%;
        width: 100%;
        border-radius: 6px;
		background:#393D49;
    }

    .top-scroll .float-left-gid .lists_center img {
        height: 100%;
        width: 100%;
        border-radius: 6px;
    }

    .top-scroll .float-left-gid .lists_center .lists_center_title {
        top: 0;
        left: 0;
        position: absolute;
        color: #fff;
        text-align: center;
        height: 240px;
        width: 100%;
        line-height: 240px;
		font-size: 16px;
        /*background: rgba(0,0,0, 0.5);*/
    }

    .paddingright15 {
        padding-right: 15px;
    }
    .lists_item_box {
        width: 100%;
        height: auto;
        position: relative;
        /*-moz-box-shadow: 3px 3px 3px #e4e2e2;
        box-shadow: 3px 3px 3px #e4e2e2;*/
        /*overflow: hidden;
		background: #fff;*/
		padding:0 0 0 0;
    }


    .lists_item_box .no_img_content {
    width: 100%;
    /*height: 170px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;*/
    text-align: center;
	}

	.lists_item_box .no_img_content .no_img_content_title {
		width: 100%;
		padding: 24px 15px 12px 15px;;
		font-size: 18px;
		color: #000;
		line-height: 120%;
		text-align: left;
	}

	.lists_item_box .no_img_content .no_img_content_desc {
		width: 100%;
		font-size: 13px;
		color: #606162;
		line-height: 200%;
		text-align: left;
		padding: 6px 12px;
	}


    .lists_center_centent {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        /*height: 60px;
        line-height: 30px;*/
        color: #fff;
        text-align: center;
        z-index: 10;
    }

    .lists_center_centent_head {
        width: 100%;
        /*height: 30px;*/
        line-height: 18px;
        font-size: 18px;
        font-weight: bolder;
        display: block;
        color: #fff;
        text-align: left;
        /*overflow: hidden;
		text-shadow: 1px 1px 1px #666;*/
		padding:0px 10px;
    }

    .lists_center_centent_desc {
        width: 100%;
        /*height: 30px;*/
        display: block;
        /*line-height: 30px;*/
        color: #fff;
        text-align: left;
        /*overflow: hidden;*/
    }

    .lists_center_video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: url('../images/video.png') no-repeat center 45%;
        background-size: 12% auto;
        z-index: 1;
    }

    .lists_center_bottom {
        /*height: 30px;
        margin-top: 10px;*/
        width: 100%;
        line-height: 30px;
        color: #666;
        /*border-bottom: 1px solid #eeeeee;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;*/
    }

    .lists_center_bottom .lists_center_bottom_date {
        height: 100%;
        width: 100%;
        line-height: 30px;
        color: #666;
        text-indent: 15px;
    }


    .lists_center_bottom .lists_center_bottom_like {
        line-height: 30px;
        height: 100%;
        background: url('../images/like.png') no-repeat center left;
        background-size: 30% auto;
        min-width: 50px;
        margin-right: 10px;
        text-align: left;
        text-indent: 20px;
    }

    .lists_center_bottom .lists_center_bottom_liked {
        line-height: 30px;
        height: 100%;
        background: url('../images/liked.png') no-repeat center left;
        background-size: 30% auto;
        min-width: 50px;
        text-align: right;
        margin-right: 10px;
        text-align: left;
        text-indent: 20px;
    }

    .lists_center_bottom .lists_center_bottom_comments {
        line-height: 30px;
        height: 100%;
        background: url('../images/comments.png') no-repeat center left;
        background-size: 30% auto;
        min-width: 50px;
        text-align: right;
        text-align: left;
        text-indent: 20px;
    }

    .lists_center_bottom .lists_center_bottom_share {
        line-height: 30px;
        height: 100%;
        min-width: 40px;
        background: url('../images/share.png') no-repeat center center;
        background-size: 45% auto;
        margin-right: 5px;
    }
	.lists_center_bottom .no_img_content_desc {
        width: 100%;
        font-size: 16px;
        color: #606162;
        line-height: 30px;
        text-align: left;
		padding: 6px 12px;
    }

    .list-btn-back {
        /*background-color: #cccacb;*/
        background: #fff url('../images/back.png') no-repeat 1.5%;
        background-size: auto 70%;
        text-align: center;
        font-size: 16px;

        height: 55px;
        line-height: 55px;
        width: 100%;
        -moz-box-shadow: 0px 8px 0px #F6F6F6; /* 老的 Firefox */
        box-shadow: 0px 8px 0px #f9f9f9;
        margin-bottom: 25px;
        position: fixed;
        z-index: 100;
        top: 0;
    }
}