.clear_after:after{
    clear: both;
    content: "";
}

.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
}

em{
    font-style: normal;
    margin-right: 4px;
}

.clear{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}

/*ҳͷnew*/
.header-top{
    width: 100%;
    background: #fff;
    height: 100px;
}

.header-container{
    width: 1400px;
    margin: 0 auto;
    height: 100px;
}

.logo-box{
    float: left;
    width: 450px;
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
}

.logo-box img{
    width: 160px;
}

.logo-box h1{
    font-size: 22px;
    font-weight: 400;
    padding-left: 10px;
}

.header-top .search-box{
    width: 430px;
    float: left;
    position: relative;
    border: 2px solid #ddd;
    height: 36px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
}

.custom-select-container{
    position: relative;
    height: 36px;
}

.header-top .search-box #customSelect{
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: 120px;
    height: 36px;
    padding-left: 5px;
    font-size: 14px;
}

.header-top .search-box .arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: auto;
    transition: transform 0.3s ease-in-out;
    transform: rotate(45deg);
}

.header-top .search-box .up{
    transform: rotate(-135deg);
}

.header-top .search-box .select-options{
    position: absolute;
    top: 100%;
    left: -2px;
    width: 130px;
    padding: 5px;
    display: none;
    border: 2px solid #ddd;
    border-top: 0;
    box-sizing: border-box;
    z-index: 199;
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
    transition: opacity 0.3s ease-in-out;
    font-size: 14px;
}

