body {
    background: #F0EFEF;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clr {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.bottom40 {
    height: 40px;
}

.top46 {
    height: 46px;
}


/* 栏目选择css -------------------------------------- */

.main-menu:after {
    clear: both;
    content: " ";
    display: block;
}

.main-menu li {
    float: left;
    margin-left: 2.5%;
    margin-top: 2.5%;
    width: 30%;
    border-radius: 3px;
    overflow: hidden;
}

.main-menu li a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}

.main-menu li a b {
    display: block;
}

.main-menu li a img {
    width: 50px;
    height: 50px;
}

.main-menu li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.main-menu li:nth-child(8n+1) {
    background-color: #36A1DB
}

.main-menu li:nth-child(8n+2) {
    background-color: #678ce1
}

.main-menu li:nth-child(8n+3) {
    background-color: #8c67df
}

.main-menu li:nth-child(8n+4) {
    background-color: #84d018
}

.main-menu li:nth-child(8n+5) {
    background-color: #14c760
}

.main-menu li:nth-child(8n+6) {
    background-color: #f3b613
}

.main-menu li:nth-child(8n+7) {
    background-color: #ff8a4a
}

.main-menu li:nth-child(8n+8) {
    background-color: #fc5366
}

.main-menu li {
    width: 33.3%;
    border-radius: 0;
    margin: 0;
    background-color: #222222
}

.main-menu li a {
    padding: 15px 0 5px 0;
    margin: 2px
}

.main-menu li a img {
    width: 46px;
    height: 46px;
}

.main-menu li:nth-child(3n+2) {
    width: 33.4%;
}

.main-menu li:nth-child(18n+1) {
    background-color: #eeb935
}

.main-menu li:nth-child(18n+2) {
    background-color: #F0C13B
}

.main-menu li:nth-child(18n+3) {
    background-color: #eeb935
}

.main-menu li:nth-child(18n+4) {
    background-color: #E6A235
}

.main-menu li:nth-child(18n+5) {
    background-color: #E9AC3B
}

.main-menu li:nth-child(18n+6) {
    background-color: #E6A235
}

.main-menu li:nth-child(18n+7) {
    background-color: #E87223
}

.main-menu li:nth-child(18n+8) {
    background-color: #EB7D27
}

.main-menu li:nth-child(18n+9) {
    background-color: #E87223
}

.main-menu li:nth-child(18n+10) {
    background-color: #DA5504
}

.main-menu li:nth-child(18n+11) {
    background-color: #DF5E05
}

.main-menu li:nth-child(18n+12) {
    background-color: #DA5504
}

.main-menu li:nth-child(18n+13) {
    background-color: #E87223
}

.main-menu li:nth-child(18n+14) {
    background-color: #EB7D27
}

.main-menu li:nth-child(18n+15) {
    background-color: #E87223
}

.main-menu li:nth-child(18n+16) {
    background-color: #E6A235
}

.main-menu li:nth-child(18n+17) {
    background-color: #E9AC3B
}

.main-menu li:nth-child(18n+18) {
    background-color: #E6A235
}


/* 栏目选择css -------------------------------------- */


/* 底部css -------------------------------------- */

.footer {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
}

.top_menu {
    display: -webkit-box;
    border-top: 1px solid #3D3D46;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 40px;
    display: -webkit-box;
    display: box;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#697077), to(#3F434E), color-stop(60%, #464A53));
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}

.footer .top_menu>li {
    -webkit-box-flex: 1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15)));
    ;
    -webkit-background-size: 1px 100%, 1px 100%;
    background-size: 1px 100%, 1px 100%;
    background-position: 1px center, 2px center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.top_menu li:first-child {
    background: none;
}

.footer .top_menu li a {
    line-height: 40px;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-flex: 1;
}

.footer .top_menu li a label {
    padding: 0 0 0 3px;
    font-size: 12px;
}

.footer .top_menu>li>a img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    color: #fff;
    line-height: 40px;
    vertical-align: middle;
}

.footer li:first-child a {
    display: block;
}


/* 底部css -------------------------------------- */


/* 列表01css -------------------------------------- */

.list01 li {
    display: block;
    color: #222222;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
    text-decoration: none;
    background: #F9F9F9;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    /*padding:10px 8px;*/
    overflow: hidden;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
}

.list01 li a {
    padding: 10px 40px 9px 8px;
    display: block;
}

.list01 li.only4 a {
    padding: 10px 40px 9px 8px;
    display: block;
}

