.steps {
    /* background: #ccc; */
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}
.steps div {
    background: #000;
    height: 2px;
    width: 0;
}
.padding {
    padding: 10px 10px 0;
}
.pticon {
    display: inline-block;
    font: normal normal normal 14px / 1 Fonticons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pticon-chevron-up:before {
    content: '\f000';
}

body {
    background: #f5f5f5;
    background: url(/images/bj.png) repeat center center #f5f5f5;
}
/* header */
header {
    background: url(/images/header/logosearch.png) no-repeat center 32px;
    min-width: 960px;
}
header ul li{
    display: inline-block;
}
header .top > div {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
}

header .pticon-globe:before {
    content: '\f02C';
}
header .pticon-home:before {
    content: '\f002';
}

header .pticon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
header .top {
    height: 29px;
    min-width: 960px;
    font-size: 12px;
    border-top: 1px solid #aaa;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ddd, 0 0 5px 3px #aaa;
    background: #f9f9f9;
    line-height: 30px;
}
header .top li i {
    margin-right: 5px;
}
header .top ul li a {
    color: #330000;
}
header .top li {
    margin-left: 10px;
}
header .banner {
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    min-width: 969px;
}
header .input-border{
    border: 2px solid rgb(60, 60, 60);
    height: 38px;
    display: flex;
    justify-content: flex-end;
    margin-right: 300px;
}
header .input-border button{
    width: 55px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 黑体;
    appearance: none;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(60, 60, 60);
}
header .input-border .tri {
    line-height: 0;
    font-size: 0;
    top: 17px;
    right: 8px;
    border: 3px dashed transparent;
    border-top: 3px solid #330000;
    z-index: 10;
    position: absolute;
}
header .dropmenu {
    position: relative;
}
header .dropmenu:hover .tri {
    top: 13px;
	border-top: 3px dashed transparent;
	border-bottom: 3px solid #242424;
}
header .input-border .dropmenu-item {
    height: 36px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    z-index: 9;
}
header .input-border .dropmenu-item li {
    padding: 3px 20px 3px 14px;
    line-height: 32px;
    font-size: 14px;
    width: 28px;
    color: #666;
    cursor: pointer;
    display: block;
}
header .input-border input{
    border: none;
    outline: none;
    width: 230px;
    text-indent: 6px;
}
header nav {
    position: relative;
    padding-left: 5px;
    background: rgb(60, 60, 60);
}
header nav ul {
    display: flex;
    justify-content: space-around;
}
header nav ul li a {
    color: #fff;
    /* background: url(/images/header/nav_index_hover.png) no-repeat center 1px; */
    display: inline-block;
    padding: 3px 25px;
    background-size: 70px;
    border-radius: 10px;
}
header nav ul li a:hover {
    /* text-decoration: underline; */
    background: #000;
}
.act {
    color: #fff;
    /* background: url(/images/header/nav_index_hover.png) no-repeat center 1px; */
    background: #000;
    display: inline-block;
    padding: 3px 25px;
    background-size: 70px;
}
/* header */

/* nav */
section nav {
    position: relative;
    padding-left: 5px;
    border: 1px solid #eee;
    background: rgba(0, 0, 0, .05);
}
/* .clearfix {
    display: block;
} */
section .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
section nav li {
    float: left;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
section nav li a {
    color: #000;
}
section nav li .icon {
    margin: 0 8px;
}
section .pticon {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* nav */

/* card */
.card {
    border: 1px solid #ececec;
    background: rgba(0, 0, 0, .05);
}
.card .header.line {
    /* background: url(/images/titbg.png) no-repeat 0 0, url(/images/card/list_index_r.png) no-repeat right bottom; */
    background: url(/images/titbg.png) no-repeat 0 0;
}
.card .header.line h3 {
    display: inline-block;
    color: #f7f7f7;
    padding: 0 15px;
    text-indent: 5px;
}
.card .header {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.card .header div {
    float: right;
    padding: 0 15px;
    display: inline-block;
}
.card .header div .down {
    background: url(/images/card/down.png) no-repeat center bottom;
    background-size: 40px auto;
}
.card .header div .up {
    background: url(/images/card/up.png) no-repeat center bottom;
    background-size: 40px auto;
}

.card .header div .down a {
    color: #fff;
}
.card .header div .down a:hover{
	color: #fff;
}
.card .header div .up a {
    color: #fff;
}
.card .header div .up a:hover{
	color: #fff;
}
.card .header div li {
    float: left;
    height: 21px;
    line-height: 21px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 10px 8px 9px;
    min-width: 22px;
    text-align: center;
}

.card .header div li:after {
    position: absolute;
    content: "";
    width: 0;
    overflow: hidden;
    border-right: 1px dotted #242424;
    display: block;
    top: 50%;
    right: 0;
    height: 16px;
    margin-top: -8px;
}
.card .header div a {
    color: #242424;
}
.card .header div a:hover {
	color: #fff
}
.card .body {
    padding: 10px 10px 0;
    min-height: 490px;
    overflow: hidden;
}
.card .header h1, .card .header h2, .card .header h3 {
    padding: 0 15px;
    color: #fff;
    display: inline-block;
}
.rtitle {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
    float: right;
    color: #330000;
    display: inline-block;
}
.novellist {
    margin: 0, auto;
    width: 100%;
}
/* card */

/* item */
.item {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.item-left {
    float: left;
    width: 90px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
}
.item-right {
    float: left;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 110px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px;
    bottom: 0;
}
.item-left img {
    width: 80px;
    height: 100px;
    padding: 3px;
    border: 1px solid #efefef;
    background: rgba(255, 255, 255, .5);
    margin-top: 0px;
    margin-left: 0px;
}
.item-right dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.item-right dt a {
    color: #330000;
}
.item-right .zuozhe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.item-right .intro {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item-right dd {
    line-height: 26px;
}
.item-right dd a {
    color: #3e3d3d
}
.novellist .item-50 {
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.novellist .item-right dt a {
    color: #3e3d3d
}
.novellist .item-right dt a:hover{
    color: #3e3d3d
 }
 .novellist .item-right dd a:hover{
    color: #3e3d3d
 }
 .novellist .item-list li a:hover , .novellist .item-list li a font:hover{
    color: #3e3d3d
 }
/* item */

/* item-list */
.item-list {
    width: 100%;
}
.item-list li {
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #bbb;
    font-size: 14px;
}
.item-list li > a {
    width: 70px;
}
.item-list li a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #242424;
}
.item-list li a.t {
    width: -moz-calc(50% - 75px);
    width: -webkit-calc(50% - 75px);
    width: calc(50% - 75px);
}
.item-list li a.z {
    width: 120px;
}
.fr {
    float: right;
}
.item-list li span {
    display: inline-block;
    width: 150px;
    color: #666;
}
/* item-list */

/* item-tab */
.card .tab {
    text-align: center;
    width: 100%;
    border: 0;
}
.card .tab ul {
    display: flex;
}
.card .tab.fw700 ul li {
    font-weight: 700;
    border-top: 0px;
}
.card .tab li.active {
    background: url(/images/card/nav_index_hover.png) no-repeat center 2px;
    color: #fff;
}
.card .tab li:hover{
    background: url(/images/card/nav_index_hover.png) no-repeat center 2px;
    color: #fff;
}
.card .tab.tab3 li {
    /* width: 33.33%; */
    width: 32.33%;
}
.card .tab ul li {
    float: left;
    width: 50%;
    color: #242424;
    position: relative;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #242424;
    cursor: pointer;
}
.card .tab li:last-child {
    border-right: 0;
}
.rightlist {
    line-height: 30px;
    padding-bottom: 10px;
}
.rightlist li {
    height: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #bbb;
    font-size: 14px;
}
.rightlist li i.c1 {
    background: #fd4646;
    color: #fff;
}
.rightlist li i {
    display: inline-block;
    width: 20px;
    font-size: 13px;
    text-align: center;
    background: #e5e5e5;
    height: 20px;
    line-height: 20px;
    margin: 5px 5px 0 0;
}
.rightlist li span {
    float: right;
    color: #999;
}
.rightlist a {
    color: #330000;
}
.rightlist li i.c2 {
    background: #ae46fd;
    color: #fff;
}
.rightlist li i.c3 {
    background: #1abc9c;
    color: #fff;
}
/* item-tab */

/* footer */
footer {
    width: 100%;
    border-top: 3px solid rgba(51, 0, 0, .75);
    background: url(/images/footer/d_line.png) repeat-x center top, url(/images/footer/d_l.png) no-repeat left bottom, url(/images/footer/d_r.png) no-repeat right top rgba(0, 0, 0, .05);
    padding: 20px 0 0;
}
.tac {
    text-align: center;
}
footer .copyright .list-item {
    padding-right: 8px;
}
footer .copyright a {
    color: #000;
}
/* footer */

/* res-list */
.librarylist {
    width: 100%;
    margin: 0px 0 0;
    float: right;
    display: inline;
    overflow: hidden;
}
.librarylist > li {
    height: 125px;
    /* margin: 0 15px; */
    padding: 7px 0 7px;
    border-bottom: 1px solid #ccc;
    color: #6D6868;
    position: relative;
}
.librarylist > li .s {
    /* width: 175px; */
    height: 94px;
    line-height: 25px;
    margin-left: 16px;
    margin-top: 7px;
    padding: 5px 0 11px 12px;
    border-left: 1px dashed #ccc;
    float: right;
}
.librarylist > li .s a {
    font-size: 13px;
    font-weight: 500;
    color: #242424;
}
.librarylist li > a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #242424;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.librarylist > li .u {
    position: absolute;
    top: 40px;
    left: 110px;
    z-index: 100;
    width: -moz-calc(100% - 288px);
    width: -webkit-calc(100% - 288px);
    width: calc(100% - 288px);
    color: #6D6868;
    line-height: 22px;
    height: 85px;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.librarylist > li img {
    width: 90px;
    height: 111px;
    margin: 0px 12px 0 0;
    float: left;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 3px;
}
/* res-list */

/* left-menu */
.biji_menu_card {
    width: 20%;
    float: left;
    display: inline-block;
}
.biji_right_card {
    float: right;
    display: inline-block;
    width: -moz-calc(80% - 20px);
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
    margin-left: 20px;
}

.div1 {
    text-align: left;
    width: 100%;
    padding-top: 0px;
}
.div2 {
    height: 30px;
    line-height: 30px;
    left: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bolder;
    position: relative;
    border-bottom: #ccc 1px dotted;
}
.ico1 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/1.png);
}
.ico2 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/2.png);
}
.ico3 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/3.png);
}
.ico5 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/5.png);
}
.ico6 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/6.png);
}
.ico9 {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 5px;
    background: url(/images/icon/9.png);
}
.div2 .menu {
    padding-left: 27px;
}
.div2:hover {
	background: rgba(105,105,105,.35);
}
.div3 {
    cursor: pointer;
    font-size: 13px;
    transition: max-height 0.5s ease;
    max-height: 0;
    overflow: hidden;
}
.div3 ul {
    margin: 0;
    padding: 0;
}
.div3 li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    border-bottom: #ccc 1px dotted;
    text-align: left;
}
.div3 li a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding-left: 27px;
    color: #000000;
}
.div3 li a:hover,.div3 li .active {
	background: rgba(105,105,105,.25);
}
/* left-menu */