.header-top .search-box .select-option{
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.header-top .search-box .select-option:hover{
    background-color: #f0f0f0;
}

.header-top .search-box .srk{
    width: 220px;
    padding: 0;
    border: 0;
    position: absolute;
    left: 140px;
    top: 0;
    height: 30px;
    font-size: 14px
}

.header-top .search-box .sub-search{
    width: 38px;
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
}

.header-top .fenxiang-box{
    width: 50px;
    margin: 37px 18px 0 18px;
    float: left;
    display: flex;
    align-items: center;
}

.header-top .fenxiang-box .ii{
    font-size: 18px;
    color: #808080;
    cursor: pointer;
}

.header-top .fenxiang-box .fx{
    padding-left: 6px;
    position: relative;
}

.header-top .fenxiang-box .fx:hover > div{
    display: inline-block;
}

.header-top .fenxiang-box .fx > div{
    position: absolute;
    background: #fff;
    display: none;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 16px;
    -webkit-box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    z-index: 203;
}

.header-top .fenxiang-box .fx > div > div{
    position: relative;
}

.header-top .fenxiang-box .fx > div > div > div{
    position: relative;
    padding: 2px;
}

.header-top .fenxiang-box .fx > div > div > div{
    width: 170px;
}

.header-top .fenxiang-box .fx > div span{
    width: 32px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 46%;
    background: none;
}

.header-top .fenxiang-box .fx > div span:after{
    content: "";
    left: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-right: none;
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: auto;
}

.header-top .huiyuan-box{
    width: 200px;
    float: left;
    margin-top: 33px;
}

.huiyuan-box .search_btn {
    width: 119px;
    border: 1px solid #ffa115;
    border-radius: 29px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
}

.huiyuan-box .search_btn i {
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 16px 0 13px;
    background-color: #ff9900;
}

.huiyuan-box .search_btn.haslogin {
    border: none;
    border-radius: 4px;
    padding: 2px;
    font-size: 0;
    display: inline-block;
    height: auto;
    width: auto;
    outline: none;
    margin-left: 12px;
}

.huiyuan-box .search_btn.haslogin .userInfo .userImages {
/*    width: 30px;
    height: 30px;*/
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-right: 0;
}

.huiyuan-box .search_btn a {
    border: none;
    color: #ff9900;
    /*display: inline-block;*/
    line-height: 22px;
    font-size: 12px;
    background-color: transparent;
}

.huiyuan-box .search_btn.haslogin .userInfo {
    font-size: 0;
    line-height: 0;
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*cursor: pointer;*/
}

.header-top .qrCode{
    width: 156px;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.header-top .qrCode img{
    vertical-align: middle;
    width: 71px;
}

.header-top .qrCode div:nth-of-type(1){
    margin-right: 14px;
}

.header-top .qrCode p{
    font-size: 12px;
    text-align: center;
}

/*ҳͷnew end*/


.line_title{
    border-bottom: 1px solid #ffdfb0;
    margin-bottom: 18px;
    margin-top: 25px;
    color: #444;
}

/*��һ��line_title��margin-topΪ0*/
.righContainer .line_title:first-child{
    margin-top: 0;
}

.line_title h2{
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 4px solid #ff9900;
    font-size: 20px;
    font-weight: 600;
}

.line_title h2 a:hover{
    color: #ff9900;
}

.index .media{
    margin-bottom: 15px;
}

.index .media .media-body{
    position: relative;
}

.index .media-object{
    width: 210px;
    height: 128px;
    border-radius: 5px;
}

.index .media-heading{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.index .media-heading a:hover{
    color: #ff9900;
}

.aauthor{
    color: #888;
    margin-top: 10px;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.aauthor a{
    color: #64788c;
}
.aauthor a:hover{
    color: #ff9900;
}

.s1title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.s1title a:hover{
    color: #ff9900;
}

.s1ul li{
    line-height: 36px;
    height: 36px;
	display: flex;
	overflow: hidden;
}

.s1ul li.wenti{
    background: url("/images/answer.png") no-repeat left center;
    padding-left: 28px;
}

.s1ul li span{
    background: #fff;
    z-index: 9;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    color: #666;
	margin-left: auto;
	flex-shrink: 0;
	flex-grow: 0;
}
.s1ul li a.ellip {
	width: 310px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.s2ul_5:after{
    content: "";
    clear: both;
}

.s2ul_5 li{
    display: inline;
    width: 25%;
    float: left;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.indexuserbox td{
    padding: 5px 0;
}

.indexuserbox td img{
    width: 20px;
    height: 20px;
}

.linkUrl .container{
    padding: 25px 0;
}

.linkUrl .container .linkList{
    padding: 0 25px;
}

.breadcrumb a{
    color: #888;
}

.listbox{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.listbox .listbox-img{
    float: left;
}

.listbox .listbox-img img{
    width: 192px;
    height: 127px;
    border-radius: 5px;
}

.listbox .listbox-content{
    float: left;
    margin-left: 15px;
    width: 70%;
    position: relative;
    height: 127px;
}

.listbox .listbox-content h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    position: relative;
}

.listbox .listbox-content h3 span{
    position: absolute;
    background: #fff;
    z-index: 9;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.listbox .listbox-content p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 6px;
    overflow: hidden;
    color: #777;
}

.listbox .listbox-bottom{
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    color: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
}

.listbox .listbox-bottom-left{
    float: left;
    padding-right: 25px;
}

.listbox .listbox-bottom-right{
    float: right;
}

.listbox-3 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.listbox-3:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/***********����*********/

.listbox-wenda{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.listbox-wenda .listbox-img{
    float: left;
    margin-right: 15px;
}

.listbox-wenda .listbox-img img{
    width: 150px;
    height: 100px;
    border-radius: 5px;
}

.listbox-wenda .listbox-content:after{
    content: "";
    clear: both;
    display: block;
}

.listbox-wenda .wentinr{
    line-height: 24px;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
}

.listbox-wenda h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.listbox-wenda .listbox-content p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 6px;
    overflow: hidden;
    color: #777;
}

.listbox-wenda .listbox-bottom{
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    color: #999;
}

.listbox-wenda .listbox-bottom-left{
    float: left;
    padding-right: 25px;
}

.listbox-wenda .hddbimg{
    border-radius: 50%;
}

.listbox-wenda .listbox-bottom-right{
    float: right;
}

.epages{
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.epages a{
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 5px;
    color: #999;
}

.epages a:hover, .epages a.active{
    background: #ff9900;
    color: #fff;
    border: 1px solid #ff9900;
}

.btn-wytg{
    color: #fff;
    background-color: #ff9900;
    border-color: #eea236
}

.btn-wytg.focus, .btn-wytg:focus{
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-wytg:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-wytg.active, .btn-wytg:active{
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-wytg.active.focus, .btn-wytg.active:focus, .btn-wytg.active:hover, .btn-wytg:active.focus, .btn-wytg:active:focus, .btn-wytg:active:hover{
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.righContainer{
    padding: 20px 12px;
    background-color: #fff;
}

.wytg{
    display: block;
    float: left;
    width: 100px;
}

.searchDiv{
    float: right;
    position: relative;
}

.searchDiv .classid2{
    position: absolute;
    left: 1px;
    top: 2px;
    height: 26px;
    border: 0;
    z-index: 10;
}

.searchDiv .classid3{
    position: absolute;
    right: 115px;
    top: 1px;
    height: 28px;
    border: 0;
    z-index: 10;
}

.search-Input input{
    height: 30px;
    width: 540px;
    text-align: center;
}

.search-Sub input{
    height: 30px;
    width: 100px;
    margin-left: 10px;
}

.header2 .container .search .search_input{
    width: 320px;
    border: 1px solid #cccccc;
    border-radius: 35px;
    height: 35px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: relative;
    margin-right: 14px;
    padding-right: 0;
}

.pageCollect{
    margin-right: 6px;
}

.header2 .container .search .search_input input{
    width: 250px;
}

.header2 .container .search .search_input input.sub-search{
    position: absolute;
    background: url("../../images/search.png") no-repeat left center;
    width: 20px;
    height: 24px;
    right: 7px;
    top: 3px;
}

.header2{
    height: 100px;
    background-color: #fff;
}

.header2 .container{
    padding: 0 !important;
    height: 100%;

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/

}

.header2 .container:after{
    content: "";
    clear: both;
    display: block;
}

.header2 .container .header_login{
    /*display: flex;
    align-items: center;*/
    float: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.header2 .container .search{
    /*display: flex;
    align-items: center;
    justify-content: flex-end;*/
    display: flex;
    float: left;
    align-items: center;
    margin-top: 32px;
    margin-left: 100px;
}

.header2 .container .qrCode{
    /*display: flex;
    justify-content: flex-end;
    align-items: center;*/
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
}


.header2 .container .header_login img{
    vertical-align: middle;
    width: 160px;

    /*height: 38px;*/
}

.header2 .container .header_login span{
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
}

/* .header2 .container .search img{
    margin-right: 10px;
    cursor: pointer;
} */
.header2 .container .search > i{
    font-size: 18px;
    color: #808080;
    cursor: pointer;
}

.search_input .classid{
    float: left;
    width: 63px;
    padding-left: 3px;
    height: 22px;
    border: 0 none;
    margin-top: 6px;
    font-size: 14px;
    color: #ff9900;
}

.search_input .classid option{
    font-size: 14px;

}

.header2 .container .search > i:nth-of-type(2){
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
}

.header2 .container .search > i:nth-of-type(2):hover > div{
    display: inline-block;
}

.header2 .container .search > i:nth-of-type(2) > div{
    position: absolute;
    background: #fff;
    display: none;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 16px;
    -webkit-box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    z-index: 203;
}

.header2 .container .search > i:nth-of-type(2) > div > div{
    position: relative;
}

.header2 .container .search > i:nth-of-type(2) > div > div > div{
    position: relative;
    padding: 2px;
}

.header2 .container .search > i:nth-of-type(2) > div > div > div{
    width: 170px;
}

.header2 .container .search > i:nth-of-type(2) > div span{
    width: 32px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.header2 .container .search > i:nth-of-type(2) > div span:after{
    content: "";
    left: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-right: none;
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: auto;
}

.header2 .container .search .search_btn{
    width: 119px;
    border: 1px solid #ffa115;
    border-radius: 29px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
}

.header2 .container .search .search_btn.haslogin{
    border: none;
    border-radius: 4px;
    padding: 2px;
    font-size: 0;
    display: inline-block;
    height: auto;
    width: auto;
    outline: none;
    margin-left: 12px;
}

.header2 .container .search .search_btn.haslogin .userInfo .userImages{
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-right: 0;
}

.header2 .container .search .search_btn a{
    border: none;
    color: #ff9900;
    /*display: inline-block;*/
    line-height: 22px;
    font-size: 12px;
    background-color: transparent;
}

.header2 .container .search .search_btn.haslogin .userInfo{
    font-size: 0;
    line-height: 0;
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*cursor: pointer;*/
}

.newmsg{
    position: absolute;
    top: 0;
    left: 22px;
}

.newmsgsvg{
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.havenewmsg{
    background: rgba(255, 153, 0, 0.52);
}

.newmsgsvg:hover{
    background: #ff9900;
}

.newmsgsvg svg{
    width: 24px;
    height: 24px;
}

.userabc{
    display: flex;
    align-items: center;
	width: 180px;
}

.userInfo .userHandle{
    position: absolute;
    top: 13px;
    left: 33%;
    margin-top: 16px;
    z-index: 199;

    width: 110px;
    padding: 10px 0;

    display: none;

    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
}

.userHandle li{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
}

.userHandle li:hover{
    background: #ebebeb;
}

.userHandle a{
    color: #333 !important;
    line-height: 30px !important;
    text-align: left !important;
}

.userHandle li:hover a{
    color: #ff9900 !important;
}

.userInfo .userHandle2{
    position: absolute;
    top: 13px;
    left: -50px;
    margin-top: 16px;
    z-index: 199;

    width: 130px;
    padding: 20px 15px;

    display: none;

    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
}

.userHandle2 h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 25px;
    height: 30px;
    overflow: hidden;
    text-align: left;
}

.userHandle2 li{
    line-height: 30px;
    /*max-height: 50px;*/
    text-align: left;

    /*    overflow: hidden;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;*/

    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 14px;
}

.userHandle2 a{
    color: #002280 !important;
    line-height: 25px !important;
    text-align: left !important;
}

.userHandle2 li:hover a{
    color: #ff9900 !important;
}

.userImages{
    cursor: pointer;
}

/*
.header2 .container .search .search_btn.haslogin .userInfo > div > div {
    position: relative;
}

.header2 .container .search .search_btn.haslogin .userInfo > div > div > div {
    position: relative;
    padding: 6px;
    font-size: 15px;
    line-height: 16px;
    outline: none;
}

.header2 .container .search .search_btn.haslogin .userInfo > div > div > div a {
    color: #444;
    display: block;
}

.header2 .container .search .search_btn.haslogin .userInfo > div > div > div a:hover {
    color: #ff9900;
}

.header2 .container .search .search_btn.haslogin .userInfo > div span {
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.header2 .container .search .search_btn.haslogin .userInfo > div span:after {
    content: "";
    left: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-right: none;
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: auto;
}*/

.header2 .container .search .search_btn i{
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 16px 0 13px;
    background-color: #ff9900;
}


.header2 .container .search .search_input .layui-form{
    padding: 6px 15px;
    position: absolute;
    top: 29px;
    left: 0;
    width: 190px;
    background-color: #fff;
}

.header2 .container .search .search_input .layui-form .layui-form-item{
    margin-bottom: 0;
}

.header2 .container .search .search_input .layui-form .layui-form-item .layui-input-block{
    margin-left: 0;
    text-align: center;
}

.header2 .container .search .search_input .layui-form .layui-form-item .layui-input-block .layui-form-radio{
    margin: 0;
    font-size: 12px;
}

.header2 .container .search .search_input .layui-form .layui-form-item .layui-input-block .layui-form-radio > i{
    font-size: 16px;
}

.header2 .container .search .search_input .layui-form .layui-form-item .layui-input-block .layui-form-radio.layui-form-radioed > i{
    color: #ff9900;
}

.header2 .container .search .search_input input{
    height: 33px;
    padding-left: 5px;
    border: none;
    position: relative;
    z-index: 9;
    font-size: 12px;
    width: calc(100% - 80px);
}

.header2 .container .search .search_input > i{
    font-size: 16px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50%;
    right: 0;
    color: #ff9900;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header2 .container .search .search_input input::-webkit-input-placeholder{
    color: #ccc;
    font-size: 12px;
}

.header2 .container .search .search_input input::-moz-placeholder{
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 12px;
}

.header2 .container .search .search_input input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 12px;
}

.header2 .container .search .search_input input:-ms-input-placeholder{
    /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 12px;
}

/* .header2 .container .search img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
} */


.header2 .container .qrCode img{
    vertical-align: middle;
    width: 71px;
}

.header2 .container .qrCode div:nth-of-type(1){
    margin-right: 14px;
}

/*.header2 .container .qrCode div:nth-of-type(2) {
  padding-right: 42px;
}*/

.header2 .container .qrCode p{
    font-size: 12px;
    text-align: center;
}

.textpic{
    margin-top: 20px;
}

.textpic .img img{
    width: 100%;
    height: 190px;
}

.textpic .text{
    margin-top: 10px;
}

.textpic .text p{
    line-height: 22px;
    overflow: hidden;
    color: #999;
}

.textpic .text p a{
    font-weight: bold;
}

.textpic .text p.intro{
    height: 44px;
}

.textpic .text p.title{
    height: 22px;
}

.textpic{
    padding: 14px 11px 11px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 8px #ccc;
    box-shadow: 0px 1px 8px #ccc;
    margin: 20px 2px 10px 2px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: transform 0.3s ease-in-out;
}

.textpic:hover{
    -webkit-box-shadow: -1px 9px 37px #ccc;
    box-shadow: -1px 9px 37px #ccc;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.piclist{
    margin: 15px 0;
}

.smallimg{
    float: left;
    margin-right: 5px;
}

.smallimg img{
    height: 150px;
    max-width: 200px;
    border-radius: 10px;

}

.piclist2:after{
    content: "";
    clear: both;
    display: block;
}

.piclist2 .smallimg{
    float: left;
    margin: 15px 10px 5px 0;
}

.piclist2 .smallimg img{
    height: 100px;
    max-width: 200px;
}

.listbox-content2{
    position: relative;
}

.listbox-content2 .listbox-bottom{
    position: relative !important;
}

.listbox-content2 h3{
    font-size: 18px;
}

/*����ҳ*/
.page-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
}

.title-info{
	display: flex;
	justify-content: center;
    margin: 0 20px 35px 20px;
	padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
	color: #999;
}

.title-info li {
    margin: auto .75rem;
}

.title-info li img {
	margin: auto .25rem;
}

.title-info-bottom {
    color: #999;
    margin: 35px 0 0 0;
}

.title-info-bottom span{
    margin-right: 24px;
}

.page-text{
    margin: 0 20px 35px 20px;
    line-height: 1.8;
    font-size: 16px;
}

.page-text p{
    margin-bottom: 15px;
    text-indent: 2em;
}

.page-text img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/*���������е�Ƕ��ʽ��Ƶ*/
.page-text iframe {
    width: 100%; /* ���ÿ���Ϊ��������100% */
    min-height: 300px; /* �߶�Ϊ0��ʹ�� padding-bottom �����ÿ��߱� */
}

.border0, .border0 td{
    border: 0 !important;
}

.border_0{
    border: 0 !important;
}

.border_0 td{
    border: 0 !important;
}

/*����*/

.pinglunbox{

}

.pinglunbox .plhd{
    background: #fcfcfc;
    color: #000;
    border-bottom: 1px solid #e1e4e8;
    border-top: 1px solid #e1e4e8;
    padding: 8px 0;
    margin: 20px 0;
}

.pinglunbox .plhd span{
    font-weight: normal;
    margin-left: 6px;
    font-size: 14px
}

.pinglunbox .plcon{
    padding: 20px 0;
}

.ly_form p{
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 8px
}

.ly_form p span{
    color: #999;
    margin-left: 8px;
    font-size: 14px
}

.ly_form textarea{
    padding: 4px;
    border: 1px solid #999;
    width: 99%;
    height: 180px;
    border-top-style: inset;
    border-left-style: inset
}

.ly_form .inputText{
    border: 1px solid #999;
    height: 30px;
    width: 100px;
    padding: 0 3px
}

.ly_form img{
    height: 26px;
}

.ly_form .inputSub{
    border: 1px solid #999;
    height: 30px;
    width: 150px;
    font-size: 16px;
    cursor: pointer
}

.ly_form .p0 strong{
    font-size: 14px;
    font-weight: normal
}

.ly_form .p1{
    margin: 0
}

.ly_form .p3{
    margin-bottom: 12px
}

.ly-box{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.ly-box .name{
    font-weight: bold;
    font-size: 16px
}

.ly-box .saycon{
    padding: 15px 0;
    line-height: 1.5;
    font-size: 14px
}

.ly-box .saycon blockquote{
    border: 1px solid #ddd;
    background: #eaecef;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.ly-box .saycon blockquote pre{
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px
}

.ly-box .saytime{
    text-align: right;
    padding-right: 50px
}

.ly-box .saytime span{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #666;
    padding-right: 12px
}

.ly-box .saytime a{
    margin-left: 12px;
    text-decoration: underline;
    color: #666
}

/*�����Ҳ��û���*/
.user-box-info .t1{
    width: 75px;
}

.user-box-info .t3{
    width: 75px;
}

.user-box-info .t2 p{
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    padding-left: 10px;
}

.user-box-info .t2 .name{
    color: #999;
}

.user-box-info .t2 .name a{
    font-size: 16px;
    font-weight: bold;
    margin-right: 14px;
}

.user-box-info a:hover{
    color: #ff9900!important;
}

.userbox-top-right-info span{
    margin-right: 14px;
}

.userbox-top-right-info span.ranking {
	margin-right: auto;
}

.userbox-info1{
    padding: 5px 0;
}

.userbox-info1 a{
    width: 75px;
}

.userbox-info2{
    padding: 10px 0;
}

.userbox-info2 span{
    margin-right: 14px;
}

.user-box-info .intro{
    line-height: 1.8
}

/*����ҳ����*/
/*.popup {
    display: none;
    position: fixed;
    padding: 20px;
    width: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;

    right: 50%;
    margin-right: 311px;

    flex-direction: column;
    align-items: center;

    top: 30%;
    transform: translateY(-50%);
}*/

.share-list{
    display: none;
    position: absolute;
    background-color: #fff;
    top: 130px;
    left: 50px;
    width: 150px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    z-index: 9;
    padding: 12px 0;
    border: 1px solid #f5f5f5;
}

.share-list .share-item{
    position: relative;
    padding: 6px 18px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
}

.share-list .share-item:hover{
    background-color: #f5f5f5
}

.share-list .share-item .share-icon{
    display: inline-block;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.share-item .wx-share{
    position: absolute;
    top: -20px;
    right: -150px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

.popup input{
    width: 150px;
}

.shareimg{
    margin-top: 15px;
}

.shareimg td{
    padding: 5px 0;
    text-align: center;
}

.userNickName{
    font-size: 14px !important;
    padding-left: 8px;
}

.request_menu{
    position: relative;
}

.pxfs{
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 9;
}

.search-box{
    position: relative;
}

.pxfs2{
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9;
}

.pxfs2 select{
    height: 30px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 0 3px;
}

/*toolbar*/
.toolbar{
    z-index: 15;
    position: fixed;
    width: 48px;
    right: 50%;
    margin-right: 710px;

    display: flex;
    flex-direction: column;
    align-items: center;

    top: 26%;
    transform: translateY(-50%);
    padding: 10px;
}

.operation{
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
    background-color: #fff;
    padding-bottom: 6px;
    border: 1px solid #ddd;
}

.operation:hover, .operation .hover{
    background-color: #ff9900;
    color: #fff;
}

.operation .item-back{
    position: relative;
    margin: 0 auto;
    width: 48px;
    height: 40px;
}

.operation .item-back .iconbox{
    display: block;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.operation .item-text{
    font-size: 12px;
    text-align: center;
}

/*�ղ�����*/
#collectionPopup{
    position: fixed;
    top: 27%;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    width: 300px;

    right: 50%;
    margin-right: 250px;
}

#collectionPopup h3{
    margin-bottom: 10px;
}

#collectionList{
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

#collectionPopup button{
    padding: 8px 16px;
    background-color: #ff9900;
    color: white;
    border: none;
    cursor: pointer;
}

#collectionPopup button:hover{
    background-color: #ff8800;
}

#collectionPopup .colsed-x{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

#newCollectionName{
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}


/* ��������ʽ */
#overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 9999; /* ȷ������������� */
}

#overlay img{
    max-width: 80%;
    max-height: 80%;
    margin-top: 20%;
    border: 5px solid #fff;
    border-radius: 5px;
}

#close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

/**
 * 
*/
.xinqingtext{
    overflow: hidden;
    max-height: 72px;
    padding-right: 1.5rem;
	margin-bottom: 2.5rem;
}

.xinqingtext.expanded{
    max-height: none;
}

.read-more{
    cursor: pointer;
    color: #ff9900;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.xq-bot td a{
    cursor: pointer;
}

.xq-bot i{
    font-size: 20px;
    color: #939393;
    margin-right: 6px;
}

.xq-bot span{
    color: #939393;
    font-size: 16px;
}

.rightAD{
    text-align: center;
}

.rightAD img{
    margin-top: 15px;
}

/*�ʴ�ҳ*/
.wdbtn{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.wdbtn a{
    margin-right: 10px;
}

.nrtext{
    line-height: 26px;
    overflow: hidden;
    max-height: 78px;
	margin-bottom: 2.5rem;
}

.nrtext.expanded{
    max-height: none;
}

.page-text .read-more{
    right: 12px;
	bottom: 30px;
}

.huida{
    overflow: hidden;
    max-height: 144px;
    padding-right: 20px;
}

.huida p{
    line-height: 24px;
}

.huida img {
	max-width: 420px;
}

.huida.expanded{
    max-height: none;
}

main .container, .container{
    width: 1400px !important;
}

.s1ul a, .indexuserbox a, .s1ul li span{
    font-size: 16px;
}

.s1ul a:hover, .indexuserbox a:hover, .s1ul li span:hover{
    color: #ff9900;
}

/*��Ʒ�ӷ���*/
.zfln {
    margin: 0;
    line-height: 25px;
}
.zfln a{
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;

    margin-right: 10px;
    color: #333;
}

.zfln a:active, .zfln a:hover, .zfln a:focus, .zfln a.active{
    color: #fff;
    background-color: #ff9900;
    border-color: #ff7700;
}


.nr_head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nr_head a{
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    color: #333;
    font-size: 16px;
}

.nr_head a span{
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.nr_head a.active{
    font-weight: bold;
    border-bottom: 2px solid #ff9900;
    color: #ff9900;
}

.nr_body{
    width: 100%;
    background: #fff;
    padding: 20px;
}





/*��ҳ�����ȴ���1440ʱ��div���ȱ���1400*/
@media screen and (min-width: 1440px){
    .container{
        width: 1400px;
        padding: 0;
    }

    main .container{
        width: 1400px;
    }

    .header2 .container .search{
        margin-left: 70px;
    }

    .header2 .container .search .search_input{
        width: 410px;
    }

    main .main-left{
        /*width: 69%;*/
    }

    main .main-right{
        /*width: 31%;*/
    }

    .search-Input input{
        width: 650px;
    }

    /*toolbar*/

}

.upload-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-box, .btn-box {
    border: 1px dashed #DEDEDE;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: .5rem;
}
.img-box img {
    max-width: 100%;
    max-height: 100%;
}

.upload-mask {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.upload-mask a {
    color: #fff;
    margin: auto .5rem;
}

.upload-mask a i {
    font-size: 1rem;
}


.upload-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.upload-btn i {
    font-size: 1.5rem;
    color: #999;
}

.upload-btn p {
    margin: 0 auto;
    color: #999;
    font-size: .875rem;
}

.progress {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}