.list01 li .img {
    width: 75px;
    height: 42px;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
    overflow: hidden;
    border-radius: 3px;
}

.list01 li img {
    width: 75px;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

.list01 li:hover {
    background-color: #eeeeee;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.list01 li:active {
    background-color: #eeeeee;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.list01 li h2 {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: normal;
    height: 20px;
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    white-space: normal;
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 2px 0 0;
}

.list01 li p {
    display: block;
    font-size: 12px;
    color: #9C9C9C;
    line-height: 16px;
    font-weight: normal;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    padding-right: 2px;
    margin: 0;
    white-space: nowrap;
    height: 16px;
}

.list01 li .icon {
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 14px;
    width: 14px;
    background: url(../images/arrow01.png) no-repeat 0 0;
    background-size: 14px 14px;
}

.list01.square li.only4 a {
    padding: 5px 40px 4px 5px;
}

.list01.square li .img {
    border-radius: 3px;
    height: 60px;
    /*图片高度*/
    width: 60px;
    /*图片宽度*/
    margin: 0 10px 0 0;
}

.list01.square li img {
    width: 60px;
    height: 100%;
    /*图片宽度*/
}

.list01.square li p.onlyheight {
    height: 32px;
    /*分类描述*/
}

.list01.square li.only4 p {
    white-space: normal;
}

.list01.square li p {
    white-space: normal;
}


/* 列表01css -------------------------------------- */







/* 列表02css -------------------------------------- */
.list02{ 
}
.list02 .panel {
	border:0px solid #D1D1D1;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px 5px 10px 10px;
	-moz-border-radius:5px 5px 10px 10px;
	border-radius:5px 5px 10px 10px;
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
background-size:2px auto;
	margin: 15px 9px 15px 10px;
}


.list02 li .list02-head {
	/*height:48px;*/
		padding:10px 10px 8px;
	border-bottom:0px solid #D3D8DC;
	color:#000000;
	font-size:20px;
}
.list02 li .list02-head .title {
	line-height:1.2em;
	font-size:18px;
	display:block;
	text-align: left;/*height:25px;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden;*/
	}

.list02 li .list02-img {
	padding: 0px 10px 0px 10px;
	overflow:hidden;
	position: relative;
	/*max-height:164px;*/
}
.list02 li .list02-img img {
	width: 100%;
}

.list02 li .list02-footer {
	-webkit-border-radius:0px 0px 12px 12px;
	-moz-border-radius:0px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
	padding: 0 10px;
	overflow: hidden;
}
.list02 li .list02-footer .bt{
	line-height:38px;
	display:block;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#666;
		
}
.list02 li .mesgIcon {
	display:inline-block;
	height:19px;
	width:13px;
	margin:8px 0px -2px 4px;
	background:url(../images/ico-next2.png) no-repeat;
	background-size: 10px auto;
    float: right;
}
.list02 li .list02-footer .mesgIcon {
	margin:10px 0px 15px 0;
}
/* 列表02css -------------------------------------- */








/* pagebox css -------------------------------------- */

.pagebox {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    display: none;
}

.center {
    width: 50px;
    background-color: #F4F4F4;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
    border: 1px solid #ABABAB;
    background-image: linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E1E1E1), color-stop(1, #ffffff));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px #FFF;
    box-sizing: initial;
}

.pageprev,
.pagenext {
    margin: 0 10px;
    width: 50px;
    background-color: #fafafa;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
    border: 1px solid #ABABAB;
    background-image: linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E1E1E1), color-stop(1, #ffffff));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px #FFF;
    box-sizing: initial;
}

.pageprev a,
.pagenext a {
    color: #fd54a0;
}

.pageprev:active,
.pagenext:active {
    line-height: 21px;
    background-image: linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #E1E1E1));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
}


/* pagebox css -------------------------------------- */


/* 详细页 css -------------------------------------- */

.ui-header {
    width: 100%;
    height: 46px;
    line-height: 46px;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.ui-header .fixed {
    display: block;
    margin: 0 auto;
    min-width: 320px;
    height: 45px;
    top: 0;
    border-bottom: 1px solid #D1D1D1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    background-image: -webkit-linear-gradient(#ffffff, #f9f9f9);
    background-image: -moz-linear-gradient(#ffffff, #f9f9f9);
    background-image: -ms-linear-gradient(#ffffff, #f9f9f9);
    background-image: -o-linear-gradient(#ffffff, #f9f9f9);
    background-image: linear-gradient(#ffffff, #f9f9f9);
}

.ui-title {
    min-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 10px 70px 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 !important;
    display: none;
    text-indent: -10px;
    color: #333;
}

.ui-title:focus,
.ui-title:hover {
    color: #333;
}

.ui-btn-left_pre {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/pre.png) no-repeat center center;
    display: block;
    width: 50px;
    height: 44px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background-size: 24px auto;
}

.ui-btn-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/home.png) no-repeat center center;
    display: block;
    width: 50px;
    height: 44px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background-size: 24px auto;
}

#win {
    position: fixed;
    top: 55px;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
    display: none;
    z-index: 5;
}

#popmenu {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    box-sizing: initial;
}

#popmenu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #9D9D9D transparent;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 4;
}