/* detail */
.detail_card {
    border: 1px solid #b4b4b4;
    border-image: -webkit-linear-gradient(rgba(180, 180, 180, 1), rgba(180, 180, 180, .0)) 30 30;
    border-image: -moz-linear-gradient(rgba(180, 180, 180, 1), rgba(180, 180, 180, .0)) 30 30;
    border-image: linear-gradient(rgba(180, 180, 180, 1), rgba(180, 180, 180, .0)) 30 30;
}
.detail_card {
    position: relative;
    background: rgba(0, 0, 0, .05);
}
.detail_card:hover {
	border:1px solid #000;
    border-image: -webkit-linear-gradient(rgb(11, 11, 11),rgba(180,6,0,.0)) 30 30;
   	border-image: -moz-linear-gradient(rgb(11, 10, 10),rgba(180,6,0,.0)) 30 30;
    border-image: linear-gradient(rgb(8, 8, 8),rgba(180,6,0,.0)) 30 30; 
	box-shadow:0px 0px 12px rgba(0,0,0,0.8);
}
#fen_bj {
    width: 0;
    height: 0;
    border-width: 60.5px;
    border-style: solid;
    border-color: #242424 #242424 transparent transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}
.novelinfo {
    width: 100%;
    height: 233px;
    position: relative;
    overflow: hidden;
}
.novelinfo .novelinfo-l {
    padding: 10px;
    width: 180px;
    float: left;
}
.novelinfo .novelinfo-l img {
    width: 160px;
    height: 200px;
    padding: 5px;
    border: 1px solid #bbb;
    background: rgba(205, 205, 205, .5);
}
.novelinfo .novelinfo-r {
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
    padding-top: 10px;
    display: inline;
}
.novelinfo .novelinfo-r > .fen {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 60px;
    /* border: 1px dotted #000; */
}
.novelinfo .novelinfo-r > .fen > em {
    display: block;
    text-align: right;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}
