
.hide{
    display: none;
}
html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #77c6b6;
    font-size: 4vw;
}
.flex-content {
    flex: 1;
}
a {
    color: #333;
    text-decoration: none;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flex {
    display: flex;
}
.flex-ai-start {
    align-items: start;
}
.flex-ai-center {
    align-items: center;
}
.flex-jc-center {
    justify-content: center;
}
.flex-jc-between {
    justify-content: space-between;
}
.mt-10 {
    margin-top: 10vw;
}
.mt-8 {
    margin-top: 8vw;
}
.mt-6 {
    margin-top: 6vw;
}
.mt-4 {
    margin-top: 4vw;
}

.fc-84 {
    color: #848484;
}
.pic {
    display: block;
    width: 100%;
}
.btn-cell {
    display: block;
    width: 45%;
    margin: 5vw auto;
}
.nav{
	margin: 8vw 5vw;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.nav-list {
  display: inline-flex;
	width: 33.3%;
	height: 33vw;
  margin: 2vw 0;
	background-size: 75%;
	position: relative;
}
.nav .nav-list a {
    display: block;
    width:75%;
    margin: 0 auto;
}
.cates {display: flex; flex-wrap: wrap;margin-top: 6vw;justify-content: space-around;}
.cates li {width: 42vw;margin-bottom: 4vw;}
.cates li img {width: 100%;}
.cate-tit {display: flex;justify-content: space-between;}
.cate-tit span {display: flex;align-items: center;font-size: 3.4vw;}
.cate-tit span:nth-child(1) {
  text-indent: -9999px;
  background: url(../images/news-cate.png) no-repeat center center;
  background-size: 25vw auto;
  width: 25vw;
  height: 15vw;
}
.cate-wrap {
  padding: 0 2vw;
}
.cate-list {
  padding: 4vw;
  background: #fff;
  border-radius: 2vw;
  margin-bottom: 4vw;
}
.cate-list li {
  display: flex;
  align-items: center;
}
.cate-list li a {
  flex: 1;
  height: 8vw;
  line-height: 8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2vw;
}
footer{
	padding: 2vw 0;
  text-align: center;
  color: #000;
  font-size: 3.6vw;
  line-height: 1.6em;
  margin-top: 2vw;
}
.list-submenu .itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: .8em;
    margin-bottom: .5em;
    background: #fff;
}
/*列表页*/
.material-icons {color: #fff; }
.mdui-btn {height: 48px;}
.backprev{
	float:left;
	width: 10%;
  text-align: center;
  color: #fff;
  height: 48px;
  line-height: 48px;
}
.head-middle{
    width: 80%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 4.84vw;
}
.head-right{
	float:right;
	text-align: center;
	width:15%;
}
 .app-btn{
    min-width: 100%;
    text-align: center;
    padding:0;
}
.app-list{
	margin:0 1.5em;
	border-bottom: 1px solid #dfdfdf;
	padding:0;
    color: #000;
}
.app-list:first-of-type{
	padding-top:0px;
}
.app-list:last-of-type{
	border-bottom: none;
	margin-bottom:30px;
}
.app-list a{
	display: flex;
    align-items: flex-start;
	width: 100%;
	height:100%;
	padding:1em 0;
}
.app-list-pic{
    border-radius: 0px;
    min-width: 35%;
    max-width:35%;
    height: auto;
    background: none;
    margin:0;
    line-height: 0;
}
.app-list-pic img{
	border-radius:0px;
	width: 100%;
}
.app-list-txt{
    vertical-align: top;
    width: 60%;
    padding: 0;
    margin-left: 4% !important;
}
.mdui-list-item-three-line{
	height:auto;
}
.mdui-list-item-title{
	height:auto;
}
.list-time {
    color: #adadad;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}
.app-pages{
	margin: 0 1.5em 2.5em;
}
.app-pages a{
	display: block;
    width: 37%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #9b9b9b;
    color: #666;
    background: #fff;
}
.app-pages i{
	background: #d8d8d8;
    border-radius: 50%;
    color: #fff;
}
.public-time{
    color:#adadad;
    font-size: 12px;
    margin-top:12px !important;
}

/*文章内容页*/
.app-article{
    padding: 1.2em;
}
.app-article-title{
	font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.5;
}
.app-article-meta{
    color: #999;
    margin: 8px 0;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    border-bottom: 1px solid #eeecec;
    padding-bottom: 1em;
}
.app-article-content img{
	width: 100%;
    display: block;
    margin: 0 auto ;
}
.app-article-content , .app-article-content p{
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: justify;
    margin:0;
    word-wrap: break-word;
}
.app-groom{
	padding: 30px 30px 0;
    font-size: 24px;
    border-top:5px solid #f4f4f4;
}

/*菜单栏*/
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;
}
.app-collapse-menu{
    margin:0 16px;
}
.app-list-home{
    padding:0;
    margin:5px 0 10px;
    background: #a57159;
}
.app-list-home:hover, .app-list-home a:hover {
    background: #a57159;
}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#fff;
}
.app-hide-list i{
    margin-right: 5px;
    color: #a57159;
}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color: #1e1e1e;
    text-align: left;
}
.app-list-item-link{
    color:#fff;
    display: block;
    width:100%;
    text-align: left;
}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin: 8px;
    background: #fff;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mdui-collapse-item-body .app-sub-list i{
    float: right;
    margin-right: 5px;
    color: #a57159;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click {
    background: #ffeadf;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.culture-header {
    background: #53705e url(../images/new-head-bg.png) left top no-repeat;
    background-size: auto 48px;
    height: 48px;
}
.culture-header .app-list-home:hover, 
.culture-header .app-list-home a:hover {
    background: #3b516d;
}
.culture-header .menu-click {
    background: #216499;
    color: #fff;
}
.culture-header .app-list-home {
    background: #3b516d;
}
.culture-header .app-hide-list i {
    color: #fff;
}