.dropdown {
    /* Size and position */
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px;
    /* Styles */
    background-color: rgba(47, 47, 47, 1);
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
    list-style: none outside none;
}

.dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 90px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: rgba(47, 47, 47, 0.9) transparent;
}

.dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 88px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.dropdown li {
    background-color: rgba(58, 58, 58, 1);
    display: block;
    float: left;
    height: 37px;
    width: 50%;
}

.dropdown li span {
    border-color: #494949 #181818 #181818 #494949;
    border-left: 1px solid #494949;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    line-height: 37px;
    display: block;
    font-size: 15px;
    height: 37px;
    text-align: center;
    text-shadow: 0 2px 2px #000000;
    width: 100%;
}

.dropdown li:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.main-head {
    padding: 10px 0;
}

.main-head h1 {
    font-size: 20px;
    color: #000;
    /* font-weight: bold; */
    word-break: normal;
    word-wrap: break-word;
    margin: 0;
    font-weight: normal;
}

.date {
    font-size: 11px;
    color: #8c8c8c;
    margin: 0;
}


/*其他内容*/

.other-wrap {
    border: 0px solid #D1D1D1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 10px 0;
    padding: 10px 15px;
}

.recommend {
    display: block;
    color: #535353;
    border: 0;
    text-align: left;
    font-size: 16px;
    border-radius: 0;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    margin: 0;
    text-indent: 25px;
    background: url("img/ttext.png") no-repeat scroll left center transparent;
    background-size: 20px auto;
}

.olload {
    display: block;
    color: #535353;
    border: 0;
    text-align: left;
    font-size: 16px;
    border-radius: 0;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    margin: 0;
    text-indent: 25px;
    background: url("../images/recommend.png") no-repeat scroll left center transparent;
    background-size: 20px auto;
}

.newsmore {
    display: block;
    margin-top: 0;
    cursor: pointer;
    border-top: 1px solid #E0E0E0;
}

.olditem {
    display: block;
    padding: 10px 0 9px 0;
    background-color: #ffffff;
    line-height: 25px;
    border-radius: 0;
    box-shadow: 0;
    text-align: left;
    background: url("../images/ico-next.png") no-repeat scroll right center transparent;
    background-size: 7px auto;
}

.title {
    display: block;
    margin-left: 0;
    color: #535353;
    font-size: 14px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

a.go-top {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 0;
    padding: 15px;
    text-align: center;
    display: block;
    color: #535353;
}

a.more {
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    cursor: pointer;
    background-color: #FFFFFF;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    display: block;
    color: #535353;
}

.go-top .go {
    background: url("../images/newstop.png") no-repeat scroll left center transparent;
    background-size: 11px auto;
    display: block;
    margin: 0 auto;
    text-indent: 15px;
    width: 85px;
}


/* 详细页 css -------------------------------------- */



/* 图片头部 css -------------------------------------- */
.head-img{
	display:block;
	text-align:center;
}
.head-img img{
	width:100%;
	border:0;
}
/* 图片头部 css -------------------------------------- */






/* 列表03 css -------------------------------------- */

#Gallery {
list-style-type: none;
position: relative; 
margin: 0;
}
#Gallery li {
width: 150px;
background-color: #ffffff;
border: 1px solid #ffffff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: none;
cursor: pointer;
padding: 4px;

box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.1);


}

#Gallery li img {
display: block;
width:100%
}
#Gallery li p {
color: #666;
font-size: 12px;
margin: 5px 0 0 0px;
white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center
}
#Gallery ali:nth-child(3n) {
height: 175px;
}

#Gallery ali:nth-child(4n-3) {
padding-bottom: 30px;
}

#Gallery ali:nth-child(5n) {
height: 250px;
}

/* 列表03 css -------------------------------------- */