.novelinfo .novelinfo-r > .fen > p {
    display: inline-block;
    padding-top: 5px;
    width: 50px;
    text-align: right;
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.novelinfo .novelinfo-r h1 {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    overflow: hidden;
    font-weight: bold;
    display: inline-block;
    /* border: 1px dotted #000; */
}

.novelinfo .novelinfo-r ul {
    /* margin: 5px 0 0; */
    overflow: hidden;
}
.novelinfo .novelinfo-r > ul > li {
    width: 28%;
    height: 161px;
    display: block;
    line-height: 28px;
    color: #666;
    /* padding: 0 15px 0 0; */
    padding: 0;
    float: left;
    /* border: 1px dotted #000; */
}

.bt {
    text-align: center;
    width: 160px;
    height: 30px;
    /* background: url(/images/lanmu-bj.png) no-repeat left top; */
    background: #242422;
    background-size: 160px 30px;
    position: absolute;
    left: -1px;
    top: -15px;
}
.detail_card:hover .bt{
	/* background: url('https://www.lxres.com/style/img/tj-2.png') no-repeat left top; */
	background-size: 160px 30px;
}
.bt h1 {
    font-size: 18px;
    letter-spacing: 8px;
    margin-top: 0px;
    color: #fff;
}
#list {
    /* max-height: 500px; */
    transition: max-height .25s;
    overflow: hidden;
}
#container {
    margin-top: 20px !important;
    overflow-y: hidden;
    word-wrap: break-word;
}
.detail_card .novelintro {
    line-height: 25px;
    color: #555;
    padding-bottom: 40px !important;
}
.detail_card .body {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
#open {
    position: absolute;
    cursor: pointer;
    width: 100%;
    width: -moz-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    font-size: 16px;
    letter-spacing: 5px;
    color: #ddd;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #242424;
    bottom: -1px;
    left: -1px;
}
#close {
    position: absolute;
    cursor: pointer;
    width: 100%;
    width: -moz-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    font-size: 16px;
    letter-spacing: 5px;
    color: #ddd;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #242424;
    bottom: -1px;
    left: -1px;
}

