/*布局*/
.bybg2 {
	background: url(/uiFramework/commonResource/image/2021101111145414596.png) no-repeat;
	background-position: top center;
	
        overflow:hidden;
}
.container {
    width: 1041px;
    margin: 0 auto;
    overflow:hidden;
}
.containerwrap {
    padding-left: 20px;
    padding-right: 21px;
    background-color: #fff;
    margin-top: -3px;
    overflow:hidden;
}

/*位置*/
.position {
    width: 100%;
    height: 57px;
    line-height: 57px;
}

/*导航*/
.container_left {
    width: 260px;
    float: left;
    margin-right: 20px;
}
.gxlLeftBox h1{
    width: 100%;
    height: 3pc;
    background-color: #0d7830;
    line-height: 3pc;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

	.gxlLeftBox ul{background-color:#f7f7f7;padding:22px 0}
	.gxlLeftBox ul li{width:100%;line-height:44px;overflow: hidden;}
	.gxlLeftBox ul li a{width: 240px;height:100%;display:block;font-size: 12px;color:#000;padding:0 10px;box-sizing:border-box;float: left;}
	.gxlLeftBox ul li a:hover{color:#0d7830}
	/*.gxlLeftBox ul li a img{margin-left:20px;margin-right:20px;display:inline-block;vertical-align:middle;position:relative;top:-3px}*/
.gxlLeftBox ul li img{float:left;margin: 18px 0 0 10px;}
/*文章*/
.container_right {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 45pc;
    float: left;
    padding: 44px;
    margin-bottom: 45px;
    padding-top:24px;
}
.dt_title {
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #0d7830;
    margin-bottom: 30px;
}
.workmenu li {
    height: 46px;
    font-size: 1pc;
    color: #000;
    line-height: 44px;
    border-bottom: 1px solid #e9e9e9;
}
.workmenu li a {
    color: #000;
    height: 44px;
    display: block;
}
.workmenu li span:first-child {
    width: 530px;
    font-size:16px;
}
.workmenu li span:first-child+span {
    font-size: 1pc;
    color: #000;
}
.workmenu li span {
    display: inline-block;
    vertical-align: middle;
}
.page .page2{
    height: 34px;
    line-height: 34px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #555;
    text-align: center;
    overflow: hidden;
    font-size: 9pt;
}
.easysite-page-wrap pagebox{
 height: 34px;
    line-height: 34px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #555;
    text-align: center;
    overflow: hidden;
    font-size: 9pt;
}

/*分页*/
.easysite-page {height:24px;line-height:24px;padding-top:40px;padding-bottom:40px;color:#555;text-align:center;overflow:hidden;font-size:12px;}
.easysite-page a.page-a{display:inline-block;height:24px;line-height:24px;}
.easysite-page input {vertical-align:middle;border:1px solid #d4d4d4;padding:3px;text-align:center;margin: 0 5px;}
.easysite-page input[type="button"] {cursor:pointer;}
.page-list a {height:24px;line-height:24px;min-width:22px;text-align:center;border:1px solid #f0f0f0;background:#fff;display: inline-block;}
.page-list a:link,.page a:visited,.page-list font.NormalRed {display:inline-block;padding:2px 3px;color:#555;line-height:18px;height:18px;vertical-align:middle;font-family:'\5FAE\8F6F\96C5\9ED1',Tahoma,Geneva,sans-serif;}
.page-list a:hover,.page-list font.NormalRed { background:#f0f0f0;}
.page-list font.NormalRed {height:22px;line-height:22px;min-width:22px;}
.page-list a:hover,.page-list a.pagingNormal{display:inline-block;font-weight: normal  !important;}



@media(max-width:640px){
.container_left {
    width: 100%;
    float: left;
    margin-right: 20px;
}.workmenu li span:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-size: 16px;
}
.container_right {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 44px;
    margin-bottom: 45px;
    padding-top: 24px;
}
.workmenu li span:first-child+span {
    display:none;
}
}