/* 头部 css */

:root {
    /* 主题色 */
    --color1: #548235;
    --color2: #385723;
    /* 白色 */
    --color11: #FFFFFF;
    --color12: #2e481c;
    --color13: #ced2d4;
    --color14: #222222;
    --color15: #bababa;
    --color16: #727272;
}

.max-width {
    width: 100%;
    /* min-width: 1920px; */
}

.pc-width {
    width: 1200px;
    margin: 0 auto;
}

.head {
    background: #459782;
}

.head-info {
    height: 222px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-right ul li {
    margin-top: 12px;
}

.web-title {
    font-size: 56px;
    font-weight: 600;
}

.web-info {
    margin-top: 12px;
}


/*  */

.head-nav {
    width: 100%;
    background: #2f6a5b;
}

.head-nav-width {
    height: 60px;
    display: flex;
}

.head-nav-width .item {
    width: 172px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.head-nav-width .item a {
    font-size: 16px;
    color: var(--color11);
}

.item-active {
    background: #1a3c34;
}


/*  */

.text-right {
    text-align: right;
}

.color-11 {
    color: var(--color11);
}

.hover_a:hover {
    color: var(--color1);
}

.hover_back:hover {
    background: var(--color12);
}

.advertisement {
    height: 134px;
}

.advertisement img {
    height: auto;
    width: 100%;
}

.menu {
    display: flex;
    margin-top: 17px;
    margin-bottom: 23px;
}

.menu-item-item1 {
    width: 248px;
    height: 308px;
    background: var(--color11);
    border: 1px solid var(--color13);
}

.menu-item-item2 {
    width: 248px;
    background: var(--color11);
    border: 1px solid var(--color13);
    padding-bottom: 20px;
}

.menu-item-item-top21 {
    margin-top: 21px;
}

.menu-item-item-bottom21 {
    margin-bottom: 21px;
}

.menu-head {
    width: 100%;
    height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #95f7de, rgba(247, 252, 244, 0.00));
	border-bottom: 1px solid #dbdbdb;
}

.menu-head-name {
    font-size: 16px;
    color: var(--color14);
}

.menu-head-all a {
    color: var(--color1);
    font-size: 12px;
    position: relative;
}

.menu-head-all a::after {
    content: '';
    width: 42px;
    height: 1px;
    background: var(--color1);
    bottom: 0;
    left: 0;
    position: absolute;
}

.menu-head-all a i {
    color: var(--color1);
    font-size: 12px;
    position: relative;
    top: 1px;
}

/*  */


/*  */
/* 友情链接 */
.menu-cont{
	margin-top: 11px;
	height: 420px;
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
}
.menu-cont::-webkit-scrollbar {
  display: none;
}
.menu-item-item-link {
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
            top: 0;
	/* height: 420px; */
	/* overflow-y: scroll; */
}

.menu-item-item-link-item {
    width: 173px;
    height: 73px;
    margin: 11px auto 0;
}

.menu-item-item-link-item a{
	display: block;
	width: 100%;
	height: 100%;
}

.menu-item-item-link-item a img{
	width: 100%;
	height: auto;
}

.menu-item-item-list {
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
}

.menu-item-item-list .items {
    margin-top: 15px;
	height: 17px;
	line-height: 17px;
}

.menu-item-item-list .items a {
    width: 100%;
    display: flex;
    align-items: center;
}

.menu-item-item-list .items a .round {
    width: 6px;
    height: 6px;
    background: var(--color15);
    border-radius: 50%;
}

.menu-item-item-list .items a .items-hid {
    color: var(--color14);
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px;
	font-size: 12px;
}

.menu-item-item-list .items a .items-hid:hover {
    color: var(--color1);
    position: relative;
}

.menu-item-item-list .items a .items-hid:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 94%;
    height: 1px;
    left: 0;
    background: var(--color1);
}


/*  */

.menu-item-item-flex-txt {
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
}

.menu-item-item-flex-txt .item {
    margin-top: 17.5px;
    display: flex;
}

.connection .item{
	height: 15.2px;
	line-height: 15.2px;
}

.menu-item-item-flex-txt .item .left-name {
    width: 66px;
    text-align: left;
    color: var(--color14);
    font-size: 13px;
}

.menu-item-item-flex-txt .item .right-txt {
    color: var(--color16);
    font-size: 12px;
}

.menu-item-item-flex-txt .item .right-txt a {
    color: var(--color16);
}

.menu-item-item-flex-txt .items {
    margin-top: 26px;
}

.menu-item-item-flex-txt .items .right-txt {
    font-size: 16px;
    color: var(--color16);
}

.menu-item-item-flex-txt .items img {
    width: 117px;
    height: auto;
    margin-top: 10px;
}


/* 采编系统 */

.menu-item-item-bian {
    width: 248px;
    height: 308px;
    background: var(--color11);
    border: 1px solid var(--color13);
    position: relative;
}

.menu-item-item-bian::after {
    content: '';
    height: 1px;
    background: #548235;
    width: 100%;
    top: -6px;
    left: 0;
    position: absolute;
}

.item-nav-menu {
    border-top: 1px solid #dbdbdb;
}

.item-nav-menu .item-nav {
    width: 224px;
    height: 46px;
    border-radius: 6px;
    margin: 16px auto 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-nav-menu .item-nav a {
    color: var(--color11);
    font-size: 16px;
}

.item-nav-menu .item-nav:nth-of-type(1) {
    box-shadow: 0px 1px 3px 0px rgba(113, 169, 219, 0.63);
    background: #71a9db;
}

.item-nav-menu .item-nav:nth-of-type(2) {
    background: #6cb4a2;
}

.item-nav-menu .item-nav:nth-of-type(3) {
    background: #92c35b;
}

.item-nav-menu .item-nav:nth-of-type(4) {
    background: #e3b05b;
}


/*  */

.menu-content {
    width: 936px;
    height: 1048px;
    background: #ffffff;
    border: 1px solid #ced2d4;
    margin-left: 16px;
}

.menu-content-head {
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
}

.menu-content-head-width {
    border-bottom: 1px solid #ced2d4;
    padding: 14px 0;
}

.menu-content-head-tab {
    display: flex;
}

.menu-content-head-tab-item {
    font-size: 16px;
    position: relative;
}

.menu-content-head-tab-itemAcitve {
    color: #548235;
}

.menu-content-head-tab-itemAcitve::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    height: 1px;
    background: #548235;
}


/*  */

.menu-content-html {
    width: 100%;
    padding: 12px;
    padding-top: 33px;
    box-sizing: border-box;
    max-height: 1000px;
    overflow: auto;
}

/*  */
.menu-item-allContentMax {
    width: 100% !important;
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menu-item-allContent {
    width: 672px;
    background: #ffffff;
    border: 1px solid #ced2d4;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    /* overflow: auto; */
    max-height: 1140px;
	height: 1140px;
	overflow: hidden;
}

.menu-item-allContent-sroll{
	max-height: calc(1140px - 14px - 36px - 50px);
	overflow: auto;
}

.connection .left-name{
	width: 40px !important;
}

.connection .wx_Public_account{
	width: 100% !important;
}

.menu-item-allContent-tab {
    display: flex;
    align-items: center;
    margin-top: 14px;
    border-bottom: 1px solid #ced2d4;
}

.menu-item-allContent-tab-item {
    width: 88px;
    height: 36px;
    background: #f4f4f4;
    border-radius: 2px 2px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 36px;
    color: #222222;
    margin-right: 16px;
    font-size: 14px;
    cursor: pointer;
}

.menu-item-allContent-tab-itemactive {
    background: #459782;
    color: #fff !important;
}

.menu-item-allContent-tab-list {
	height: calc(1140px - 14px - 36px);
}

.menu-item-allContent-tab-list-head {
    color: #548235;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #548235;
}

.menu-item-allContent-tab-list-item:last-child .menu-item-allContent-tab-list-items:last-child{
	border-bottom: none;
	/* padding-bottom: 0; */
}

.menu-item-allContent-tab-list-item-head {
    /* padding-bottom: 12px; */
    padding-top: 20px;
    color: #548235;
    display: flex;
    align-items: center;
}

.menu-item-allContent-tab-list-item-head div:nth-of-type(1) {
    width: 3px;
    height: 16px;
    background: #548235;
    margin-right: 7px;
}

.menu-item-allContent-tab-list-item-head .menu-item-allContent-tab-list-item-head-name {
    font-size: 16px;
}

.menu-item-allContent-tab-list-items {
    border-bottom: 1px solid #ced2d4;
    padding-top: 12px;
    padding-bottom: 19px;
	cursor: pointer;
}

.author {
    color: #222222;
    font-size: 14px;
    /*display: flex;*/
    margin-top: 8px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author div {
    /*margin-right: 12px;*/
}

.publish-day {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.publish-day div {
    color: #222222;
    font-size: 14px;
    margin-right: 24px;
}

.publish-day div span {
    color: #727272;
}

.link-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-content a {
    color: #222222;
    font-size: 14px;
    position: relative;
    width: 100%;
}

.link-content a:hover {
    color: #548235;
}

.link-content a:hover::after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    left: 0;
    background: #548235;
}

.caozuo {
    margin-top: 14px;
    display: flex;
}

.caozuo div {
    color: #727272;
    font-size: 14px;
    margin-right: 16px;
}

.caozuo div span {
    color: #C64040;
}

.middle{
	flex: 1;
	margin-left: 16px;
	background: #ffffff;
	border: 1px solid #ced2d4;
	height: 1051.5px;
	padding: 0 14px;
	width: 0;
}

.middle .middle_head{
	height: 47px;
	border-bottom: 1px solid #ced2d4;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.middle .middle_head_left{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #548235;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #548235;
}
.middle .middle_head_right{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.middle .middle_head_right a{
	color: #909090;
}

.middle .middle_head_right .middle_head_right_title{
	color: #222222;
}

.middle .middle_head_right i{
	margin: 0 6px;
	color: #222222;
	font-size: 12px;
}

/* 移动端公共样式 */
@media screen and (max-width: 768px) {
	.head,.menu-left,.menu-right{
		display: none;
	}
	.move_head{
		display: block;
	}
	.menu{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.content{
		padding: 0 15px;
	}
	.middle{
		margin-left: 0;
		height: auto;
	}
	.middle .middle_head{
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 99;
	}
	.mov_head_cont{
		height: 100px;
		background-color: #459782;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.mov_head_cont .head_left_title{
		font-size: 25px;
		color: #fff;
	}
	.mov_head_cont .head_left_text{
		font-size: 12px;
		color: #fff;
		margin-top: 10px;
	}
	.mov_head_cont .head_right{
		position: relative;
		height: 30px;
		width: 30px;
	}
	.mov_head_cont .head_right_line{
		width: 30px;
		height: 5px;
		background-color: #222222;
		border-radius: 15px;
		margin-top: 5px;
		transition: 0.3s;
		position: absolute;
		top: 0;
		outline: none;
	}
	.mov_head_cont .head_right_line:first-child{
		top: -10px;
	}
	.mov_head_cont .head_right_line:last-child{
		top: 10px;
	}
	.mov_head_cont .head_right_line.closeDown {
		top: 0;
		transform: rotate(-45deg);
	}
	.mov_head_cont .head_right_line.closeTop {
		top: 0;
		transform: rotate(45deg);
	}
	.mov_head_cont .head_right_line.miss{
		background: transparent;
	}
	.move_head .head_column{
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(19,18,28,.9);
		z-index: 100;
		transition: all .5s;
		transform-origin: right top;
		transform: scale3d(1,0,0);
	}
	.move_head .head_column.open{
		transform: scale3d(1,1,1);
	}
	.move_head .head_column_item{
		width: 80%;
		margin: 0 auto;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		display: block;
		border-bottom: 1px solid #a8a8ab;
	}
	.move-width{
		width: 100%;
	}
	.copyright,.connection,.move_friendship{
		margin: 0 15px;
		width: calc(100% - 30px);
		margin-top: 20px;
	}
	.flex{
		width: 100%;
		display: flex;
	}
	.copyright .flex,.connection .flex{
		justify-content: space-between;
	}
	.connection .items{
		text-align: center;
	}
	.move_friendship .menu-item-item-link{
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		position: relative;
	}
	.move_friendship .menu-item-item-link-item{
		width: 45%;
		height: auto;
	}
	.menu-cont{
		height: auto;
	}
}

/* pc端样式 */
@media screen and (min-width: 768px) {
	.head{
		display: block;
	}
	.move_head,.move_copyright,.move_connection,.move_friendship{
		display: none;
	}
	.menu-item-item-link-item:nth-child(1){
		margin-top: 0;
	}
}