﻿@charset "UTF-8";
html {overflow-y:scroll;}
body {margin:0; padding:0; font:12px/1.5 Microsoft YaHei,Arial,sans-serif;width: 100%;background-color: #f3f3f3;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.hx a,.hx em,.fB{font-weight:bold;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {color:#252525; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#ba2636;text-decoration:underline;}
a:active {color:#ba2636;}

.warp{
	width: 1054px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.left{
	display: block;
	float: left;
}
.right{
	display: block;
	float: right;
}
.mt14{
	margin-top: 14px;
}
.mr8{
	margin-right: 8px;
}
.ml8{
	margin-left: 8px;
}
.mr0{
	margin-right: 0px !important;
}
.p15{
	padding: 15px;
}
.p8{
	padding: 8px;
}
.pr10{
	padding-right: 10px;
}
.pl10{
	padding-right: 10px;
}
.pt10{
	padding-top: 10px;
}
.pb10{
	padding-bottom: 10px;
}
.center{
	text-align: center;
}
.tleft{
	text-align: left;
}

.border{
	width: 100%;
	height: 1px;
	background-image: url(../img/border.png);
	background-repeat: repeat-y;
}
.fc{
	color: #737373;
}

.icon-dropdown{
	background-image: url(../img/icon-down.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px
}
.icon-eye{
	background: url("../img/images.png") no-repeat;
	padding-left: 20px;
    display: block;
    height: 26px;
    background-position: -132px -263px;
}
.icon-cat{
	background: url("../img/images.png") no-repeat;
    background-position: -132px -16px;
    padding-left: 19px;
}
	
.icon-timer{
	background: url("../img/images.png") no-repeat;
	padding-left: 15px;
    display: block;
    height: 26px;
    background-position: -136px 6px;
}

.h1{
	color: #ce8e7c;
	font-size: 16px;
	font-weight: 900;
}

.bg-white{
	background-color: #fff;
}

.listmore{
	font-size: 14px;
	color: #737373;

}
.subtitle{
	color: #9e9e9e;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: 300;
}
.mw843{
	max-width: 843px;
	height: auto;
}

.fontstyle1{
	color: #5c5c5c;
	font-size: 13px;
}
.fontstyle2 a{
	color: #656464;
	font-size: 13px;
	padding: 0 5px;
}

/*头部*/
.theader {
    border-bottom: 1px solid #dcdcdc;
    color: #737373;
    line-height: 29px;
}
.theader a {
    color: #252525;
}
.theader h1,.theader strong{
	margin:0px;
	padding:0px;
	font-weight: normal;
}
#header{
	height: 75px;
	padding-top: 24px;
}
#header p a{
	color: #737373;
}
.subbtn{
	width: 100px;
	height: 33px;
	background-color: #bb552f;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border:none;
}
.iputext{
	width: 250px;
	height: 31px;
	border:1px solid #adadad;
	line-height: 31px;
	padding-left: 3px;
	color: #cfcfcf;
	background-color: #f3f3f3;
}
#search{
	width: 331px;
}
.search-a{
	width:100%;
	overflow:hidden;
	height:21px;
	margin-top:5px;
}
.search-a a {
	color: #888888;
    font-family: Arial,Microsoft YaHei,sans-serif;
    font-size: 14px;
	margin-right: 10px;
	display:block;
	float:left;
}

/*导航*/
#nav{
	width: 100%;
	height: 37px;
	background-color: #bb552f;
	z-index: 10;
}
.navwarp li{
	float: left;
	width: 100px;
	border-right: 1px solid #d6724d;
	text-align: center;
	position: relative;
	z-index: 10;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.navwarp:first-child{
	border-left: 1px solid #d6724d;
}
.navwarp li,.navwarp li a{
	color: #fff;
	font-size: 14px;
	line-height: 37px;
}
.navwarp li a{
	display: block;
}
.navwarp li i{
	position: absolute;
	top:45%;
	right: 8%;
}
.navwarp li .sonnav{
	position: absolute;
	top:100%;
	left: 0px;
	width: 100px;
	height: auto;
	z-index: 10;
	display: none;
}
.navwarp li .sonnav a{
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	border-top:1px solid #d6724d;
	background-color: #c67556;
	text-align: center;
	line-height: 30px;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.navwarp li .sonnav a:hover{
	background-color: #a84621;
}
.navwarp li:hover{
	background-color: #a84621;
}
#nav .hover{
	background-color: #a84621;
	height: 39px;
	width: 102px;
    margin-top: -2px;
    margin-left: -1px;
    border-right: none;
    border-left: none;
}
.navwarp li a:hover{
	text-decoration:none;
}


/* 轮播*/
#falsh,#falsh ul{
	width: 700px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
#falsh ul li{
	display: none;
	position: absolute;
	left: 0px;
	top:0px;
}
#falsh ul li:first-child{
	display: block;
	opacity: 1;
}
.falsh-img img{
	width: 700px
	height: 310px;
	z-index: 2;
}
.falsh-title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../img/tg_flashbar.png);
	background-repeat: repeat-y;
	height: 36px;
	width: 100%;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	text-indent: 1em;
}
.falsh-title:hover{
	text-decoration: none;
	color: #fff;
}
.falsh-bar{
	position: absolute;
	right: 0px;
	bottom: 8px;
	z-index: 5;
}
.falsh-bar a{
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    cursor: pointer;
    background: url(../img/tg_flash_p.png) no-repeat -18px 0px;
    _background: #999;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/tg_flash_p.png", sizingMethod="crop"; );
}