.tj section {
    margin-top: 20px;
    margin-left: 15px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 251px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.tj section > span:hover{
	border:5px solid rgba(200,200,200,.8);
}
.tj section > span {
    border: 5px solid rgba(200, 200, 200, .5);
    margin: 18px 0px 0px 10px;
    width: 160px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.tj section > span:hover{
	border:5px solid rgba(200,200,200,.8);
}
.tj section > img {
    width: 160px;
    height: 200px;
    object-fit: cover;
}

.video-box {
    width: 100%;
    height: 160px;
    white-space: nowrap;
    box-sizing: border-box;
}
.video-box .video{
	height: 160px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;/*ä¸æ¢è¡Œ*/
    box-sizing: border-box;
	margin-top:20px;
	margin-left:15px;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);/*è¦æ”¹*/
}
.video-box .video a {
	display:inline-block;
    position: relative;
    width: 218px;
    height: 121px;
    margin: 15px 0px 0px 7.5px;
    /*text-indent: -999em*/
}
.video-box .video a:hover {
    background-repeat: no-repeat;
}
.video-box .video a:hover:before, .video-box .video a:hover:after {
    content: ''
}
.video-box .video a:before{
    position: absolute;
    left: 75px;
    top: 27px;
    width: 68px;
    height: 67px
}.video-box .video a:after {
    position: absolute;
    left: 99px;
    top: 47px;
    width: 25px;
    height: 27px
}
.video-box .video a {
    background-position: 0px 0px
}
.video-box .video a:hover {
    background-position: 0px 0px
}
.video-box .video a:hover i {
	display: none; 
}
.video-box .video a:before {
    background-position: -220px -2px
}
.video-box .video a:after {
    background-position: -224px -73px
}

.video-box .video a, .video-box .video a:hover, .video-box .video a:before, .video-box .video a:after {
    background-image: url(/images/faq.png);
}
.video-box .video a i {
    position: absolute;
	text-align:center;
	font-weight:bold;
	margin-top:45px;
	padding-top:3px;
	white-space:nowrap;/*ä¸æ¢è¡Œ*/
	display:inline-block;
	background: rgba(120,0,0,.8);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
    width: 198px;
    height: 28px;
	font-size:16px;
	color:#fff;
	overflow:hidden;/*æº¢å‡ºè¶…å‡ºè‡ªåŠ¨éšè—*/
	text-overflow:ellipsis;
}
#video_bj{ 
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=88); 
	overflow-x:hidden;
	overflow-y:hidden;
} 
/* #video_qt { 
	display: none; 
	position: fixed;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	z-index:1002; 
	overflow-x:hidden;
	overflow-y:hidden;
}  */