.head {
  height: 74vw;
  background: url(../images/re-top.png?r=3) no-repeat center top;
  background-size: 100% auto;
}
.head .date {
  color: #2d4970;
  text-align: center;
  padding-top: 46vw;
  font-size: 4.8vw;
}
.cate {
  width: 35vw;
  margin: 0 auto ;
  display: block;
  padding-top: 22vw;
}
.cate img {width: 100%;}
.main {
  padding: 0 4vw;
}
.main .news {
  padding: 0 2vw 0 16vw;
  border-radius: 2vw;
  height: 12vw;
  line-height: 12vw;
  overflow: hidden;
  width: calc(100% - 18vw);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4vw;
  background: #b6cdea url(../images/icon.png) no-repeat 2vw center;
  background-size: auto 8vw;
  font-size: 3.8vw;
}
.pics {
  margin-top: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pics li {
  width: 44vw;
  display: flex;
}
.pics li a div {
  display: flex;
}
.pics li img {
  width: 100%;
  height: 33vw;
  object-fit: cover;
  border-radius: 2vw;
}
.pics li .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 2vw 0;
  text-align: center;
}
.back {
  background: #03a9b2;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 2vw;
  display: inline-block;
  padding: 1.2vw 4vw 1.2vw 2vw;
  font-size: 3.2vw;
  border-radius: 0 4vw 4vw 0;
}
.cate-name {
  text-align: center;
  margin-top: -10vw;
  margin-bottom: 2vw;
}
.cate-name img {
  width: 30vw;
}
.n-list {
  padding: 4vw;
  background: #fff;
  border-radius: 2vw;
}


.n-list li {
  margin-bottom: 4vw;
  color: #000;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4vw;
}
.n-list li a {
  display: flex;
  color: #000;
  font-size: 4.2vw;
}
.n-list .n-pic {
  width: 30vw;
  margin-right: 4vw;
}
.n-list .n-pic img{
  width: 100%;
}
.n-list .n-txt {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.n-list .n-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  color: #666;
}
.n-list .n-date {
  text-align: right;
  color: #ccc;
  font-size: 3.6vw;
}