.falsh-bar .seled{
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    cursor: pointer;
    background: url(../img/tg_flash_p.png) no-repeat 0px 0px;
    _background: #999;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/tg_flash_p.png", sizingMethod="crop"; );
}


/*最新美图*/
#newest{
	width: 315px;
	height: 296px;
	padding: 7px 10px;
	background-color: #fff;
	overflow: hidden;
}
#newest a{
	display: block;
	color: #5f5f5f;
	font-size: 14px;
	width: 100%;
	height: 21px;
	margin-top: 10px; overflow:hidden;
}
#newest a em{
	margin-right: 13px;
	font-size: 16px;
	font-weight: 600;
}
#newest a .red{
	color: #d81c1c;
}
#newest a:hover{
	text-decoration: none;
}
#newest a em{
	display: block;
	float: left;
}
#newest a .newest-title {
    width: 245px;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newest a .newest-date {
    display: block;
    float: right;
    color: #B7B5B5;
    font-size: 12px;
}
#newest a:hover{
	opacity: .8;
}
#newest .h1 a{
	font-size: 16px;
    font-weight: 900;
    color: #ce8e7c;
    height: auto;
    margin: 0;
}

.listrow{
	width: 185px;
	height: auto;
	padding: 10px;
	margin-right: 7px;
	margin-bottom: 13px;
}

.listrow img{
	width: 185px;
	height: 257px;
}

.listrow-big{
	width: 397px;
}
.listrow-big img{
	width: 397px;
}

.listrow h4{
	margin-top: 18px;
	margin-bottom: 15px;
}
.listrow h4,.listrow h4 a{
	font-size: 14px;
	color: #585858;
	font-weight: 600;
	width: 100%;
	height: 20px;
	overflow: hidden;
}


.ztrow {
    float: left;
    padding-bottom: 15px;
    padding-left: 2%;
    position: relative;
    width: 48%;
}

