ul,ol{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.container{
			width: 1100px;
		}
		.inner-panel{
			background: #fff;
			padding: 0 10px;
			border-radius: 10px;
		}
		.inner-content{
			padding-top: 40px;
		}
		.mod-wrap-login{
			border-radius: 10px;
		}
		
/*列表*/
.mod-wrap-daodu .mod-header .mod-title-style1, .mod-wrap-news .mod-header .mod-title-style1 {
    width: 800px;
    height: 64px;
    background-image: url(../../images/yey/yey-inner-title.jpg);
}
.mod-wrap-daodu .mod-header .mod-title-txt, .mod-wrap-news .mod-header .mod-title-txt {
    font-size: 22px;
    line-height: 64px;
    color: #333;
    padding-left: 80px;
    font-weight: bold;
}
.mod-wrap-news .news-infolist{
	margin-left: 30px;
}
.mod-wrap-news .news-infolist li{
	list-style: none;
	line-height: 48px;
	border-bottom: 1px dashed #ccc;
}
.mod-wrap-news .news-infolist li .news-infolist-date{
	background-color: #feeac3;
	padding: 5px 15px;
	margin-right: 10px;
}

.mod-wrap-login {
    height: 136px;
    display: block;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 3px 0px #e587bc;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    background-image: url(../../images/mod-login-bg_08.jpg);
}
.mod-wrap-login .mod-title-txt {
    padding-left: 80px;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    color: #4eb52e;
}
.mod-wrap-login .mod-wrap-body {
    padding: 20px 10px;
}
.mod-wrap-login .input-controls select, .mod-wrap-login .input-controls input {
    width: 180px;
    height: 40px;
    padding: 0;
    text-indent: 10px;
}
.mod-wrap-login .mod-wrap-body label {
    float: left;
}
.input-control-label {
    float: left;
    padding-top: 10px;
    text-align: right;
    margin-right: 15px;
}
.detail-header{
	display: block;
}
.subchannel .mod .green{
	color: #65bf29;
}
.subchannel .mod .green .txt{
	display: inline-block;
}
.subchannel .mod.withborder h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #d6d6d6;
 
}
.subchannel .mod {
    margin-top: 40px;
}
.subchannel .mod h2{
	       font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.subchannel .mod.withborder h2 .iconwraper{
	background: #65bf29;
	color: #fff;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
}
.subchannel .mod .asidetimeline {
    border-left: 1px solid #bfc3c4;
    margin: 25px 0 0 10px;
    padding: 0 0 0 25px;
}
.subchannel .mod .asidetimeline .time {
    border: 1px solid #bfc3c4;
    background: #fff;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 24px;
}
.subchannel .mod .asidetimeline .time.today i {
    border-right-color: #85bc0f;
}
.subchannel .mod .asidetimeline i.arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-right-color: #85bc0f;
    border-left-width: 0;
    left: -8px;
    margin-top: -8px;
    top: 50%;
    
}
.subchannel .mod .asidetimeline .time {
    border: 1px solid #85bc0f;
    background: #fff;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #85bc0f;
}
.subchannel .mod .asidetimeline span.click {
    font-size: 12px;
    float: right;
    color: #999;
}
.subchannel .mod .asidetimeline .time.today code {
    border-color: #85bc0f;
}
.subchannel .mod .asidetimeline code {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #bfc3c4;
    border-radius: 11px;
    left: -32px;
    top: 50%;
    padding: 0;
    margin-top: -5px;
}
.subchannel .mod .asidetimeline h3 {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0.75em 0 1.25em 0;
    font-weight: normal;
}

.content {
    background: #FFF  center top no-repeat;
    border-radius: 10px;
    margin-top: 40px;
}
.iconfont{
	background: url(../images/sprite.png);
}
.thunews-line-daodu{
	width:26px;
	height: 26px;
	margin:3px;
	display: block;
	background-position: 0 0;
}
.thunews-eye{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/sprite.png);
    background-position:0 -50px ;
    float: left;
}
/*详情*/
.detail-wrap{
	padding: 40px;
}
.detail-header{
	display: block;
	padding: 40px 0;
}
.detail-title{
	color: #4ca92f;
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.25em;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    /* border-bottom: 1px solid #ccc; */
}
.detail-meta{
    margin: 0 0 20px;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.detail-meta-txt{
	padding-top: 5px;
}
.detail-meta .detail-meta-txt span{
	margin-right: 10px;
	
	font-family:inherit;
	font-size: 14px;
	color: #333333;
}
.detail-body{
	padding-top: 30px;
}
.detail-body p{
	font-size: 16px;
	padding: 0.75em 0;
	line-height: 24px;
	background-color: #ffffff !important;
}
/*.detail-body p img{
	max-width: 620px;
}*/
.detail-footer .nextorprev{
	margin-top: 6px;
}
.detail-footer .nextorprev a{
	border-radius: calc(8px);
	border-radius: -moz-calc(8px);
	border-radius: -webkit-calc(8px);
	padding: 5px 10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.detail-footer .share{}

.panel-footer{
	padding: 20px 0;
}
.inner-panel{
	margin-bottom: 20px;
}
.inner-panel .mod-more{
	color: #04680a;
}
.inner-panel .mod-header{
	padding: 15px 0;
}
.inner-panel .news-infolist a{
	color: #04680a;
}
.foot{
    background: url(../../images/yey/foot-bg.png) no-repeat bottom transparent;
    height: 214px;
}