html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left;
    font-weight: 400
}

html,body,fieldset,img,iframe,abbr {
    border: 0
}

i,cite,em,var,address,dfn {
    font-style: normal
}

[hidefocus],summary {
    outline: 0
}

li {
    list-style: none
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%
}

sup,sub {
    font-size: 83%
}

pre,code,kbd,samp {
    font-family: inherit
}

q:before,q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,summary {
    cursor: default
}

a,button {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
body{
    font-family: Microsoft Yahei,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,sans-serif!important;
    font-size: 16px;
    line-height: 200%;
    margin: 0px;
    color: #0F0F0F;
	background-color: #E1E0C7;
	background-attachment: fixed;
	background: #e3e2cb url(../images/bodybackground.jpg)  0% 0% / 100% repeat-x;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.daxuebj{
    font-family: Microsoft Yahei,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,sans-serif!important;
    font-size: 16px;
    line-height: 200%;
    margin: 0px;
    color: #0F0F0F;
	background-color: #E1E0C7;
	background-attachment: fixed;
	background: #e3e2cb url(../images/bodybackgrounddx.jpg)  0% 0% / 100% repeat-x;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.clearfix:after {
    clear: both;
    content: '';
    display: block
}
a{color:#19537D;text-decoration: none;}
a:hover {text-decoration:underline;}
img {
    width: auto;
    height: auto;
    max-width: 100%
}
.l{float:left;} .r{float:right;}
input{outline:0px;}
*{  
    margin: 0px;  
    padding: 0px;  
      
}
/* 公共样式 */
.gs-main,.tuijian,.gs-subnav,.breadcrumbs{
	width:1100px; 
	height:auto;     
	margin: 5px auto;
	overflow: hidden;
	overflow:hidden;
}
.b-b{background-color:#F0EFE2; border-radius: 5px;}
.b-q{background-color: #F8F8F8; border-radius: 5px;    border: 1px dashed #e0dede;font-size:12px}

/* header */
header{ width:100%; background-color:#22CB64;}
.gs-hd {
    width: 100%;
    overflow: hidden;
    position: fixed;
    background-color: #5D6146;
    height: 60px;
    border-bottom: 1px solid #d7d5bc;
    z-index:1;
    top:0;
}

.gs-header {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1100px;
}
.gs-logo {
    float: left;
    display: inline-block;
    width: auto;
    height: 60px;
    padding: 0 70px;
    background: url(../images/logo.png) 0 8px no-repeat;
}
.gs-logo a {
    font-size: 26px;
    line-height:58px;
    color:#F0EFE2;
}
.gs-logo a:hover {
    text-decoration: none;
}
.gs-nav {
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}
.gs-nav ul {
    overflow: hidden;
}
.gs-nav li {
    line-height: 60px;
    float: left
}
.gs-nav li a {
    white-space: nowrap;
    color: #F0EFE2;
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: 50px;
    text-align: center;
}
.gs-nav li a.on {
    margin-left: 1px;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 58px;
}
.gs-nav li a:hover {
    margin-left: 1px;
    text-decoration: none;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 58px;
}
/*seach*/
.gs-search {
    float: right;
    margin-right: 0px;
    margin-top: 15px;
    line-height: normal;
}

.search_form {
    position: relative;
    margin: 0;
    display: inline-block;
}

.search_input {
    float: left;
    width: 256px;
    height: 20px;
    line-height: 19px;
    padding: 4px 7px;
    color: #985d3e;;
    border-radius: 2px 0 0 2px;
    background-color:#FBFAF6;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ccc;
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search_input:focus {
    border-color: #d9dee6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
}
.search_btn {
    float: left;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #847110;
    background-color: #747110;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #f3f7fc;
    line-height: 29px;
}
#sidr-right {
    display: none;
}
/* 目录页二级导航 */
.gs-subnav{
    padding-bottom: 20px;
    background-color: #F0EFE2;
    border-radius: 5px;
    margin-top: 75px;
    margin-bottom: 15px;
}
.gs-subnav .title{ margin-bottom:5px;}
.gs-subnav_cont{ margin:0 20px; clear:both; border-bottom:1px dashed #DAD9D1; overflow:hidden; padding:5px 0;}
.gs-subnav .sright{width:1000px; float:left;}
.gs-subnav .sright a,.gs-subnav .sright3 a,.gs-subnav .sright span{float:left; margin-right:20px;line-height:30px;font-size:15px;}
.gs-subnav .sright a.on{
    color: #B00815;
    font-weight: bold;
}
.gs-subnav .sright span{ color:#0F0F0F;}
.gs-subnav .sleft{width:45px; float:left; color:#0F0F0F;}
.gs-subnav .sleft span{font-size:15px; line-height:30px;}
.gs-subnav .sright2{ width:15px; float:right; margin-top:5px;}
.gs-subnav .sright2 img{cursor:pointer;}
.gs-subnav .sright3 {width:643px; float:left;}
/* 主体布局部分 */
.gs-content{ width:755px; height:auto; float:left; }
.gs-sidebar{ width:336px; height:auto; float:right;}

/* 首页 */
.gs-home-istop{
    width: 1100px;
    height: auto;
    margin: 70px auto 10px;
    overflow: hidden;
    background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-hot-tag{
    margin: 10px 10px;
    height: auto;
}
.gs-hot-tag a {
    display: block;
    width: 90px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #747110;
    color: #F0F0E1;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gs-isgood{
    width: 1100px;
    height: auto;
    margin: 0 auto 10px auto;
    overflow: hidden;
	background-color: #F0EFE2;
    border-radius: 5px;
    background: url(../images/ss.jpg);
}
.gs-isgood-title {
    line-height: 26px;
    font-size: 20px;
    border-left: 4px solid #A2C241;
    text-indent: 10px;
    color: #0F0F0F;
    margin: 15px 10px;
    overflow: hidden;
}
.gs-isgood-title h2{float:left;}
.gs-isgood-title .gs-top-entry{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 4px;
    color: #626675;
}
.gs-isgood-title a:hover{
    color: #19537D;
    text-decoration: none;
}
.gs-isgood-ul{ width:1101px; overflow: hidden;margin-bottom:20px;min-height: 140px;max-height: 140px }
.gs-isgood-li{ width:326px; border-right: 1px dotted #DAD9D1; padding:0px 20px 0px 20px;color:#999;overflow: hidden;float: left;}
.gs-isgood-li h3{
    line-height: 26px;
    font-size: 18px;
    color: #20BD5D;
    display: flex;
    font-weight: bold;
}
.gs-isgood-li h3 a {
    color: #19537D;
}
.gs-isgood-source,.gs-isgood-introduuce{padding: 5px 5px;color: #999;}
/*title标题*/
.title{
    line-height: 22px;
    font-size: 18px;
    border-left: 4px solid #A2C241;
    text-indent: 10px;
    color: #0F0F0F;
    margin: 15px 10px;
    display: flex;
    font-weight: bold;
}
.title-h{ float:left; font-size:20px; }
.title a{font-size:20px; color:#19537D;}
.title span{font-size:14px; color:#999;}
.title_bar{height:auto; margin:0 auto 10px auto; overflow:hidden;}
.title-r{ float:right; font-size:18px; color: #65645F}

/* 作品works */
.gs-works,.gs-sons{ padding:15px 20px; margin-bottom:10px;border-radius: 5px;background: url(../images/ss.jpg);}
.gs-cont{clear:both; height:auto; margin-bottom:15px; overflow:hidden;}
.gs-cont-title{
    line-height: 26px;
    font-size: 20px;
    color: #0F0F0F;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}
.gs-tag{clear:both; border-top:1px solid #DAD9D1; padding-top:10px; margin-top:15px;}
.gs-tag a{color:#999; margin-right:10px;}
.gs-service-dynsty,.gs-service-author{ color:#19537D;}
.gs-works-introduuce p{ margin-bottom:10px;}
.source{ color:#999;}
.gs-cont-title .ld{float:left;margin-left:10px;margin-top:5px;text-indent: -999em;}
.works-dynsty,.works-author{ color:#999;}
.gs-works-text{clear: both;margin-top: 10px;overflow: hidden;position: relative;}
.gs-works-text h2{
    font-size: 17px;
    color: #0F0F0F;
    height: 30px;
    line-height: 30px;
}
.gs-works-text h3{
    font-size: 16px;
    color: #343853;
    height: 30px;
    line-height: 30px;
    padding: 8px 0px;
}
.gs-works-text p{font-size: 16px;line-height: 32px;color: #343853;}
.gs-works-text img{    
    width:500px;
    height:180px;
    border: 1px solid #DDD; margin: 5px 0;
    padding: 5px;
    cursor: pointer; display: block; }
.gs-def p{
    font-size: 16px;
    line-height: 32px;
    color: #343853;
    padding: 5px;
    font-weight: 700;	
    position: relative;
}
.gs-conview-def{
    overflow: hidden;
    margin-bottom: 10px;
}
.gs-conview-def img{
    width:500px;
    height:180px;
    border: 1px solid #DDD; margin: 5px 0;
    padding: 5px;
    cursor: pointer; display: block; 
}
p.y{
    color: #af9100;
    margin: 10px 0;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 200%;
	font-weight: 400;	
    position: relative;
}
p.y::before{
    content: '';
    display: block;
    padding: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    top: -19px;
    left: 20px;
}
p.z{
    color: #518564;
	margin: 10px 0;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 200%;
	font-weight: 400;	
    position: relative;
}
p.z::before{
    content: '';
    display: block;
    padding: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    top: -19px;
    left: 20px;
}
.gs-tip{
    margin-top: 15px;
    overflow: hidden;
}
.gs-tip p{
    font-size: 14px;
    line-height: 22px;
    color: #919090;
}
/* 译-注-赏-拼 */
.gs-service-tab span{display:block; width:21px; height:21px; line-height:20px; font-size:14px; font-weight:bold; color:#AAAAA7; font-style:normal;  text-align:center;   overflow:hidden; border:2px solid #AAAAA7; border-radius:50%; margin-left:10px; float:right; cursor:pointer;}
.gs-cont-service{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.gs-cont-service span{color:#AAAAA7; text-decoration:none;}
.gs-cont-service span.on,.gs-cont-service span:hover{border:2px solid #FFB018; background-color:#FFB018; color:#fff;-webkit-tap-highlight-color:transparent;}
.gs-service-tab a{
    color: #AAAAA7;
    display: block;
}
.gs-service-tab .on a {
    color: #f9f9f9;
}
.gs-service-tab a:hover {
    /*border: 2px solid #FFB018;*/
    background-color: #FFB018;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
.gs-poem-sub{float: left;color:#999}
.gs-service-tab{float: right;}
/*作品tool*/
.tool{height:24px; clear:both; }
.sc,.fz,.ld,.zan,.write,.next,.gs-down{display:block; width:18px; height:18px; cursor:pointer; margin-right:20px; float:left; background-image: url(icons.png); background-repeat: no-repeat;}
.sc{background-position:0px -50px;}
.fz{background-position:-50px -50px;}
.fz:hover{background-position:-50px -70px;}
.ld{background-position:-25px -50px;}
.write{background-position:-75px -50px;}
.zan{background-position:-129px -70px; line-height:18px; margin-right:5px; padding-left:25px; font-style:normal; color:#999; width:auto;}
.ld-on,.ld:hover{background-position:-25px -70px;}
.sc-on,.sc:hover{background-position:0px -70px;}
.zan:hover{color:#FFB018; background-position:-128px -50px;}
.zan span{background-color: #F0EFE2;}
.next {display: block;width: 20px;height: 20px;background-position: -98px -50px;margin-top: 0px;float: left;text-indent: -999em;}
.next:hover{background-position: -98px -70px;}
.gs-down{display: block;width: 20px;height: 20px;background-position: -98px -50px;float: left;text-indent: -999em;}
.gs-down:hover{background-position: -98px -70px;}
.shijian{line-height: 18px;float: right;font-style: normal;color: #999;width: auto;}
/* 分页pages */
.gs-pages {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.gs-pages ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.gs-pages ul li {
    display: inline-block;
    margin: 0 3px
}
.gs-pages ul li a,.gs-pages ul li span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 2px;
}

.gs-pages ul li a {
    text-decoration: none;
    background-color: #F0EFE2;
    color: #19537D;
    opacity: 1;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 13%);
}

.gs-pages ul li span {
    cursor: default;
    color: #aaa
}

.gs-pages ul li a:hover,.gs-pages ul li a:focus {
    opacity: 0.8
}

.gs-pages ul li.active span {
    color: #fff;
    background-color: #5D6146;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1)
}
/* footer 尾部 */
footer{width:1100px; height:auto; margin:0 auto;font-size:12px; text-align:center; border-top: 1px solid #c8c7bc; padding:10px 0;}
footer p{line-height:26px;}
footer p,footer a{color:#999;margin-left:10px;}

/* sidebar  侧边栏 */
.sidebar-box{width:100%; overflow:hidden; margin-bottom:20px;box-shadow: 0 1px 4px rgba(0,0,0,.07);background-image: url(../images/bjt.png);background-repeat:no-repeat;}
.sidebar-tag{ margin:0 0 15px 20px; overflow:hidden;}
.sidebar-tag a {float:left; width:90px; height:30px; line-height:30px; font-size:14px; text-align:center; color:#19537D; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
.sidebar-tag a:hover{color: #2440b3;border: 1px solid #666;text-decoration: none;}
.sidebar-daxue{ margin:0 0 15px 20px; overflow:hidden;}
.sidebar-daxue a:hover{color: #2440b3;border: 1px solid #666;text-decoration: none;}
.sidebar-daxue a {float:left; width:130px; height:150px; line-height:30px; font-size:14px; text-align:center; color:#19537D; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 25px 5px 0;}
.sidebar-daxue a img  {
    width:100px; height:100px; padding: 10px 10px 0 10px;
}
.sidebar-daxue a:hover{color: #2440b3;border: 1px solid #666;text-decoration: none;}
.sidebar-hot { margin:0 20px 15px 20px;overflow:hidden;}
.sidebar-hot li{width:100%; height:40px; line-height:40px; font-size:16px; overflow:hidden; border-bottom:1px dashed #DAD9D1;}
.cdzz{ margin-left:10px; font-size:12px; color:#999;}

.search-list a {display: inline-block; padding:0px 10px 0 10px;  height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;   margin:5px 10px 5px 0;}
/* 目录页二级导航 */
/*面包屑导航*/
.breadcrumbs{
    margin: 60px auto 0;
    font-size: 14px;
}
.breadcrumbs a{
    padding: 0px 5px;
	color: #7d551d;
}
/*section*/
.gs-box{
	padding:10px 20px; 
	margin-bottom:10px; 
	position:relative;
	overflow: hidden;	
	background-color: #F0EFE2;
    border-radius: 5px;
	}
.gs-box-title{
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    clear: both;
}
.gs-box-title .ld{ margin-left:15px; margin-top:3px;}
.nrbj{ color:#999; background-position:-216px -85px; padding-left:20px; cursor:pointer;background-image: url(icons.png);background-repeat: no-repeat;}
.nrbj a{color:#999;}
.nrbj a:hover{color:#19537D;}
.nrbj:hover{background-position:-216px -103px; color:#19537D;}
.morebg{
    z-index: 100;
    height: 60px;
    width: 100%;
    position: absolute;
    background-repeat: repeat-x;
    -webkit-tap-highlight-color: transparent;
}
.more{ height:30px; line-height:30px; font-size:14px;color:#19537D; text-align:center; cursor:pointer; }
.more-data{ height:30px; line-height:30px; font-size:14px; color:#20BD5D; text-align:center; cursor:pointer; }
/*大学*/
.gs-daxue{ padding:15px 20px; margin-bottom:10px;border-radius: 5px;background: url(../images/dx.jpg);}
.gs-daxue-cont{clear:both; height:auto; margin-bottom:15px; overflow:hidden;}
.gs-daxue-cont-title{
    line-height: 26px;
    font-size: 20px;
    color: #0F0F0F;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}
.gs-daxue-dizhi{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
     line-height: 26px;
     color:#0099FF;
}
.gs-daxue-img{
    float:left; 
    width:120px; 
    height:120px; 
    margin-right:20px;
    border-radius: 16px;
}
.daxue-fenlei{height:24px; clear:both; }
.daxue-fenlei span{
    border: 1px solid #0099FF;
    border-radius: 20px;
    padding: 4px 10px;
    margin-right: 10px;
    color:#0099FF;
}
.gs-box .table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    line-height: 30px;
}
.gs-box .table tr th{
    border: 1px solid #999999;
    text-align: center;
    background-color: #f8f8f8;
}
.gs-box .table tr td{
    border: 1px solid #999999;
    text-align: center;
}
.gs-box .table tr td p em{
    background-color: #ff9400;
    color:#fff;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
}
.gs-daxue-istop{
    width: 1100px;
    height: auto;
    margin: 70px auto 10px;
    overflow: hidden;
    background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-xue-tag{
    margin: 10px 10px;
    height: auto;
}
.gs-xue-tag a {
    display: block;
    width: 90px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #747110;
    color: #F0F0E1;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gs-xue-img {
   float: left;
   width: 70px;
   height: 70px;
   margin-right: 5px;
   border-radius: 16px;
   padding: 10px;
}
.gs-daxue-istop h2{
   padding: 10px 10px 0 10px;
   font-size: 1.5em;
}
.gs-daxue-istop p{
   font-size: 0.8em;
}
/*作者*/
.gs-zuozhe{ 
	padding:20px; 
	margin-bottom:10px;    
	background-color: #F0EFE2;
	border-radius: 5px;
}
.gs-zuozhe .ld {
    text-indent: -999em;
}
.gs-zuozhe-img{float:left; width:120px; height:150px; margin-right:20px;}
.gs-zuozhe-nav-title{position: relative;height: 50px; text-align:center; }
.gs-zuozhe-nav-title div{border-top: 1px solid #DAD9D1;position: absolute;width: 100%;top: 25px;  }
.gs-zuozhe-nav-title a {
    position: absolute;
    font-size: 16px;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -100px;
    background: #cdca7f;
    padding: 0 20px;
    color: #0F0F0F;
    border-radius: 32px;
}
.gs-zuozhe-nav-list{overflow:hidden;}
.gs-zuozhe-nav-list li{ float:left; width:50%; line-height:30px;}
.gs-zuozhe-works{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.ccc{ padding:5px 0; margin-bottom:10px;}

.fy,.zs{color:#993300;background-color:#f7f7f7; padding:5px 7px; border-radius: 5px;}
.zs{color:#3333FF;}
.lr{ font-size:12px; color:#999; margin-bottom:0; border-top: 1px solid #c8c7bc; padding-top:10px;}
.yw{ font-size:16px; font-weight:bold;}
/* pinyintext   */
.gs-pinyin-def { font-size:24px; }
.gs-pinyin-def .ptitle{text-align:center;} 
.gs-pinyin-def p {
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    font-size: 24px;
}
.gs-pinyin-def rt {font-family: times new roman, times, serif; color: #86c6b3;display: block;float: left;font-weight: bold; font-size: 14px; margin: -5px 0 0 -45px; text-align: center; width: 35px; }
.gs-pinyin-def ruby rb {color: #333; background: url(icons.png) no-repeat -170px -50px; display: block;float: left;font-size: 22px;height: 35px;line-height:33px;margin: 5px 3px 5px 0px;text-align: center;width: 35px;}

.dj-cont{ overflow:hidden;}

.section-dl{ overflow:hidden; border-bottom:1px solid #DAD9D1; padding-bottom:15px; margin-top:15px;}
.dl-title{line-height:21px; font-size:18px; color:#20BD5D; margin-bottom:15px; border-left:3px solid #20BD5D; padding-left:10px;  overflow:hidden;}
.section-dl dd{ width:33.33%; height:30px; line-height:30px; float:left; overflow:hidden; font-size:14px;}
.section-dl dd span{font-size: 12px; color: #999}
.section-dl dd span a{font-size: 12px; color: #999}
/* 书籍页 */
.gs-book-intro{
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
	background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-book-cont{
    clear: both;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.gs-book-img{
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 20px;
}
.gs-book-title{
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.gs-book-introduuce{
    padding: 5px 5px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.gs-book-list{
    padding: 5px 15px;
    margin-bottom: 10px;
    position: relative;
    background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-booklist-dl{
    overflow: hidden;
    border-bottom: 1px solid #DAD9D1;
    padding-bottom: 15px;
    margin-top: 15px;
}
.gs-booklist-dl:last-child{
border-bottom: 0px solid #DAD9D1;
} 
.gs-booklist-title{
    line-height: 21px;
    font-size: 18px;
    color: #0F0F0F;
    margin-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
    border-left: 4px solid #A2C241;
}
.gs-booklist-dl dd {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    font-size: 14px;
}
.gs-bd {
    margin: 15px auto;
    padding: 0 40px;
    background: #f6f4ec;
    background-color: #F0EFE2;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}
.gs-article {
    padding: 15px 0
}

.gs-article-title {
    padding: 10px 0;
    background: url(../images/atitle_bottom.png) no-repeat bottom;
    background-size: 100%;
    margin-bottom: 10px
}

.gs-article-title h1 {
    text-align: center;
    font: normal 30px/50px "\5FAE\8F6F\96C5\9ED1";
    padding: 0 15px
}

.gs-article-title p.gs-other {
    text-align: center;
    color: #777;
    text-indent: 0;
    line-height: 24px;
    padding: 10px 0
}

.gs-article-title p.gs-other i {
    margin-left: 10px;
    background: #e3dfcd;
    border-radius: 10px;
    color: #666;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px 0 5px
}

.gs-article-text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden
}

.gs-article-text p {
    text-align: justify;
    margin: 0 0 10px
}

.gs-page {
    padding: 8px 0;
    overflow: hidden;
    font-size: 16px;
    background: #e7e4d5;
    border-radius: 8px;
    margin: 15px 0
}

.gs-page li {
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center
}
/*赏*/
.gs-shang{padding:20px;margin-bottom:20px;background-color: #F0EFE2;border-radius: 5px;}
.gs-shang-title {
    overflow: hidden;
    margin-bottom: 10px;
}
.gs-shang-title h2 {
    line-height: 26px;
    font-size: 18px;
    color: #385443;
    display: flex;
    font-weight: bold;
	float: left;
}
.gs-shang-introduuce {
    padding: 5px 5px;
}

.gs-shang-page{text-align:center; overflow:hidden; font-size:18px;  padding:10px 20px;margin-bottom:20px;background-color: #F0EFE2;border-radius: 5px;}
.gs-shang-page a{ margin:10px; padding:10px 20px; font-size:18px;}

/* 名句 */
.mingju{clear:both; width:100%; height:auto; overflow:hidden;margin-bottom: 10px;position: relative;}
.mingju li{font-size:16px;border-bottom:1px dashed #DAD9D1; overflow:hidden; color:#999;padding: 10px;}
.mingju li span{ margin-left:10px;}
.mingju li span,.mingju li span a{ font-size:14px; color:#999;}
.mingju li p,.mingju li p a{ font-size:14px; color:#999;display: inline-flex;}
.active{color:#d90000;}
/*飞花令*/
.gs-fly{clear:both; width:100%; height:auto; overflow:hidden;margin-bottom: 10px;position: relative;}
.gs-fly li{
    font-size: 16px;
    border-bottom: 1px dashed #DAD9D1;
    overflow: hidden;
    color: #999;
    padding: 10px 15px;
}
.gs-fly li span{color: #d90000;font-weight:400;}
.gs-fly li p,.gs-fly li p a{ font-size:14px; color:#999;}
/*login*/
.gs-login{
    float: left;
    line-height: 45px;
    padding:0 5px
}
.gs-login a{
    white-space: nowrap;
    color: #F0EFE2;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 6px;
    text-align: center;
}
.gs-login a:hover {
    margin-left: 1px;
    text-decoration: none;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
.gs-login a.gs-user{
    color: #A2C241;
}
.js_login a {
    color: blue;
    text-decoration: none;
}
.nopasswd{
    color: #aeaeae;
    text-align: right;
    margin-top: 2px;
    padding-left: 20px;
}
.sub_btn1 {/*position:absolute; right:0px; top:50px;*/display: inline-block;zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */*display: inline;vertical-align: baseline;margin: 0 2px;outline: none;cursor: pointer;text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;padding: .5em 2em .55em;text-shadow: 0 1px 1px rgba(0,0,0,.6);-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);color: #e8f0de;border: solid 1px #1487f4;background: #1487f4;background: -webkit-gradient(linear, left top, left bottom, from(#1487f4), to(#0976DC));background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1487f4', endColorstr='#1487f4');}
.sub_btn1:hover {
    background: #ED730D;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED730D), to(#ED730D));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    border: solid 1px #ED730D;
}
.inputbg {
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
#username * { vertical-align:middle;}
.inputsub{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#keeplogin{
    position: relative;
    top: 2px;
    margin-right: 4px;
    line-height: normal;
}
.buttons { margin:15px auto;text-align:left}
#login-sub{width:105px;height:35px}
#qql {float:right}
.reg { padding:20px;margin:0 auto;width:280px}
#login{margin-top:20px}
.hidden{display:none;}
.js_login{
    width: 330px;
    display: none;
    color: #999;
    background-color: #e7ebef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    -moz-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -ms-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -o-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    transform: rotateX( 
-0deg
 ) translateZ(0) translateY(0%);
    max-width: 1200px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.js_login .js_title{
    overflow: hidden;
    height: 42px;
    background-color: #fff;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    padding: 10px 10px;
}
.js_title ul{
    padding-left: 33%;
    text-align: center;
}
.js_login .js_title span{ float:right; line-height:40px; padding:0 9px;cursor:pointer;font-family:"";font-size:30px;}
.js_login .js_title span:hover{color:#555}
.js_login .js_title li{
    float: left;
    width: 42px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    margin-right: 15px;
}
.js_login .js_title li a{float:left;width:130px;text-align:center;}
.js_login .js_title li a:hover{}
.conxk1{
    border-bottom: 2px solid #ed730d;
    line-height: 48px;
    color: #ed730d;
}
.conxk1 a{color:#11B200;}
.conxk1 a:hover{color:#11B200;text-decoration:none;}
.conxk2{
    line-height: 48px;
    color: #a5a4a4;
}
.conxk2 a{color:#646464;}
.conxk2 a:hover{color:#646464;text-decoration:none;}
.js_login .js_content{
    overflow: hidden;
    padding: 13px 15px;
    background: #e7ebef;

}
.js_login .js_content .de_list{width:100%;padding-top:12px;}
.js_login .js_content a:visited{ color:blue}
.js_login  .js_content a:hover { color:red; text-decoration: underline; }
.Reg-input{
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
.Reg-input li{display:inline;}
.code{
    width: 80px;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.showkey {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 14px;
}
.showkey img {
    float: left;
    height: 28px;
    margin-left: 10px;
    line-height: 28px;
    border: 1px solid #444;
    margin-top: 2px;
    border-radius: 4px;
}
.input-text:focus{border:1px solid #339933;}
.Reg-input .Reg-text{width:70px;text-align:right;font-size:14px;}
.Reg-input .input-text{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Reg-input font{font-size:12px;}
.Reg-inputshow span{font-size:12px;}
.js_login #checkbox{
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    margin-top: 0;
    margin-left: 5px;
}
.js_login #errmsg{color:red}
.js_login .sub_btn1{font-size:15px}
.ym{font-size:12px;}
#lean_overlay { position: fixed;z-index:10000;top: 0px;left: 0px;height:100%; width:100%; background: #333 no-repeat;display: none;background-size:100%;}
/*字典开始*/

hr,.hr{display:block;border:0;height:0.0625rem;background-color:#e5e5e5;margin:0.75rem }
/*main*/
.zd-main{
    width: 1100px;
    height: auto;
    margin: 5px auto;
    overflow: hidden;
}
.zd-content {
    width: 755px;
    height: auto;
    float: left;
}
.zd-sidebar {
    width: 336px;
    height: auto;
    float: right;
}
.zd-box {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0.625rem;
    border-radius: 5px;
	background: #fff;
}
.zd-title{
    vertical-align: text-bottom;
    font-size: 24px;
}
.zd-pic{
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.zd-pic p{margin:10px;margin: 40px 20px 50px 20px;font-size: 5em;}
.zd-detail{
    line-height: 250%;
    font-size: 1rem !important;
}
/*sidebar*/
.zd-sdc{
    padding: 15px;
    background-color: #fff;
	font-size:16px;
}
.zd-sdc h3{
    color: #c5653e;
	font-size: 18px;
    font-weight: normal;
}
.zd-sdc ul.zd-btn{
    margin-top: 0;
}
.zd-sdc ul.zd-btn li {
    float: left;
    position: relative;
    white-space: nowrap;
}
.zd-sdc ul.zd-btn li a{
    text-decoration: none;
    padding: 0.375rem 0.25rem;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    color: black;
}
.zd-sdc ul.zd-btn li a:hover {
    background: #fff;
    box-shadow: rgb(235 234 226) 0.125rem 0.125rem 0.625rem 0, rgb(122 122 119 / 30%) 0.125rem 0.125rem 0.625rem 0;
}
.contitle{background-color:#bbbaa7;color:#fff!important;font-size:0.875rem;padding:0.125rem 0.375rem;}
.contitle{display:inline-block;*display:inline;*zoom:1;*position:relative;}
.contitle{-moz-border-radius:0.1875rem;-webkit-border-radius:0.1875rem;border-radius:0.1875rem;}
#sidr-right {
    display: none;
}
/* font */
.pinyin,.zhuyin{font-family:Tahoma,Arial,Georgia,Verdana,Helvetica,sans-serif;}
.pinyin span{min-width:2.75rem;display:inline-block;text-align:center;}
.pinyin span.hw{min-width:1.375rem;}
.pinyin span.hhw{min-width:0.75rem;}

.long .pinyin span{min-width:3.5rem;display:inline-block;text-align:center;}
.long .pinyin span.hw{min-width:1.75rem;}
.long .pinyin span.hhw{min-width:1.125rem;}

.heiti{font-family:-apple-system,"Noto Sans","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Source Han Sans CN","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;}
.songti{font-family:Georgia,"Nimbus Roman No9 L","Songti SC","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW\-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;}
.kaiti{font-family:Georgia,Baskerville,"Liberation Serif","Kaiti SC",STKaiti,"AR PL UKai CN","AR PL UKai HK","AR PL UKai TW","AR PL UKai TW MBE","AR PL KaitiM GB",KaiTi,KaiTi_GB2312,DFKai-SB,"TW\-Kai",serif;}



.zd-nav{display:none;}
.zd-nav-top{
    display: block;
    height: 64px;
    position: relative;
    width: 100%;
}
.zd-nav-back{
    position: absolute;
    top: 0;
}
.zd-m-seach-btn{
    position: absolute;
    right: 56px;
    top: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
    padding: 18px 16px;
}
.zd-nav-back .zd-back-btn{
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/goback.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
	padding: 18px 16px;
}
.zd-nav-menu{
	float: right;
}
.zd-nav-menu .zd-menu-btn {
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/menu.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
	padding: 18px 16px;
}
.zd-nav-top .zd-m-logo{
    padding: 12px 0;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}
.zd-nav-top .zd-mlogo-show{
    background: url(../images/logo-m-min.png) no-repeat;
    background-size: 120px 40px;
    height: 40px;
    width: 120px;
}
.zd-logo{
    padding: 20px;
    height: 120px;
	}
.zd-logo-site{
    display: block;
    background: transparent url(../images/logo-big-news.png) no-repeat center center;
    background-size: 210px 120px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
    height: 120px;
    width: 210px;
	margin: 0 auto;
}
/*search*/
.zd-search-box{
    max-width: 750px;
    margin: 10px auto 20px auto;
	width:auto;
	padding:0;
}
.zd-search-form{
    box-shadow: none;
    background: none;
    margin-left: 16px;
    margin-right: 16px;
}
.zd-search-text{
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    border: 0px solid transparent;
    /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/
	-webkit-box-shadow: 0 0px 0px 0 rgb(65 69 73 / 10%), 0 1px 3px 0px rgb(65 69 73 / 10%);
    box-shadow: 0 0px 0px 0 rgb(65 69 73 / 10%), 0 1px 3px 0px rgb(65 69 73 / 10%);
}
.zd-search-text:hover{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
    box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
	-webkit-transition: background 100ms ease-in,width 100ms ease-out;
    transition: background 100ms ease-in,width 100ms ease-out;
}
.zd-text-input{
    /*background: #f1f3f4;*/
    border: 1px solid transparent;
	width: 100%;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    z-index: 5;
	font-size: 16px;
    color: #222;
}
.zd-s-btnw{
    display:inline-block;
    width: 80px;
    font-size: 16px;
	background:#fcc800;
}
.zd-s-btn{
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background: #fcc800;
}
/*m-seach*/
.zd-m-search-wrap {
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
}
.zd-m-search-form{
    width: 100%;
    display: flex;
}
.zd-m-search-input, .zd-m-search-input .zd-m-input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.zd-m-search-input {
    position: relative;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 15px 10px 9px;
}
.zd-text-input:hover,.zd-text-input:active,.zd-text-input:focus{
    background:#fff;
}
.zd-m-back-btn {
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/goback.png) no-repeat center center;
    background-size: 24px 24px;
    padding: 6px;
	margin-right: 6px;
	font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.zd-m-search-input .zd-m-input-box {
    background-color: #fff;
    color: #222;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 16px;
    box-shadow: 0px 1px 0px 0px rgb(60 64 67 / 16%);
}
.zd-m-search-input input {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    background: rgba(0,0,0,0);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zd-m-search-input .zd-m-searchbtn {
    width: 36px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.zd-m-search-input .zd-m-searchbtn{
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 24px;
    display: block;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 20px 20px;
}
.zd-m-searchbtn .zd-m-s-btn{
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.zd-index-hint {
    font-size: 0;
    padding: 0 16px;
    margin-bottom: 8px;
}
.zd-index-hint h4 {
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.zd-index-hint .zd-hint-box.zd-index-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.zd-index-hint .zd-hint-box a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
    background-color: #f8f8f8;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*fy-page*/
.zd-pages {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.zd-pages ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.zd-pages ul li {
    display: inline-block;
    margin: 0 3px
}
.zd-pages ul li a,.gs-pages ul li span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 2px;
}

.zd-pages ul li a {
    color: #c5653e;
    opacity: 1;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 2%);
    font-size: 16px;
    text-decoration: none;
    padding: 6px 12px;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    margin: 6px;
}

.zd-pages ul li span {
    cursor: default;
    color: #222;
}

.zd-pages ul li a:hover,.zd-pages ul li a:focus {
    opacity: 0.8
}

.zd-pages ul li.active span {
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 2%);
    font-size: 16px;
    text-decoration: none;
    padding: 6px 12px;
    background-color: #d1e4dd;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    margin: 6px;
}
/* audio */
.audio,.audio_on{text-decoration:none!important;background:transparent url(audio.gif) no-repeat center right;padding-right:1.8125rem;background-size:1.375rem 1.0625rem;}
.audio_on{background-image:url(audiop.gif);}

/* flex */

.fleft{float:left}
.fright{float:right}
.center{text-align:center}
.right{text-align:right}
.left{text-align:left}
.cboth{clear:both}
.inline{display:inline}
.bbb,.br,.brl,.blr,.btr,.brt,.bbr,.brb{border-right:0.0625rem solid #e5e5e5}
.bbb,.bl,.brl,.blr,.btl,.blt,.bbl,.blb{border-left:0.0625rem solid #e5e5e5}
.bbb,.bt,.btb,.bbt,.btl,.blt,.btr,.brt{border-top:0.0625rem solid #e5e5e5}
.bbb,.bb,.btb,.bbt,.blb,.bbl,.brb,.bbr{border-bottom:0.0625rem solid #e5e5e5}

.mm,.mr,.mrl,.mlr,.mtr,.mrt,.mbr,.mrb{margin-right:0.625rem}
.mm,.ml,.mrl,.mlr,.mtl,.mlt,.mbl,.mlb{margin-left:0.625rem}
.mm,.mt,.mtb,.mbt,.mtl,.mlt,.mtr,.mrt{margin-top:0.625rem}
.mm,.mb,.mtb,.mbt,.mlb,.mbl,.mrb,.mbr{margin-bottom:0.625rem}
.pp,.pr,.prl,.plr,.ptr,.prt,.pbr,.prb{padding-right:0.625rem}
.pp,.pl,.prl,.plr,.ptl,.plt,.pbl,.plb{padding-left:0.625rem}
.pp,.pt,.ptb,.pbt,.ptl,.plt,.ptr,.prt{padding-top:0.625rem}
.pp,.pb,.ptb,.pbt,.plb,.pbl,.prb,.pbr{padding-bottom:0.625rem}

.mmd,.mrd,.mrld,.mlrd,.mtrd,.mrtd,.mbrd,.mrbd{margin-right:20px}
.mmd,.mld,.mrld,.mlrd,.mtld,.mltd,.mbld,.mlbd{margin-left:20px}
.mmd,.mtd,.mtbd,.mbtd,.mtld,.mltd,.mtrd,.mrtd{margin-top:20px}
.mmd,.mbd,.mtbd,.mbtd,.mlbd,.mbld,.mrbd,.mbrd{margin-bottom:20px}
.ppd,.prd,.prld,.plrd,.ptrd,.prtd,.pbrd,.prbd{padding-right:20px}
.ppd,.pld,.prld,.plrd,.ptld,.pltd,.pbld,.plbd{padding-left:20px}
.ppd,.ptd,.ptbd,.pbtd,.ptld,.pltd,.ptrd,.prtd{padding-top:20px}
.ppd,.pbd,.ptbd,.pbtd,.plbd,.pbld,.prbd,.pbrd{padding-bottom:20px}

.l50{line-height:50%}.l60{line-height:60%}.l70{line-height:70%}.l80{line-height:80%}.l90{line-height:90%}
.l100{line-height:100%}.l110{line-height:110%}.l120{line-height:120%}.l130{line-height:130%}.l140{line-height:140%}
.l150{line-height:150%}.l160{line-height:160%}.l170{line-height:170%}.l180{line-height:180%}.l190{line-height:190%}
.l200{line-height:200%}.l210{line-height:210%}.l220{line-height:220%}.l230{line-height:230%}.l240{line-height:240%}
.l250{line-height:250%}.l260{line-height:260%}.l270{line-height:270%}.l280{line-height:280%}.l290{line-height:290%}
.l300{line-height:300%}.l350{line-height:300%}.l400{line-height:400%}.l450{line-height:450%}.l500{line-height:500%}


.daxie{text-transform:uppercase}
.xiaoxie{text-transform:lowercase}

a.white,.white,.white a{color:#fff}
a.green,.green,.green a{color:#008000}
a.red,.red,.red a{color:red}
a.blue,.blue,.blue a{color:blue}
a.pink,.pink,.pink a{color:#c00}
a.gray,.gray,.gray a{color:#aaa}
a.dimgray,.dimgray,.dimgray a{color:#696969}
a.orange,.orange,.orange a{color:orange}
a.yellow,.yellow,.yellow a{color:#ff0}
a.black,.black,.black a{color:#333}
a.brown,.brown,.brown a{color:#622;}
a.light,.light,.light a{color:#c5653e;}
a.dark,.dark,.dark a{color:#a4a288;}
/* #726f51 */

.bwhite{background-color:#fff}
.bgreen{background-color:#008000}
.bred{background-color:red}
.bblue{background-color:blue}
.bpink{background-color:#c00}
.bgray{background-color:#e5e5e5}
.borange{background-color:orange}
.byellow{background-color:#ffffb5}
.bblack{background-color:#333}
.bbrown{background-color:#622}
.blight{background-color:#c5653e}
.bdark{background-color:#a4a288}

.zd-path a{line-height:100%;padding:0;margin:0;top:0;}
.zd-path a{display:inline-block;*display:inline;*zoom:1;*position:relative;}
.zd-path i {margin:0 0.5rem;}
.zd-path i:after {
    content: ">";
    color: #a4a288;
    font-size: 0.75rem;
    font-family: serif;
    margin: 0 2px;
    font-weight: bold;
}

.zd-mcon{
	padding:15px;
	background-color:#fff;
}
.zd-mcon p{
    text-indent: 0;
}
.zd-mtitle,.zd-otitle{
    font-size: 0.875rem;
    color: #333;
    border-bottom: 0.0625rem solid #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.zd-mtitle h1,.zd-mtitle h2,.zd-mtitle h3,.zd-otitle h1,.zd-otitle h2,.zd-otitle h3{font-size:0.875rem;margin:0;padding:0;display:inline;color:#666;}
.zd-mtitle a,.zd-mcon a,.zd-otitle a{text-decoration:underline;}
.zd-mtitle a:hover,.zd-mcon a:hover,.otitle a:hover{}

.zd-mcon h1{
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
    font-size: 32px;
}
.zd-nospacing h1{letter-spacing:0!important;text-indent:0!important;}
.zd-mcon .zd-long h1{letter-spacing:1.25rem;text-indent:1.25rem;}

.zd-mcon h2{color:#77744d;}
.zd-mcon h3,.zd-mcon h4{
    color:#c5653e;
	margin-top: 10px;
}
.zd-adbox{background-color:#ebeee9;font-size:0;}
.panel:after, .adbox:after, .zd-mtitle:after, .zd-otitle:after, .zd-mcon:after, ul:after, .zd-mhead:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: '';
}
ul li a{cursor:pointer;}
ul.w20,ul.w19,ul.w18,ul.w17,ul.w16,ul.w15,ul.w14,ul.w13,ul.w12,ul.w11,ul.w10,
ul.w9,ul.w8,ul.w7,ul.w6,ul.w5,ul.w4,ul.w3,ul.w2,ul.w1,ul.line{margin:-12px -6px 0;}
ul.w20 li,ul.w19 li,ul.w18 li,ul.w17 li,ul.w16 li,ul.w15 li,ul.w14 li,ul.w13 li,
ul.w12 li,ul.w11 li,ul.w10 li,ul.w9 li,ul.w8 li,ul.w7 li,ul.w6 li,ul.w5 li,
ul.w4 li,ul.w3 li,ul.w2 li,ul.w1 li,ul.line li{float:left;position:relative;}
ul.w20 li a,ul.w19 li a,ul.w18 li a,ul.w17 li a,ul.w16 li a,ul.w15 li a,
ul.w14 li a,ul.w13 li a,ul.w12 li a,ul.w11 li a,ul.w10 li a,ul.w9 li a,
ul.w8 li a,ul.w7 li a,ul.w6 li a,ul.w5 li a,ul.w4 li a,ul.w3 li a,ul.w2 li a,
ul.w1 li a,ul.line li a,ul li div.btn{margin:12px 6px 0;overflow:hidden;white-space:nowrap;}

ul.w1 li{width:100%;}

ul.w2 li{width:50%;}
ul.w2 li.t2{width:100%!important;}

ul.w3 li{width:33.3333%;}
ul.w3 li.t2{width:66.6666%!important;}
ul.w3 li.t3{width:100%!important;}

ul.w4 li{width:25%;}
ul.w4 li.t2{width:50%!important;}
ul.w4 li.t3{width:75%!important;}
ul.w4 li.t4{width:100%!important;}

ul.w5 li{width:20%;}
ul.w5 li.t2{width:40%!important;}
ul.w5 li.t3{width:60%!important;}
ul.w5 li.t4{width:80%!important;}
ul.w5 li.t5{width:100%!important;}

ul.w6 li{width:16.6666%;}
ul.w6 li.t2{width:33.3333%!important;}
ul.w6 li.t3{width:50%!important;}
ul.w6 li.t4{width:66.6666%!important;}
ul.w6 li.t5{width:83.3333%!important;}
ul.w6 li.t6{width:100%!important;}

ul.w7 li{width:14.2857%;}
ul.w7 li.t2{width:28.5714%!important;}
ul.w7 li.t3{width:42.8571%!important;}
ul.w7 li.t4{width:57.1428%!important;}
ul.w7 li.t5{width:71.4285%!important;}
ul.w7 li.t6{width:85.7142%!important;}
ul.w7 li.t7{width:100%!important;}

ul.w8 li{width:12.5%;}
ul.w8 li.t2{width:25%!important;}
ul.w8 li.t3{width:37.5%!important;}
ul.w8 li.t4{width:50%!important;}
ul.w8 li.t5{width:62.5%!important;}
ul.w8 li.t6{width:75%!important;}
ul.w8 li.t7{width:87.5%!important;}
ul.w8 li.t8{width:100%!important;}

ul.w9 li{width:11.1111%;}
ul.w9 li.t2{width:22.2222%!important;}
ul.w9 li.t3{width:33.3333%!important;}
ul.w9 li.t4{width:44.4444%!important;}
ul.w9 li.t5{width:55.5555%!important;}
ul.w9 li.t6{width:66.6666%!important;}
ul.w9 li.t7{width:77.7777%!important;}
ul.w9 li.t8{width:88.8888%!important;}
ul.w9 li.t9{width:100%!important;}

ul.w10 li{width:10%;}
ul.w10 li.t2{width:20%!important;}
ul.w10 li.t3{width:30%!important;}
ul.w10 li.t4{width:40%!important;}
ul.w10 li.t5{width:50%!important;}
ul.w10 li.t6{width:60%!important;}
ul.w10 li.t7{width:70%!important;}
ul.w10 li.t8{width:80%!important;}
ul.w10 li.t9{width:90%!important;}
ul.w10 li.t10{width:100%!important;}

ul.w11 li{width:9.0909%;}
ul.w11 li.t2{width:18.1818%!important;}
ul.w11 li.t3{width:27.2727%!important;}
ul.w11 li.t4{width:36.3636%!important;}
ul.w11 li.t5{width:45.4545%!important;}
ul.w11 li.t6{width:54.5454%!important;}
ul.w11 li.t7{width:63.6363%!important;}
ul.w11 li.t8{width:72.7272%!important;}
ul.w11 li.t9{width:81.8181%!important;}
ul.w11 li.t10{width:90.909%!important;}
ul.w11 li.t11{width:100%!important;}

ul.w12 li{width:8.3333%;}
ul.w12 li.t2{width:16.6666%!important;}
ul.w12 li.t3{width:25%!important;}
ul.w12 li.t4{width:33.3333%!important;}
ul.w12 li.t5{width:41.6666%!important;}
ul.w12 li.t6{width:50%!important;}
ul.w12 li.t7{width:58.3333%!important;}
ul.w12 li.t8{width:66.6666%!important;}
ul.w12 li.t9{width:75%!important;}
ul.w12 li.t10{width:83.3333%!important;}
ul.w12 li.t11{width:91.6666%!important;}
ul.w12 li.t12{width:100%!important;}

ul.w13 li{width:7.6923%;}
ul.w13 li.t2{width:15.3846%!important;}
ul.w13 li.t3{width:23.0769%!important;}
ul.w13 li.t4{width:30.7692%!important;}
ul.w13 li.t5{width:38.4615%!important;}
ul.w13 li.t6{width:46.1538%!important;}
ul.w13 li.t7{width:53.8461%!important;}
ul.w13 li.t8{width:61.5384%!important;}
ul.w13 li.t9{width:69.2307%!important;}
ul.w13 li.t10{width:76.923%!important;}
ul.w13 li.t11{width:84.6153%!important;}
ul.w13 li.t12{width:92.3076%!important;}
ul.w13 li.t13{width:100%!important;}

ul.w14 li{width:7.1428%;}
ul.w14 li.t2{width:14.2857%!important;}
ul.w14 li.t3{width:21.4285%!important;}
ul.w14 li.t4{width:28.5714%!important;}
ul.w14 li.t5{width:35.7142%!important;}
ul.w14 li.t6{width:42.8571%!important;}
ul.w14 li.t7{width:50%!important;}
ul.w14 li.t8{width:57.1428%!important;}
ul.w14 li.t9{width:64.2857%!important;}
ul.w14 li.t10{width:71.4285%!important;}
ul.w14 li.t11{width:78.5714%!important;}
ul.w14 li.t12{width:85.7142%!important;}
ul.w14 li.t13{width:92.8571%!important;}
ul.w14 li.t14{width:100%!important;}

ul.w15 li{width:6.6666%;}
ul.w15 li.t2{width:13.3333%!important;}
ul.w15 li.t3{width:20%!important;}
ul.w15 li.t4{width:26.6666%!important;}
ul.w15 li.t5{width:33.3333%!important;}
ul.w15 li.t6{width:40%!important;}
ul.w15 li.t7{width:46.6666%!important;}
ul.w15 li.t8{width:53.3333%!important;}
ul.w15 li.t9{width:60%!important;}
ul.w15 li.t10{width:66.6666%!important;}
ul.w15 li.t11{width:73.3333%!important;}
ul.w15 li.t12{width:80%!important;}
ul.w15 li.t13{width:86.6666%!important;}
ul.w15 li.t14{width:93.3333%!important;}
ul.w15 li.t15{width:100%!important;}

ul.w16 li{width:6.25%;}
ul.w16 li.t2{width:12.5%!important;}
ul.w16 li.t3{width:18.75%!important;}
ul.w16 li.t4{width:25%!important;}
ul.w16 li.t5{width:31.25%!important;}
ul.w16 li.t6{width:37.5%!important;}
ul.w16 li.t7{width:43.75%!important;}
ul.w16 li.t8{width:50%!important;}
ul.w16 li.t9{width:56.25%!important;}
ul.w16 li.t10{width:62.5%!important;}
ul.w16 li.t11{width:68.75%!important;}
ul.w16 li.t12{width:75%!important;}
ul.w16 li.t13{width:81.25%!important;}
ul.w16 li.t14{width:87.5%!important;}
ul.w16 li.t15{width:93.75%!important;}
ul.w16 li.t16{width:100%!important;}

ul.w17 li{width:5.8823%;}
ul.w17 li.t2{width:11.7647%!important;}
ul.w17 li.t3{width:17.647%!important;}
ul.w17 li.t4{width:23.5294%!important;}
ul.w17 li.t5{width:29.4117%!important;}
ul.w17 li.t6{width:35.2941%!important;}
ul.w17 li.t7{width:41.1764%!important;}
ul.w17 li.t8{width:47.0588%!important;}
ul.w17 li.t9{width:52.9411%!important;}
ul.w17 li.t10{width:58.8235%!important;}
ul.w17 li.t11{width:64.7058%!important;}
ul.w17 li.t12{width:70.5882%!important;}
ul.w17 li.t13{width:76.4705%!important;}
ul.w17 li.t14{width:82.3529%!important;}
ul.w17 li.t15{width:88.2352%!important;}
ul.w17 li.t16{width:94.1176%!important;}
ul.w17 li.t17{width:100%!important;}

ul.w18 li{width:5.5555%;}
ul.w18 li.t2{width:11.1111%!important;}
ul.w18 li.t3{width:16.6666%!important;}
ul.w18 li.t4{width:22.2222%!important;}
ul.w18 li.t5{width:27.7777%!important;}
ul.w18 li.t6{width:33.3333%!important;}
ul.w18 li.t7{width:38.8888%!important;}
ul.w18 li.t8{width:44.4444%!important;}
ul.w18 li.t9{width:50%!important;}
ul.w18 li.t10{width:55.5555%!important;}
ul.w18 li.t11{width:61.1111%!important;}
ul.w18 li.t12{width:66.6666%!important;}
ul.w18 li.t13{width:72.2222%!important;}
ul.w18 li.t14{width:77.7777%!important;}
ul.w18 li.t15{width:83.3333%!important;}
ul.w18 li.t16{width:88.8888%!important;}
ul.w18 li.t17{width:94.4444%!important;}
ul.w18 li.t18{width:100%!important;}

ul.w19 li{width:5.2631%;}
ul.w19 li.t2{width:10.5263%!important;}
ul.w19 li.t3{width:15.7894%!important;}
ul.w19 li.t4{width:21.0526%!important;}
ul.w19 li.t5{width:26.3157%!important;}
ul.w19 li.t6{width:31.5789%!important;}
ul.w19 li.t7{width:36.8421%!important;}
ul.w19 li.t8{width:42.1052%!important;}
ul.w19 li.t9{width:47.3684%!important;}
ul.w19 li.t10{width:52.6315%!important;}
ul.w19 li.t11{width:57.8947%!important;}
ul.w19 li.t12{width:63.1578%!important;}
ul.w19 li.t13{width:68.421%!important;}
ul.w19 li.t14{width:73.6842%!important;}
ul.w19 li.t15{width:78.9473%!important;}
ul.w19 li.t16{width:84.2105%!important;}
ul.w19 li.t17{width:89.4736%!important;}
ul.w19 li.t18{width:94.7368%!important;}
ul.w19 li.t19{width:100%!important;}

ul.w20 li{width:5%;}
ul.w20 li.t2{width:10%!important;}
ul.w20 li.t3{width:15%!important;}
ul.w20 li.t4{width:20%!important;}
ul.w20 li.t5{width:25%!important;}
ul.w20 li.t6{width:30%!important;}
ul.w20 li.t7{width:35%!important;}
ul.w20 li.t8{width:40%!important;}
ul.w20 li.t9{width:45%!important;}
ul.w20 li.t10{width:50%!important;}
ul.w20 li.t11{width:55%!important;}
ul.w20 li.t12{width:60%!important;}
ul.w20 li.t13{width:65%!important;}
ul.w20 li.t14{width:70%!important;}
ul.w20 li.t15{width:75%!important;}
ul.w20 li.t16{width:80%!important;}
ul.w20 li.t17{width:85%!important;}
ul.w20 li.t18{width:90%!important;}
ul.w20 li.t19{width:95%!important;}
ul.w20 li.t20{width:100%!important;}

ul.btn{margin-top: 0 !important;}
ul.btn li{float:left;position:relative;white-space:nowrap;}
ul.btn li span{font-family:Helvetica,Tahoma,Arial;}
ul.btn li a{
    font-size: 1.125rem;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 0.375rem 0.25rem;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    color: black;
}
ul.btn li a:hover,ul.btn li.cur a{
    background-color: #fff;
    color: #000;
    border: 0px solid transparent;
}
ul.btn li.cur a{border:0.0625rem solid #fff;}
ul.btn li a:hover{box-shadow: rgb(235, 234, 226) 0.125rem 0.125rem 0.625rem 0, rgba(122, 122, 119, 0.3) 0.125rem 0.125rem 0.625rem 0;}
ul.btn li a img{vertical-align:middle;margin:0 0 0.25rem;}
ul.btn li a span{font-size:0.875rem;display:block;overflow:hidden;height:1.5rem;line-height:1.5rem;color:#999;font-family:tahoma,arial,georgia,verdana,helvetica,sans-serif;}
ul.btn li a:hover span{color:#c5653e;}
ul.btn li a span.bihua{font-size:0.875rem;}
ul.btn li a span.bihua+span{padding:0.25rem 0 0;}
ul li.smore a,ul li.more a,ul li.bmore a{color:transparent!important;background:#e5e7e4 url(../images/more.png) no-repeat center center;background-size:1.5rem 1.5rem;}
ul li.smore a{background-size:1rem 1rem;}
ul li.bmore a{background-size:2rem 2rem;}
ul li.smore a:hover,ul li.more a:hover,ul li.bmore a:hover{background-color:#fff;}

ul.btn li a span.ziqu{font-size:0.75rem;color:#ccc;width:0.875rem;height:0.875rem;line-height:0.875rem;display:block;position:absolute;right:0;bottom:0.25rem;margin-right:8px;}
ul.btn.left li a{text-align:left;padding:0.375rem 0.75rem;}


/* txt */
ul.txt{}
ul.txt li{}
ul.txt li span{font-family:Helvetica,Tahoma,Arial;}

ul.txt li a{font-size:1rem;text-decoration:underline;width:auto;height:auto;padding:0 0.1875rem;display:block;overflow:hidden;}
ul.txt li a:hover{background-color:#f2f3ee;color:#c5653e;}
ul.txt li a img{vertical-align:middle;margin:0 0 0.25rem;}
ul.txt li a span{font-size:0.875rem;color:#999;padding:0.0625rem 0;text-decoration:none!important;font-family:tahoma,arial,georgia,verdana,helvetica,sans-serif;}
ul.txt li a span{display:inline-block;*display:inline;*zoom:1;*position:relative;}
ul.txt li a:hover span{color:#c5653e;}

/* line */
ul.line{margin-left:-0.3125rem!important;margin-right:-0.3125rem!important;}
ul.line li{width:auto;display:inline-block;}
ul.line li a,ul.line li .btn{font-size:1rem;text-decoration:none;padding:0.375rem 0.75rem;border:0.0625rem solid #e5e7e4;background-color:#e5e7e4;display:block;text-align:center;}
ul.line li a,ul.line li .btn{margin:0.3125rem !important;}
ul.line li .btn.nobg{background-color:transparent;border:0.0625rem solid transparent;padding:0.375rem 0rem;margin-left:0.0625rem!important;margin-right:0.0625rem!important;box-shadow:none;}

ul.line li a:hover,ul.line li a:active,ul.line li.cur a{background-color:#fff;color:#333;border:0.0625rem solid #c5653e;}
ul.line li.cur a{border:0.0625rem solid #fff;}
ul.line li a:hover{box-shadow: rgb(235, 234, 226) 0.125rem 0.125rem 0.625rem 0, rgba(122, 122, 119, 0.3) 0.125rem 0.125rem 0.625rem 0;}
ul.line li a span{font-size:0.875rem;display:block;height:1.5rem;line-height:1.5rem;color:#999;font-family:tahoma,arial,georgia,verdana,helvetica,sans-serif;}
ul.line li a:hover span{color:#c5653e;}

ul.line.w8 li{width:2.8125rem;}
ul.line.w7 li{width:3.1875rem;}
ul.line.w6 li{width:3.75rem;}
ul.line.w5 li{width:4.5rem;}
ul.line.w4 li{width:5.375rem;}
ul.line.w3 li{width:7.5rem;}
ul.line.w2 li{width:11.25rem;}
ul.line.w1 li{width:22.5rem;}

ul.line.w8 li.t2{width:5.625rem !important;}
ul.line.w7 li.t2{width:6.375rem !important;}
ul.line.w6 li.t2{width:7.5rem !important;}
ul.line.w5 li.t2{width:9rem !important;}
ul.line.w4 li.t2{width:11.25rem !important;}
ul.line.w3 li.t2{width:15rem !important;}
ul.line.w2 li.t2{width:22.5rem !important;}

ul.line{display:inline-block;}
ul.nowrap{white-space:nowrap;}

/* tab */
ul.tab{display:-webkit-flex;display:flex;flex-wrap:nowrap;text-align:center;margin:0 0.5rem;font-size:1rem;}
ul.tab li{-webkit-flex:1;-ms-flex:1;-moz-flex:1;flex:1;background-color:#e5e7e4;margin:0.0625rem;}
ul.tab li{-moz-border-radius-topleft:0.375rem;-webkit-border-top-left-radius:0.375rem;border-top-left-radius:0.375rem;-moz-border-radius-topright:0.375rem;-webkit-border-top-right-radius:0.375rem;border-top-right-radius:0.375rem;}
ul.tab li.cur{background-color:#ebeee9;margin-bottom:0;border-bottom:0.0625rem solid #ebeee9;}
ul.tab li a{padding:0.375rem 0;width:auto;display:block;}

ul.page{margin:-0.375rem 0 0 -0.375rem !important;}
ul.page li a{margin:0.375rem 0 0 0.375rem !important;}

ul+ul{margin-top:0.875rem!important;}

/* attr */
.attr,.attrb{margin:0.375rem 0.9375rem 0.375rem 0;font-size:1rem;}
.attrb{margin:0.75rem 0.9375rem 0.75rem 0;}
.attr_name,.attr_tag{
    line-height: 100%;
    font-size: 0.875rem;
    padding: 0 0.375rem;
    margin: 0 0.625rem 0 0;
    background-color: #f1f3f4;
    color: #3c4043;
    -moz-border-radius: 0.1875rem;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
}
.attr_name a{text-decoration:none;color:#605b45;}
.attr,.attrb,.attr_name,.attr_cont{line-height:1.5rem;}
.attr,.attr_name,.attr_cont{display:inline-block;*display:inline;*zoom:1;*position:relative;}
.attr_tag,.attr_space{color:#605b45;background-color:#dee0dd;font-size:0.875rem;margin:0 0.5rem 0 0;padding:0.125rem 0.1875rem;vertical-align:0.0625rem}
.attr_space{background-color:transparent;}
.attr_space:after{content:"\3000";}
.attr_no{width:1.75em!important;}

/* cont */
p.indent{text-indent:-1.25em;margin-left:1.25em;}
div.indent{margin-left:1.75em;}
p.w2,div.w2{margin-left:2.75em;text-indent:-1.75em;margin-top:0.3125rem;}
p.w2+p.w2{margin-top:0.3125rem;}
.attr_ext,.attr_ext a{color:#666;}

p.ind2{text-indent:-3em;margin-left:3em;}
p.ind3{text-indent:-4em;margin-left:4em;}
p.ind4{text-indent:-5em;margin-left:5em;}
.tip,a.tip{margin-right:0.5em;color:#77744d;text-decoration:none;}

a{color:#333;text-decoration:none;outline:none;blur:expression(this.onFocus=this.blur());}
a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;}
a:focus{color:#c5653e}
a.noline,.noline a{text-decoration:none}

.f0,.f0 a,.f0 div{font-size:0}
.f12,.f12 a,.f12 div{font-size:0.75rem !important}
.f14,.f14 a,.f14 div{font-size:0.875rem !important}
.f16,.f16 a,.f16 div{font-size:1rem !important}
.f18,.f18 a,.f18 div{font-size:1.125rem !important}
.f20,.f20 a,.f20 div{font-size:1.25rem !important}
.f22,.f22 a,.f22 div{font-size:1.375rem !important}
.f24,.f24 a,.f24 div{font-size:1.5rem !important}
.f94,.f94 a,.f94 div{font-size:1.3rem !important}
.f26,.f26 a,.f26 div{font-size:1.625rem !important}
.f28,.f28 a,.f28 div{font-size:1.75rem !important}
.f30,.f30 a,.f30 div{font-size:1.875rem !important}
.f32,.f32 a,.f32 div{font-size:2rem !important}
.f34,.f34 a,.f34 div{font-size:2.125rem !important}
.f36,.f36 a,.f36 div{font-size:2.25rem !important}
.f42,.f42 a,.f42 div{font-size:2.625rem !important}
.f48,.f48 a,.f48 div{font-size:3rem !important}
.f56,.f56 a,.f56 div{font-size:3.5rem !important}
.f64,.f64 a,.f64 div{font-size:4rem !important}
.f72,.f72 a,.f72 div{font-size:4.5rem !important}
.f80,.f80 a,.f80 div{font-size:5rem !important}

.wh16,.wh24{vertical-align:text-bottom;margin-bottom:0.0625rem;}
.wh16{width:1rem;height:1rem;}
.wh24{width:1.5rem;height:1.5rem;}


.scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}

.toptip{
    position: fixed;
    z-index: 9999;
    left:0;right:0;top:0;bottom:0;
}
.tipcont{
    position:absolute;
    left:50%;top:50%;
    padding:0.75rem;
    background: #c5653e;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    -moz-border-radius:0.375rem;
    -webkit-border-radius:0.375rem;
    border-radius:0.375rem;
    -moz-box-shadow: 0.125rem 0.125rem 0 #aaa;
    -webkit-box-shadow: 0.125rem 0.125rem 0 #aaa;
    box-shadow: 0.125rem 0.125rem 0 #aaa;
}

.pmore{
    position:fixed;z-index:999;
    top:0;left:0;right:0;bottom:0;width:100%;height:100%;
    background-color:#f2f3ee;
}
.pmore .scroll{position:absolute;top:0;bottom:0;right:0;top:0;width:100%;}

a.nav-back{text-decoration: none;font-size:0;}
a.nav-back:after {content:"↣";margin-left:0.25rem;font-family:"qianp";color:#a4a288;font-size:medium!important;}

.nav-btn{
    position:fixed;
    right:1rem;bottom:4rem;
}
a.rbtn{
    color:#a4a288;
    width:2.5rem;
    height:2.5rem;
    line-height:2.5rem;
    text-align:center;
    display:block;
    box-shadow:0 0 .5rem #999;
    background-color:#f2f3ee;
    padding:0!important;
    margin:0!important;
    vertical-align:middle;
    -moz-border-radius:2.5rem;-webkit-border-radius:2.5rem;border-radius:2.5rem;
}
a.rbtn:after{margin:0!important;}
a.rbtn~a.rbtn{margin-top:1rem!important;}

.visi{overflow:visible;position:static;}
.hidd{overflow:hidden;position:fixed;}
.nav-mini{color:#FFFFFF;height:34px;line-height:34px;background-image: linear-gradient(
0deg,#0086b3,#0066b0);font-size:14px;}
.nav-top {width:1100px;margin:0 auto;}
.nav{font-size:18px;padding:20px 0 0;margin:0 20px 0 0;}
ul.nav-list{float:left;display:inline;margin:0 5px;line-height:28px;overflow:hidden;white-space:nowrap}
ul.nav-list li{float:left;}
ul.nav-list li a{display:block;height:40px;line-height:40px;padding:0;margin:0 15px;}
ul.nav-list li a:hover,ul.nav-list li.cur a{color:#c5653e;border-bottom:1px solid #c5653e;}

/*字典结束*/
/*拆字开始*/
.cz-content {
    width: 1100px;
    height: auto;
    float: left;
}
.czbox-detail span{display:block;overflow: hidden;width: 100%;font-weight:bold;font-size:16px;border-left: 4px solid #f53108;padding-left: 6px;margin-top: 15px;margin-bottom: 15px;color: #495057;}
.czbox-detail p em{font-weight:bold;color:#f53108;}
.czbox-detail p,.art-zcbox-zi p{padding-bottom:15px;}
.czbox-detail-bar{overflow:hidden;padding-bottom:10px;margin-top:5px;}
.czbox-detail-bar li{padding:5px 0;float:left;line-height:26px;padding-right:8px;}
.czbox-detail-bar li i{background-color:#f1f3f4;margin:2px 10px 2px 0;padding:3px 5px;border-radius:5px;}
.czbox-detail-bar li a{color:#b79c06;font-weight:700;}
.czbox-detail-bar li em{background-color:#f1f3f4;margin:2px 10px;padding:3px 5px;}
/*拆字结束*/
/*词典开始*/
.cd-main{
    width: 1100px;
    height: auto;
    margin: 5px auto;
    overflow: hidden;
}
.cd-content {
    width: 755px;
    height: auto;
    float: left;
}
.cd-sidebar {
    width: 336px;
    height: auto;
    float: right;
}
.cd-box {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0.625rem;
    border-radius: 5px;
	background: #fff;
}
.cd-title{
    vertical-align: text-bottom;
    font-size: 24px;
}
.cd-detail{
    line-height: 250%;
    font-size: 1rem !important;
}
.cd-detail h2{
    border-top: 1px solid #e5e5e5;
	padding-top: 5px;
    margin-top: 5px;
}
/*sidebar*/
.cd-sdc{
    padding: 15px;
    background-color: #fff;
	font-size:16px;
}
.cd-sdc h3{
    color: #c5653e;
	font-size: 18px;
    font-weight: normal;
}
.cd-sdc ul.cd-btn{
    margin-top: 0;
}
.cd-sdc ul.cd-btn li {
    float: left;
    position: relative;
    white-space: nowrap;
}
.cd-sdc ul.cd-btn li a{
    text-decoration: none;
    padding: 0.375rem 0.25rem;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    color: black;
}
.cd-sdc ul.cd-btn li a:hover {
    background: #fff;
    box-shadow: rgb(235 234 226) 0.125rem 0.125rem 0.625rem 0, rgb(122 122 119 / 30%) 0.125rem 0.125rem 0.625rem 0;
}
/* header nav */
.cd-nav{display:none;}
.cd-nav-top{
    display: block;
    height: 64px;
    position: relative;
    width: 100%;
}
.cd-nav-back{
    position: absolute;
    top: 0;
}
.cd-m-seach-btn{
    position: absolute;
    right: 56px;
    top: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
    padding: 18px 16px;
}
.cd-nav-back .cd-back-btn{
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/goback.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
	padding: 18px 16px;
}
.cd-nav-menu{
	float: right;
}
.cd-nav-menu .cd-menu-btn {
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/menu.png) no-repeat center center;
    background-size: 24px 24px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
	padding: 18px 16px;
}
.cd-nav-top .cd-m-logo{
    padding: 12px 0;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}
.cd-nav-top .cd-mlogo-show{
    background: url(../images/logo-m-min.png) no-repeat;
    background-size: 120px 40px;
    height: 40px;
    width: 120px;
}
.cd-logo{
    padding: 20px;
    height: 120px;
	}
.cd-logo-site{
    display: block;
    background: transparent url(../images/logo-big-news.png) no-repeat center center;
    background-size: 210px 120px;
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
    height: 120px;
    width: 210px;
	margin: 0 auto;
}
/*search*/
.cd-search-box{
    max-width: 750px;
    margin: 10px auto 20px auto;
	width:auto;
	padding:0;
}
.cd-search-form{
    box-shadow: none;
    background: none;
    margin-left: 16px;
    margin-right: 16px;
}
.cd-search-text{
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    border: 0px solid transparent;
    /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/
	-webkit-box-shadow: 0 0px 0px 0 rgb(65 69 73 / 10%), 0 1px 3px 0px rgb(65 69 73 / 10%);
    box-shadow: 0 0px 0px 0 rgb(65 69 73 / 10%), 0 1px 3px 0px rgb(65 69 73 / 10%);
}
.cd-search-text:hover{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
    box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
	-webkit-transition: background 100ms ease-in,width 100ms ease-out;
    transition: background 100ms ease-in,width 100ms ease-out;
}
.cd-text-input{
    /*background: #f1f3f4;*/
    border: 1px solid transparent;
	width: 100%;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    z-index: 5;
	font-size: 16px;
    color: #222;
}
.cd-s-btnw{
    display:inline-block;
    width: 80px;
    font-size: 16px;
	background:#fcc800;
}
.cd-s-btn{
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background: #fcc800;
}
/*m-seach*/
.cd-m-search-wrap {
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
}
.cd-m-search-form{
    width: 100%;
    display: flex;
}
.cd-m-search-input, .cd-m-search-input .cd-m-input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cd-m-search-input {
    position: relative;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 15px 10px 9px;
}
.cd-text-input:hover,.cd-text-input:active,.cd-text-input:focus{
    background:#fff;
}
.cd-m-back-btn {
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/goback.png) no-repeat center center;
    background-size: 24px 24px;
    padding: 6px;
	margin-right: 6px;
	font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.cd-m-search-input .cd-m-input-box {
    background-color: #fff;
    color: #222;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 16px;
    box-shadow: 0px 1px 0px 0px rgb(60 64 67 / 16%);
}
.cd-m-search-input input {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    background: rgba(0,0,0,0);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cd-m-search-input .cd-m-searchbtn {
    width: 36px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cd-m-search-input .cd-m-searchbtn{
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 24px;
    display: block;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 20px 20px;
}
.cd-m-searchbtn .cd-m-s-btn{
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.cd-index-hint {
    font-size: 0;
    padding: 0 16px;
    margin-bottom: 8px;
}
.cd-index-hint h4 {
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cd-index-hint .cd-hint-box.cd-index-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cd-index-hint .cd-hint-box a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
    background-color: #f8f8f8;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*fy-page*/
.cd-pages {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.cd-pages ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cd-pages ul li {
    display: inline-block;
    margin: 0 3px
}
.cd-pages ul li a,.cd-pages ul li span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 2px;
}

.cd-pages ul li a {
    color: #c5653e;
    opacity: 1;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 2%);
    font-size: 16px;
    text-decoration: none;
    padding: 6px 12px;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    margin: 6px;
}

.cd-pages ul li span {
    cursor: default;
    color: #222;
}

.cd-pages ul li a:hover,.cd-pages ul li a:focus {
    opacity: 0.8
}

.cd-pages ul li.active span {
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 2%);
    font-size: 16px;
    text-decoration: none;
    padding: 6px 12px;
    background-color: #d1e4dd;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    margin: 6px;
}
/* audio */
.audio,.audio_on{text-decoration:none!important;background:transparent url(audio.gif) no-repeat center right;padding-right:1.8125rem;background-size:1.375rem 1.0625rem;}
.audio_on{background-image:url(audiop.gif);}

/* flex */

.fleft{float:left}
.fright{float:right}
.center{text-align:center}
.right{text-align:right}
.left{text-align:left}
.cboth{clear:both}
.inline{display:inline}
.bbb,.br,.brl,.blr,.btr,.brt,.bbr,.brb{border-right:0.0625rem solid #e5e5e5}
.bbb,.bl,.brl,.blr,.btl,.blt,.bbl,.blb{border-left:0.0625rem solid #e5e5e5}
.bbb,.bt,.btb,.bbt,.btl,.blt,.btr,.brt{border-top:0.0625rem solid #e5e5e5}
.bbb,.bb,.btb,.bbt,.blb,.bbl,.brb,.bbr{border-bottom:0.0625rem solid #e5e5e5}

.mm,.mr,.mrl,.mlr,.mtr,.mrt,.mbr,.mrb{margin-right:0.625rem}
.mm,.ml,.mrl,.mlr,.mtl,.mlt,.mbl,.mlb{margin-left:0.625rem}
.mm,.mt,.mtb,.mbt,.mtl,.mlt,.mtr,.mrt{margin-top:0.625rem}
.mm,.mb,.mtb,.mbt,.mlb,.mbl,.mrb,.mbr{margin-bottom:0.625rem}
.pp,.pr,.prl,.plr,.ptr,.prt,.pbr,.prb{padding-right:0.625rem}
.pp,.pl,.prl,.plr,.ptl,.plt,.pbl,.plb{padding-left:0.625rem}
.pp,.pt,.ptb,.pbt,.ptl,.plt,.ptr,.prt{padding-top:0.625rem}
.pp,.pb,.ptb,.pbt,.plb,.pbl,.prb,.pbr{padding-bottom:0.625rem}

.mmd,.mrd,.mrld,.mlrd,.mtrd,.mrtd,.mbrd,.mrbd{margin-right:20px}
.mmd,.mld,.mrld,.mlrd,.mtld,.mltd,.mbld,.mlbd{margin-left:20px}
.mmd,.mtd,.mtbd,.mbtd,.mtld,.mltd,.mtrd,.mrtd{margin-top:20px}
.mmd,.mbd,.mtbd,.mbtd,.mlbd,.mbld,.mrbd,.mbrd{margin-bottom:20px}
.ppd,.prd,.prld,.plrd,.ptrd,.prtd,.pbrd,.prbd{padding-right:20px}
.ppd,.pld,.prld,.plrd,.ptld,.pltd,.pbld,.plbd{padding-left:20px}
.ppd,.ptd,.ptbd,.pbtd,.ptld,.pltd,.ptrd,.prtd{padding-top:20px}
.ppd,.pbd,.ptbd,.pbtd,.plbd,.pbld,.prbd,.pbrd{padding-bottom:20px}

.l50{line-height:50%}.l60{line-height:60%}.l70{line-height:70%}.l80{line-height:80%}.l90{line-height:90%}
.l100{line-height:100%}.l110{line-height:110%}.l120{line-height:120%}.l130{line-height:130%}.l140{line-height:140%}
.l150{line-height:150%}.l160{line-height:160%}.l170{line-height:170%}.l180{line-height:180%}.l190{line-height:190%}
.l200{line-height:200%}.l210{line-height:210%}.l220{line-height:220%}.l230{line-height:230%}.l240{line-height:240%}
.l250{line-height:250%}.l260{line-height:260%}.l270{line-height:270%}.l280{line-height:280%}.l290{line-height:290%}
.l300{line-height:300%}.l350{line-height:300%}.l400{line-height:400%}.l450{line-height:450%}.l500{line-height:500%}


.daxie{text-transform:uppercase}
.xiaoxie{text-transform:lowercase}

a.white,.white,.white a{color:#fff}
a.green,.green,.green a{color:#008000}
a.red,.red,.red a{color:red}
a.blue,.blue,.blue a{color:blue}
a.pink,.pink,.pink a{color:#c00}
a.gray,.gray,.gray a{color:#aaa}
a.dimgray,.dimgray,.dimgray a{color:#696969}
a.orange,.orange,.orange a{color:orange}
a.yellow,.yellow,.yellow a{color:#ff0}
a.black,.black,.black a{color:#333}
a.brown,.brown,.brown a{color:#622;}
a.light,.light,.light a{color:#c5653e;}
a.dark,.dark,.dark a{color:#a4a288;}
/* #726f51 */

.bwhite{background-color:#fff}
.bgreen{background-color:#008000}
.bred{background-color:red}
.bblue{background-color:blue}
.bpink{background-color:#c00}
.bgray{background-color:#e5e5e5}
.borange{background-color:orange}
.byellow{background-color:#ffffb5}
.bblack{background-color:#333}
.bbrown{background-color:#622}
.blight{background-color:#c5653e}
.bdark{background-color:#a4a288}

.cd-path a{line-height:100%;padding:0;margin:0;top:0;}
.cd-path a{display:inline-block;*display:inline;*zoom:1;*position:relative;}
.cd-path i {margin:0 0.5rem;}
.cd-path i:after {
    content: ">";
    color: #a4a288;
    font-size: 0.75rem;
    font-family: serif;
    margin: 0 2px;
    font-weight: bold;

}
.cd-mcon{
	padding:15px;
	background-color:#fff;
}
.cd-mcon p{
    text-indent: 0;
}
.cd-mtitle,.cd-otitle{
    font-size: 0.875rem;
    color: #333;
    border-bottom: 0.0625rem solid #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.cd-mtitle h1,.cd-mtitle h2,.cd-mtitle h3,.cd-otitle h1,.cd-otitle h2,.cd-otitle h3{font-size:0.875rem;margin:0;padding:0;display:inline;color:#666;}
.cd-mtitle a,.cd-mcon a,.cd-otitle a{text-decoration:underline;}
.cd-mtitle a:hover,.cd-mcon a:hover,.otitle a:hover{}

.cd-mcon h1{letter-spacing:0.5rem;text-indent:0.5rem;font-size: 2.25rem;}
.cd-nospacing h1{letter-spacing:0!important;text-indent:0!important;}
.cd-mcon .cd-long h1{letter-spacing:1.25rem;text-indent:1.25rem;}

.cd-mcon h2{color:#77744d;}
.cd-mcon h1{letter-spacing:0.5rem;text-indent:0.5rem;font-size: 2.25rem;}
.cd-mcon{
	padding:15px;
	background-color:#fff;
}
.cd-mcon p{
    text-indent: 0;
}
.cd-mcon h2{color:#77744d;}
.cd-mcon h3,.cd-mcon h4{
    color:#c5653e;
}
.cd-tags{
    overflow: hidden;
}
.cd-adbox{background-color:#ebeee9;font-size:0;}

ul.cd-btn{margin-top: 0 !important;}
ul.cd-btn li{float:left;position:relative;white-space:nowrap;}
ul.cd-btn li span{font-family:Helvetica,Tahoma,Arial;}
ul.cd-btn li a{
    font-size: 1.125rem;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 0.375rem 0.25rem;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 0px solid transparent;
    color: black;
}
ul.cd-btn li a:hover,ul.cd-btn li.cur a{
    background-color: #fff;
    color: #000;
    border: 0px solid transparent;
}
ul.cd-btn li.cur a{
    border:0 solid #fff;
    color: #d25f32;
    box-shadow: rgb(235 234 226) 0.125rem 0.125rem 0.625rem 0, rgb(122 122 119 / 30%) 0.125rem 0.125rem 0.625rem 0;
}
ul.cd-btn li a:hover{box-shadow: rgb(235, 234, 226) 0.125rem 0.125rem 0.625rem 0, rgba(122, 122, 119, 0.3) 0.125rem 0.125rem 0.625rem 0;}
ul.cd-btn li a img{vertical-align:middle;margin:0 0 0.25rem;}
ul.cd-btn li a span{font-size:0.875rem;display:block;overflow:hidden;height:1.5rem;line-height:1.5rem;color:#999;font-family:tahoma,arial,georgia,verdana,helvetica,sans-serif;}
ul.cd-btn li a:hover span{color:#c5653e;}


/*词典结束*/
@media (max-width: 768px){
	.js_login{
		width: 80%;
	}
}
/*login end*/
#gs-gotop {
    bottom: 105px;
    _margin-bottom: 105px;
    width: 36px;
    height: 36px;
    background: #e7e4d5 url(../images/icon.svg) no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer
}
@media (max-width:1080px){
	body, html{width:100%;}
	.gs-isgood,.gs-main,.gs-home-istop,.gs-subnav,.breadcrumbs{width:98%; height:auto; margin:70px auto -50px; overflow:hidden;}
	.gs-daxue-istop{width:98%; height:auto;overflow:hidden;}
	.gs-content{ width:100%; height:auto; float:left; }
	.gs-sidebar{width: 100%;height: auto;float: right;}
	.gs-hot-tag{margin:10px 5px; }
	.gs-hot-tag a{width:23%; height:42px; line-height:42px; text-align:center;background-color: #747110;color: #F0F0E1; float:left;border-radius: 5px;margin:0px 3px 10px 3px;}
	.sidebar-tag a {float:left; width:20%; height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
	.gs-isgood-ul{ width:100%; overflow: hidden;margin-bottom:20px;min-height: 100%;max-height: 100% }
	.gs-isgood-li{ width:100%; border-right: 1px dotted #DAD9D1; padding:0px 5px 0px 5px;  color:#999;overflow: hidden;}
	.gs-isgood-li h3 {font-size: 20px;justify-content: center;}
	.gs-subnav_cont {
			margin: 0 10px;
			clear: both;
			border-bottom: 1px dashed #DAD9D1;
			overflow: hidden;
			padding: 5px 0;
    }
	.gs-subnav .sright {width: 85%;float: left;}
	.yuanwen {float: left;width: 100%; padding: 0px;margin-bottom: 10px;}
	.fanyi{ float:right; width:100%; padding:0px;margin-bottom:10px;}
	.section-title{margin:5px}
	.works-title{ font-size:20px;justify-content:center;}
	.source,.works-introduuce{ font-size:18px}
	.mingju li {font-size: 18px}
	.mingju li p, .mingju li p a {font-size: 16px;color: #999;}
	.gs-fly li{font-size: 18px;}
	.gs-fly li p, .gs-fly li p a{font-size: 15px;color: #999;}
	footer{width:100%; height:auto; margin:40px auto -30px;font-size:12px; text-align:center; border-top: 1px solid #c8c7bc; padding:10px 0;}
	/*字典*/
	.zd-main{width:100%; height:auto; margin:10px auto; overflow:hidden;}
	.zd-content{ width:100%; height:auto; float:none; }
	.zd-sidebar{width: 100%;height: auto;float: none;}
	.zd-footer{width: 100%;}
	.zd-nav{display:block;}
	.zd-logo{display:none;}
	#zd-gotop {
    right: 5px;
    }
    /*字典*/
    .cd-main{width:100%; height:auto; margin:10px auto; overflow:hidden;}
	.cd-content{ width:100%; height:auto; float:none; }
	.cd-sidebar{width: 100%;height: auto;float: none;margin-top: 50px}
}
#simple-menu {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.gs-hd{
		height:60px;
	}
	.gs-header{
		width:100%;
		padding:0;
	}
	.gs-logo{
		margin: 2px 0 0;
		width: auto;
		background-position-x: 8px;
		background-position-y: 5px;
	}
	.gs-logo a{
		font-size: 23px;
	}
	.gs-nav,.gs-search{
		float: none;
		display: none;
	}
	/*yd menu*/
	#simple-menu {
		display: block;
		float: right;
		margin-top:10px;
		cursor: pointer;
	}
	#simple-menu:before {
		display: inline-block;
		font: bold 45px/45px "Times New Roman";
		vertical-align: text-bottom;
		content: "\2261";
		color: #F0EFE2;
    }
	.sidr-open #simple-menu:before {
    display: inline-block;
    font: bold 45px/45px "Times New Roman", Arial;
    vertical-align: text-bottom;
    content: "\00D7";
    color: #F0EFE2;
    }
	.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 260px;
		overflow-x: none;
		overflow-y: auto;
		font-size: 16px;
		background: #F0EFE2;
		color: #333;
		-webkit-box-shadow: inset 0 0 5px 0px #E1E0C7;
		-moz-box-shadow: inset 0 0 5px 0px #E1E0C7;
		box-shadow: inset 0 0 5px 0px #e1e0c7;
	}
	.sidr.right {
		left: auto;
		right: -260px;
	}
	.sidr .sidr-inner {
		padding: 0 0 6px;
	}
	.sidr-inner {
		clear: both;
	}
	.sidr ul {
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #fff;
	}
	.sidr ul li {
		display: block;
		margin: 0;
		line-height: 48px;
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.sidr ul li a, .sidr ul li span {
		padding: 0 20px;
		display: block;
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}
	.sidr-inner li.sidr-class-m-back{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin-top: -15px;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-size{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-back a.sidr-class-c{
		border: 1px solid #ddd;
		text-align: center;
		width: 20px;
		height: 20px;
		line-height: 20px;
		display: inline-block;
		margin-right: 5px;
		}
		/*seach*/
		#sidr-id-search_form {
		padding: 6px 15px 0;
		overflow: hidden;
    }
	.sidr-inner #sidr-id-keys {
		float: left;
		background: #fff;
		border: 1px solid #d6d0cd;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		border-right: none;
		color: #825d5b;
		font: italic 14px/24px "serif";
		transition: all 0.7s ease 0s;
		width: 132px;
		height: 30px;
		padding-left: 6px;
	}
	#sidr-id-search_form .sidr-class-search_btn {
		float: left;
		background: url(../images/search.png) no-repeat;
		width: 32px;
		height: 33px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border: 1px solid #d6d0cd;
		border-left: none;
		cursor: pointer;
		text-indent: -9999px;
	}
	#sidr-id-search_form #sidr-id-keys:focus {
		font-style: normal;
		background: #fff;
		width:132px;
		outline: 0;
	}
	#sidr-id-search_form .sidr-class-dropdown {
	background: #fbfaf6;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	float: left;
	height: 30px; 
    border-radius: 50px 0 0 50px;
	}
	.gs-pages ul li {
        display:none
    }

    .gs-pages ul li.prev-page,.gs-pages ul li.next-page {
        display: inline-block
    }
	.gs-bd {
    width: 100%;
    padding: 0;
    margin: 0;
    }
	.gs-article {
        padding: 0 0 15px;
        width: 100%
    }

    .gs-article-title p.gs-other {
        display: none
    }

    .gs-article-text {
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
        overflow: hidden;
        padding: 0 15px
    }

    .gs-page {
        padding: 6px 0;
        margin: 10px 15px
    }
	#gs-gotop{
	right: 5px;
	}
	.mingju li p,.mingju li p a{ font-size:14px; color:#999;display:}
	.gs-conview-def img{
    max-width:320px;
    height:130px;
}
}
	/*搜索*/
.dropdown {
	background: #fbfaf6;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	float: left;
	height: 30px; 
    border-radius: 50px 0 0 50px;
}

.dropdown.open {
	z-index: 2
}

.dropdown:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.dropdown.focus {
	box-shadow: 0 0 5px rgba(51,102,248,.4)
}

.dropdown .carat {

}

.dropdown.open .carat {
	margin-top: -10px;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #000
}

.dropdown.disabled .carat {
	border-top-color: #999
}

.dropdown .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden
}

.dropdown select {
	position: absolute;
	left: 0;
	top: 0
}

.dropdown.touch .old {
	width: 100%;
	height: 100%
}

.dropdown.touch select {
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-radius: 50px 0 0 50px;
	
}
.bq {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 16px;
    margin: 10px 0;
    background: #fff;
    border: 1px dashed #E0DEDE;
    overflow: hidden;
    color: #333;
}
.clearfix {
    zoom: 1;
}
.mor {
    font-size: 12px;
    margin: 10px 15px 0;
    float: right;
}
/*en dict*/
.yd-mcon {
    padding: 15px;
    background-color: #fff;
	font-weight: 400;
    line-height: 180%;
    font-size: 16px;
}
.yd-mcon h1 {
    font-weight: bold;

}
.yd-mcon h3{
    margin-top: 0.75rem;
	font-weight: bold;
	font-size: 1.2rem;
	color: #d25f32;
}
#yd-word {
    font-size: 28px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    color: #d25f32;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
}
#yd-word-pron {
    color: #999;
    font-family: "lucida sans unicode", arial, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
#yd-word-pron .en-US {
    display: inline-block;
}
#yd-word-pron .en-UK .playicon{
    margin-right: 20px;
}
#yd-word-pron .playicon{
    margin-left: 5px;
    top: 3px;
    cursor: pointer;
}
.playicon{
    position: relative;
    display: inline-block;
    font-style: normal; 
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#yd-word-pron .playicon-volume{
    background-image: url(../images/volume.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#yd-word-pron .playicon:hover {
    background-image: url(../images/volume-hov.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#yd-word-meaning ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#yd-word-meaning strong {
    margin-right: 4px;
	color: #d25f32;
}
.yd-tags{
    overflow: hidden;
	margin-bottom: -10px;
}
.yd-tags ul.line {
    margin-left: -0.3125rem!important;
    margin-right: -0.3125rem!important;
    margin-top: 0;
	width: 100%;
}
.yd-tags ul.line li {
    width: 25%;
    display: inline-block;
    float: none;
}
.yd-tags ul.line li a{
    font-size: 1rem;
    text-decoration: none;
	margin: 0.3125rem !important;
    padding: 0.375rem 0.75rem;
    border: 0.0625rem solid #f1f3f4;
    background-color: #f1f3f4;
    display: block;
    text-align: center;
    -moz-border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
}
.yd-tags ul.line li a:hover {
    box-shadow: rgb(235 234 226) 0rem 0rem 0.125rem 0, rgb(122 122 119 / 30%) 0.1rem 0.1rem 0.2rem 0;
}
.yd-tags ul.line li a span {
    font-size: 0.875rem;
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #999;
    font-family: tahoma,arial,georgia,verdana,helvetica,sans-serif;
}
#yd-etym {
    background-color: #fffbec;
    border: 1px solid #e5e5e5;
    margin-bottom: 1em;
    font-family: Georgia, Garamond, Times New Roman, Times, serif;
    font-size: 12pt;
    padding: 6px;
	border-radius: 3px;
}

#yd-etym dd, #yd-etym dt {
    background-color: #fffbec;
    margin-left: 0;
    padding: 0.1em 0.5em 0;
}
#yd-etym dt{
    color: #d25f32;
	font-weight: bold;
}
#yd-etym dd { padding-bottom: 0.5em; }
#yd-etym .highlight { background-color: #ddd9ca; }

#yd-etym .cognate { line-height: 1.3em; }
#yd-etym dd a { font-style: italic; }
#yd-etym .foreign {
    font-style: italic;
    font-weight: bold;
	color: #d25f32;
}

#yd-etym i {
    font-weight: bold;
}

#yd-etym blockquote {
    padding: 0;
    font-size: 12pt;
    margin: 16px 40px;
    border: none;
}
#yd-liju{
    overflow:hidden;
}
#yd-liju dl {
    clear: both;
}

#yd-liju dt {
    font-weight: 400;
}

#yd-liju b {
    color: #d25f32;
}

#yd-liju dd {
    text-indent: 17px;
}

#yd-liju p {
    float: right;
    font-size: 12px;
    color: #999;
}
#yd-ciyuan p{
    text-indent: 0;
	line-height: 180%;
}
.ciyuan-title strong{
    color: #d25f32;
	font-style: italic;
}