#preview .d_list{
	margin-left:50px;
	margin-top:40px;
	margin-bottom:20px;
}
#preview .d_list > a{
	white-space:nowrap;/*不换行*/
	text-decoration : none;/*无下划线*/
	overflow:hidden;/*溢出超出自动隐藏*/
	text-overflow:ellipsis;/*省略号*/
	position: relative;
	display:inline-block;
	width:auto;
	min-width:100px;
	max-width:200px;
	height:30px;
	background: #3e3d3d;
	padding-left:10px;
	padding-right:33px;
	padding-top:3px;
	margin-bottom:10px;
	font-size:18px;
	letter-spacing:5px;
	font-weight:bold;
	color:#fff;
	border-radius:5px 5px 5px 5px;	
}
#preview .d_list > i{
	position: relative;
	white-space:nowrap;/*不换行*/
	text-decoration : none;/*无下划线*/
	overflow:hidden;/*溢出超出自动隐藏*/
	text-overflow:ellipsis;
	display:inline-block;
	width:auto;
	max-width: -moz-calc(100% - 330px);
	max-width: -webkit-calc(100% - 330px);
	max-width: calc(100% - 330px);/*要改*/
	min-width:100px;
	height:27px;
	background:rgba(0,0,0,.1);
	padding-left:20px;
	padding-top:6px;
	padding-right:10px;
	margin-left:20px;
	margin-bottom:10px;
	font-size:14px;
	letter-spacing:1px;
	color:#9f0000;
}
#preview .d_list > i > i{
position: absolute;
width:0px;
height:0px;
top:10px;
left:0px;
border-top: 7px solid transparent;
border-left: 7px solid transparent ;
border-right: 7px solid #242424;
border-bottom: 7px solid transparent;
z-index:1;
}
#preview .d_list > a:hover{
	background: #242424;
}
#preview .d_list > a > i{
	border-radius:0 5px 5px 0;	
	top:0px;
	right:0px;
	position: absolute;
	display:inline-block;
	width:33px;
	height:33px;
	background: url('/images/preview.png') no-repeat center center;
	background-color:#242424;
	background-size: 21px 21px;
}
#preview .d_list > a > i:hover{
	background-color:#242424;
}