.ztrow-row{
	color: #4a4a4a;
	font-size: 13px;
	display: block;
	float: left;
	width: 20%;
	height: 19px;
    margin-bottom: 6px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ztrow span,.ztrow span a{
	color: #ce8e7c;
    font-size: 16px;
    font-weight: 900;
    display: block;
}
.ztrow span{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*meinvPage*/
.mnpage-zt{
	width:100%;
	padding-bottom:10px;
}
.mnpage-zt a{
	/*width: auto;*/
	margin-right: 22px;
	color: #4a4a4a;
	font-size: 13px;
	display: block;
	float: left;
	height: 19px;
    margin-bottom: 14px;
	white-space:nowrap;
	word-wrap: break-word;
}
/**/

.ztrowborder{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../img/border.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
}

/*友情链接*/
.subtitlelink{
	color: #9a9a9a;
	padding-left: 8px;
}
.link{
	padding: 10px;
}
.link a{
	color: #333333;
	font-size: 13px;
	margin-right: 6px;
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
	*display: block;
	*float: left;
}

#footer{
	background-color: #bb552f;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer div,#footer p,#footer a{
	color: #fff;
	font-size: 13px;
	text-align: center;
}




.listmain{
	width: 730px;
	height: auto;
	overflow: hidden;
}
.listmainrows{
	width: 200px;
	padding: 15px;
	margin-right: 6px;
	margin-bottom: 21px;
	background-color: #fff;
}
.listmainrows img{
	width: 200px;
	height: 270px;
}
.listmainrows h2 a,.listmainrows .list_h a{
	display: block;
	width: 100%;
	height: 21px;
	overflow: hidden;
	color: #585858;
	font-size: 14px;
	font-weight: 600;
	margin-top: 19px;
	margin-bottom: 19px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.listmainrowstag{
	margin-bottom: 12px;
	width: 100%;
    height: 18px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listmainrowstag:after{
	clear:both;
	content: ".";
	width: 0px;
	height: 0px;
	display: block;
	visibility: hidden;
}
.listmainrowstag span{
	font-size: 13px;
	color: #828282;
	display: block;
	float: left;
}
.listmainrowstag a{
	font-size: 13px;
	color: #656464;
	margin-right: 5px;
	display: block;
	float: left;
}
.listmiantimer{
	font-size: 12px;
	color: #656464;
}
.page{
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
}
.page a,span.page_nowindex,span.page_next,span.page_prev{
	width: auto;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	margin-right: 5px;
	*float:left;
	_float:left;
	*display:block;
	_display:block;
	*margin-right: 5px;
	_margin-right: 5px;
	text-align: center;
	color: #959595;
}
#contbody .page li{
	margin-right: 5px;
}
.page .thisclass,span.page_nowindex{
	background-color: #ea764b;
	color: #fff;
}



.lissub{
	width: 300px;
	height: auto;
}

.tjrows{
	width: 100%;
	height: 83px;
	margin-top: 20px;
}
.tjrows span{
	height: 83px;
	line-height: 83px;
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 800;
}
.tjrows .red{
	color: #bb552f;
}

.tjrows img{
	width: 60px;
	height: 83px;
	margin-right: 8px;
	margin-left: 8px;
}
.tjrowsinfo a:first-child{
	color: #525252;
	font-size: 13px;
	font-weight: 600;
	display: block;
	width: 176px;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	margin-top: 9px;
}
.tjrowsinfo p,.tjrowsinfo p a:first-child{
	color: #656464;
	font-size: 13px;
	margin-top: 8px;
}

.subzt{
	width: 100%;
	height: auto;
}
.subzt li{
	float: left;
}
.subzt li,.subzt li a{
	display: block;
	width: 149px;
	height: 48px;
	background-color: #fff;
	line-height: 48px;
	text-align: center;
	color: #828282;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.subzt .bor1{
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;}
.subzt .bor2{
	border-top: 1px solid #e0e0e0;
}
.subzt li a:hover{
	background-color: #fe8b61;
	color: #fff;
}


.sublike li{
	padding: 0 8px;
	height: 35px;
	border-top:1px dashed #f2f2f2;
	overflow: hidden;
}
.sublike li em{
	font-size: 14px;
	padding-right: 8px;
	color: #3c3c3c;
}
.sublike li .red{
	color: #c22525;
}
.sublike li a{
	color: #656464;
	font-size: 14px;
}
.sublike li em,.sublike li a{
	line-height: 35px;
}

#contbody h1{
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.cinfo,.cinfo span{
	color: #656464;
	font-size: 14px;
}
.cinfo span{
	display: inline-block;
	height: 26px;
	text-align: center;
	padding-right: 15px;
}


.conttjrows{
	width: 185px;
	height: auto;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 7px;
	margin-bottom: 15px;
}
.conttjrows img{
	width: 185px;
	height: auto;
}
.conttjrows h4,.conttjrows h4 a{
	width: 100%;
	height: 17px;
	line-height: 16px;
	color: #585858;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.conttjrows-h4,.conttjrows-h4 a{
	width: 100%;
	height: 17px;
	line-height: 16px;
	color: #585858;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.conttjrows .scl{
	color: #78787a;
	font-size: 13px;
}

.contctag{background-color: #ea764b;color: #fff;padding: 5px 12px;}
.fontstyle2 .cont-c-tag-a{background-color: #ff9770;color: #fff;padding: 5px 12px;margin-left: 5px;}
.fontstyle2 .cont-c-tag-a1{background-color: #393;}
.fontstyle2 .cont-c-tag-a2{background-color: #333;}
.fontstyle2 .cont-c-tag-a3{background-color: #ff6fc5;}
.fontstyle2 .cont-c-tag-a4{background-color: #f60;}
.fontstyle2 .cont-c-tag-a5{background-color: #b871aa;}
.c-list-pre{float: left;width: 48%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.c-list-next{float: right;width: 48%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: right;}
.cont-c-tag-p{padding-bottom: 10px;border-bottom: 1px solid #f3f3f3;}

#top{position: fixed;width: 32px;height: 32px;cursor: pointer;
	right:50px;
	bottom: 150px;
	overflow: hidden;
	display: none;
}
#top:hover{opacity: 0.9;}
.ad-warp{width:962px;padding-right:46px;padding-left:46px;}
.conWrapAd{width:960px;margin:14px auto 0;}

.local{font-size: 14px;}
.local h1,.local h2{
	font-weight: normal;
    display: inline;
	font-size:14px;
}

/* miaosu */
.con-desc{
	width:960px;margin-left:auto;margin-right:auto;text-align:left;line-height:24px;font-size:14px;margin-top:10px;
	padding: 5px;
    border: 1px dotted #dbdbdb;
    background: #f3f3f3;
    color: #7a7a7a;
}
.con-desc strong,.con-desc h2{
	display:block;float:left;color: #ea764b;font-weight: bold;
}

/* erjidaohang */
.mndh{
	height: 40px;
    margin: 20px auto 10px auto;
    border-bottom: 2px solid #bb552f;
    background: #fff;
}

.mndh a{
	height:40px;
	line-height:40px;
	padding:0 18px;
	font-size: 14px;
	color:#000;
	display:block;
	float:left;
}
.mndh a:hover{
	text-decoration:none;
	color:#bb552f;
}
.mndh a.cur{
	background-color:#df6a3e;
	color:#fff;
}
.mndh h1{
	font-weight: normal;
    display: inline;
	font-size:14px;
}

/* lanmu */
.mnzttj li{
	border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgb(183, 183, 183);
    float: left;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
    width: 164px;
}

.mnzttj li img {
    display: block;
    width: 164px;
}

.mnzttj li p{ 
	background: #f8f8f8 none repeat scroll 0 0;
    color: #8f8f8f;
    height: 46px;
    width: 100%;
}
.mnzttj .indexbox-title {
    color: #8f8f8f;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 46px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-indent: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cztw{
	width: 1060px;
}

.con-more-reco{overflow:hidden;padding: 10px 20px 20px 20px;}
.con-more-reco ul{width:1094px;overflow:auto;}
.con-more-reco span {
	margin-bottom: 15px;
	color: #ce8e7c;
	font-size: 16px;
	font-weight: 900;
	display: block;
	border-bottom:1px solid #dfdfdf;
	height:40px;
	line-height:40px;
}
.con-more-reco li{
	background: url("../img/xbtjyd.png") no-repeat scroll 0 center;
	display:block;
	float:left;
	width:473px;
	margin-right:70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.con-more-reco li a:first-child{
	padding-left: 15px;
}
.con-more-reco li em{
	display:block;
	float:right;
	color:#78787a;
}

/* 优优推荐 */
.con-more-reco .uutj{
	width: 1038px;
}
.con-more-reco .uutj a {
    width: 185px;
    height: auto;
    display: inline-block;
    overflow: hidden;
    margin-right: 18px;
}
.con-more-reco .uutj img {
    width: 100%;
    height: 260px;
}
.con-more-reco .uutj span {
    color: #585858;
    font-size: 14px;
    font-weight: normal;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}
/* 百度分享 */
.tag-bdshare{
	margin-bottom:20px;
}
.cont-bdshare div,.tag-bdshare div {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.cont-bdshare{
	text-align: left;
	margin-top: 5px;
}
.cont-bdshare a,.tag-bdshare a {
    margin-right: 8px;
}
/* 查找女神 */
.psearch{display: inline-block;}
.psearch input[type="text"] {
    width: 300px;
    border: 1px solid #e36739;
    height: 30px;
    padding: 0 5px;
}
.psearch input {
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.psearch input[type="submit"] {
    vertical-align: top;
    box-shadow: none;
    background: #e36739;
    border: none;
    margin: 0 0 0 -4px;
    color: #fff;
    width: 80px;
    cursor: pointer;
    border: solid 1px #e36739;
    padding: 0;
}
.psearch-ret{font-size:16px;}
#psearch-ret a{display:inline;float:none;font-weight: bold;text-decoration:underline;}
/* 百度搜索 */
#bdznsv input[type="text"]{
	width:259px;
	border: 1px solid #adadad;
}
#bdznsv input[type="text"]:focus {
  border-color: #adadad;
}
#bdznsv input[type="submit"] {
    background: #bb552f;
    width: 60px;
    border: solid 1px #bb552f;
}
