
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}


.wrapper {
    width: 100vw;
}

.header {
    background: rgb(6, 131, 88);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
}

.header-left {
    width: 85%;
}


.header-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right img {
    width: 1.5rem;
}


.header-left .logo {
    width: 95%;
}


.header-left .logo img {
    width: 100%;
}



.menu li {
    border-top: 1px solid #ddd;
}

.menu li a {
    display: block;
    color: #545454;
    font-weight: normal;
    background-color: #fff;
    padding: 0.5rem;
    font-size: 0.9rem;
}

.show {
    display: none;
}


.sub-menu  li a {
    /* display: none; */
    padding: 0.5rem 1.5rem;
    background: #ECECEC;
    color: #272727;
}



.search {
    height: 46px;
    width: 100%;
    background: rgb(245, 245, 245);
    padding: 0.5rem; position: relative;
}

.search .search-input {
    height: 60%;
    width: 92%;
    border: none;
    outline: none;
    padding: 0.5rem;
    background: white;
}
.search .submit {position: absolute; right: 20px; top: 7px; background: url(../img/sousuo.png) right center no-repeat; width: 32px; height: 34px; border: 0px; cursor: pointer; margin-right: 10px; }


.carousel {
    position: relative;
    width: 100vw;
    height: 140px;
    overflow: hidden;
}

.carousel img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.content {
    width: 100%;
    padding: 0.5rem; box-sizing: border-box; min-height: 5em;
}

.content .item  {
    display: flex;
}

.content .item .left {
    width: 20%;
    padding: 0.5rem;
}

.content .item .left img {
    width: 100%;
    height: 100%;
}

.content .item .right {
    width: 80%;
    padding: 0.5rem;
}

.content .item .right a {
    color: #3b3b3b;
}

.content .title {
    justify-content: space-between;
    align-items: center;
}

.title-left {
    font-weight: bold;
    color: rgb(6, 131, 88);
    font-size: 20px;
}

.title-right {
    color: #ababab;
    font-size: 16px;
    padding-right: 24px;
}

.notion {
    width: 75px;
    background: gray;
    text-align: center;
}

.notion .n-head {
    width: 100%;
    height: 30px;
    color: white;
    background: rgb(6, 131, 88);    
    display: flex;
    align-items: center;
    justify-content: center;
}


.notion .n-footer {
    width: 100%;
    height: 30px;
    color: black;
    background: white;    
    display: flex;
    align-items: center;
    justify-content: center;
}



.item-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-row .title {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 40px;
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-row .time {
    font-size: 16px;
    color: #929292;
    line-height: 40px;
    width: 26%;
}

.title a {
    color: #3b3b3b;
}

.footer  {
    background: rgb(6, 131, 88);
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
.footer > div  { text-align: center; width: 100%; }

.footer span {
    color: white;
    font-size: 14px;
}


.content .item-list .title {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.content .item-list li {
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
    width: 95%;
}


.d-content {
    width: 100%;
    padding: 0.5rem; box-sizing: border-box;
}

.d-title {
    text-align: center;
}

.d-title h1{
    line-height: 26px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #424242;
    border-bottom: 2px solid #ECECEC;
}

.d-info {
	text-align: center;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
	text-align: center;
	padding: 1em 0 0;
}
.wp_articlecontent img { max-width: 100%; }
.list-menu {
    background: #E4E4E4;
    padding: 0.5rem;
}

.sub-menu-list {
    display: flex;
    justify-content: space-between;
}

.listmenu li {
    border-top: 1px solid #ddd;
}
.listmenu li.selected {
    border-top: 1px solid #fff;
	background: #f7f7f7;
}

.listmenu li a {
    display: block;
    color: #545454;
    font-weight: normal;
    padding: 0.5rem;
    font-size: 0.9rem;
}