#down .d_list{
	margin-left:50px;
	margin-top:40px;
	margin-bottom:20px;
}
#down .d_list > a{
	white-space:nowrap;/*不换行*/
	text-decoration : none;/*无下划线*/
	overflow:hidden;/*溢出超出自动隐藏*/
	text-overflow:ellipsis;/*省略号*/
	position: relative;
	display:inline-block;
	width:auto;
	min-width:100px;
	max-width:200px;
	height:30px;
	background: #3e3d3d;
	padding-left:10px;
	padding-right:33px;
	padding-top:3px;
	margin-bottom:10px;
	font-size:18px;
	letter-spacing:5px;
	font-weight:bold;
	color:#fff;
	border-radius:5px 5px 5px 5px;	
}
#down .d_list > i{
	position: relative;
	white-space:nowrap;/*不换行*/
	text-decoration : none;/*无下划线*/
	overflow:hidden;/*溢出超出自动隐藏*/
	text-overflow:ellipsis;
	display:inline-block;
	width:auto;
	max-width: -moz-calc(100% - 330px);
	max-width: -webkit-calc(100% - 330px);
	max-width: calc(100% - 330px);/*要改*/
	min-width:100px;
	height:27px;
	background:rgba(0,0,0,.1);
	padding-left:20px;
	padding-top:6px;
	padding-right:10px;
	margin-left:20px;
	margin-bottom:10px;
	font-size:14px;
	letter-spacing:1px;
	color:#9f0000;
}
#down .d_list > i > i{
position: absolute;
width:0px;
height:0px;
top:10px;
left:0px;
border-top: 7px solid transparent;
border-left: 7px solid transparent ;
border-right: 7px solid #242424;
border-bottom: 7px solid transparent;
z-index:1;
}
#down .d_list > a:hover{
	background: #242424;
}
#down .d_list > a > i{
	border-radius:0 5px 5px 0;	
	top:0px;
	right:0px;
	position: absolute;
	display:inline-block;
	width:33px;
	height:33px;
	background: url('/images/down_01.png') no-repeat center center;
	background-color:#242424;
	background-size: 21px 21px;
}
#down .d_list > a > i:hover{
	background-color:#242424;
}
.p-down {
    position: fixed;
    bottom: 152px;
    right: 20px;
    width: 50px;
    height: 45px;
    background: #3C3C3C;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    padding-top: 5px;
}
.p-down a {
    color: #fff;
}
.pticon-29:before {
    content: '\f01b';
}
.p-pinglun {
    position: fixed;
    bottom: 204px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #3C3C3C;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}
.p-pinglun a {
    color: #fff;
}
.pticon-28:before {
    content: '\f01c';
}
.p-list {
    position: fixed;
    bottom: 256px;
    right: 20px;
    width: 50px;
    height: 45px;
    background: #3C3C3C;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    padding-top: 5px;
}
.p-list a {
    color: #fff;
}
.pticon-2A:before {
    content: '\f01a';
}
/* detail */
.card .tab.fw500 ul li {
    font-weight: 500;
    border-top: 0px;
}
.card .tab.tab3 li {
    width: 33.33%;
}
.card .tab li a:hover {
    color: #fff;
}
.card .tab li a.active {
    background: url(/images/card/nav_index_hover.png) no-repeat center 2px;
    color: #fff;
}
.right-menu .active {
    background: url(/images/card/nav_index_hover.png) no-repeat center 2px;
    color: #fff;
}
.card .tab li a {
    display: block;
    color: #330000;
}
/*limit*/
.pagination {
    text-align: right;
    padding: 10px 10px 10px 0 !important;
    font-size: 16px;
    margin-left: 10px;
    /* display: -ms-flexbox; */
    display: flex;
    list-style: none;
    border-radius: .25rem;
}
.pagination .invalid {
    width: 27px;
    height: 27px;
    color: #242424;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px;
    margin: 2px;
    line-height: 25px;
}
.pagination .invalid {
    cursor: default;
    border: 1px solid #ddd;
    background: #eee;
    color: #aaa;
}
.pagination a, .current {
    width: 27px;
    height: 27px;
    color: #242424;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px /*要改*/;
    padding: 3px;
    margin: 2px;
    line-height: 25px;
}
.pagination .current {
    cursor: default;
    background: #242424 !important;
    border-color: #242424 !important;
    color: #fff !important;
}
.pagination .valid {/*有效*/
	border: 1px solid #ddd;
	background: #eee;
}
.pagination .valid:hover {
	background: #242424!important;
	border-color: #242424!important;
	color: #fff!important
}
#video-play1_html5_api {
    width: 100% !important;
}
/*limit*/
.pl-header {
    font-size: 18px;
}
.pl-header em {
    color: #ee542a;
    font-weight: bold;
    font-style: normal;
}
.pl-area {
    padding: 0 0 0 60px;
    margin-top: 15px;
}
.pl-area-userpic {
    margin-left: -60px;
    float: left;
}
#pl-userpic {
    width: 42px;
    border-radius: 22px;
}
.pl-area-userpic img {
    width: 40px;
    height: 42px;
}
.pl-area svg {
    overflow: hidden;
    vertical-align: middle;
}
.pl-area img {
    vertical-align: middle;
    border-style: none;
}
.pl-title {
    margin-top: 20px;
    background-color: transparent;
    border-bottom: 2px solid rgb(136, 171, 195);
    padding-bottom: 10px;
    font-size: 16px;
}
.video-js .vjs-time-tooltip {
    width: 40px
}

/* .pl-show-list {
    background: rgba(105, 105, 105, .25);
    padding: 5px 10px;
} */
.pl-show-time {
    color: #999;
}
.pl-fr {
    float: right;
}
.pl-show-a-0 a {
    color: #888888;
}
.pl-show-box {
    margin: 15px 0;
    clear: both;
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
}

.publish {
    width: 100%;
    height: 80px;
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.04);
    color: #242424;
    box-shadow: none;
    border: 1px dashed #d9d9d9;
    font-weight: 20
}
#note-pingfen {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background: url(/images/starts_03.png);
    background-size: 30.5rem;
    cursor: pointer;
}
.ql-editor p img{
    margin: 0 1px;
}

.one_bg {
    overflow: hidden;
    border-radius: 6px;
    min-height: 302px;
}
.overflow {
    overflow: hidden;
}
.w320 {
    /* width: 320px; */
    width: 30%;
    padding-top: 14px;
    padding-left: 15px;
    overflow: hidden;
}
.ml10 {
    margin-left: 10px;
}

.w320 ul {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-top: 18px;
}
.w320 ul li {
    text-align: left;
    background: url(/images/index_r6_c6.png) 0px 10px no-repeat;
    line-height: 32px;
    border-bottom: 1px dashed #AAAAAA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    font-size: 12px;
}
.w320_top {
    width: 100%;
}
.w320_top h5 {
    float: left;
}
.w610 {
    width: 65%;
    margin-right: 26px;
    overflow: hidden;
    padding-top: 14px;
}
.w610_bot {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.w610_bot img {
    float: left;
    margin-right: 20px;
}
.w610_bot p {
    text-align: left;
    line-height: 25px;
    text-indent: 2em;
    word-wrap: break-word;
}

/**/
.team_bg {
    border-radius: 6px;
    min-height: 332px;
}
.w320_top span {
    float: right;
    padding-right: 15px;
    padding-top: 13px;
}
.w320_top span a {
    background: #242424;
    border-radius: 6px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 5px 10px
}
.img-scroll {
    position: relative;
    margin-top: 18px;
    width: 100%;
    height: 230px;
}
.img-scroll .prev {
    left: 0;
}
.img-scroll .prev, .img-scroll .next {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 88px;
}
.pr10 {
    padding-right: 10px;
}
.pl10 {
    padding-left: 10px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 88px;
}
.img-list {
    position: relative;
    width: 910px;
    height: 230px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}
.img_list1 {
    width: 910px;
    height: 230px;
    overflow: hidden;
}
.img_list1 ul {
    width: 910px;
    height: 230px;
    overflow: hidden;
}
.img_list1 ul li {
    text-align: left;
    float: left;
    margin-left: 8px;
    margin-right: 10px;
    width: 164px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.img_list1 ul li p {
    width: 162px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
    height: 200px;
    word-wrap: break-word;
}
.img_list1 ul li img {
    background-repeat: no-repeat;
    object-fit: cover;
    width: 152px;
    height: 185px;
    margin-top: 8px;
}
.img-scroll .next {
    right: 0;
}
/**/

/**/
.pt15 {
    padding-top: 15px;
}
.w325 ul {
    width: 95%;
    overflow: hidden;
    clear: both;
    padding-top: 14px;
}
.w325 ul li {
    text-align: left;
    background: url(/images/index_r6_c6.png) 0px 10px no-repeat;
    line-height: 31px;
    border-bottom: 1px dashed #AAAAAA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.w325 ul li span {
    float: right;
    color: #A5A5A5;
    margin-left: 10px;
}

.w320 ul li {
    text-align: left;
    background: url(/images/index_r6_c6.png) 0px 10px no-repeat;
    line-height: 31px;
    border-bottom: 1px dashed #AAAAAA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.w320 ul li span {
    float: right;
    color: #A5A5A5;
    margin-left: 10px;
}
.w325 {
    width: 29%;
    margin: 0 2%;
    height: 715px;
}
.in-text-h2 {
    display: block;
    width: 192px;
    height: 42px;
    margin-bottom: 10px;
    background: url(/images/titbg.png) no-repeat;
    text-align: center;
    font: 16px / 42px 'microsoft yahei';
    color: #f7f7f7;
    font-size: 20px;
    text-align: left;
    text-indent: 13px;
    background-position: 0px 5px;
    background-size: contain;
}

@media screen and (max-width: 900px) {   
    body{
        display: inline-block;
    }
}