.inforight{margin:0 80px;}
.inforight h1{padding:10px 0;}
.infocontent{font-size:14px;line-height:30px;}

.tstheme{}
.tstheme ul{}
.tstheme ul li{float:left;padding:5px;height:130px;margin:1px;text-align:center;border:solid 1px #fff}
.tsthe.seame ul li a{}
.tstheme ul li:hover{border:solid 1px #336699}

html, body {
	margin: 0;
	background-color: #eee;
}
.content{
	width:1024px;
	margin:0 auto;
	overflow: hidden;
}
.content2{
	width:1024px;
	margin:0 auto;
}
header .menu_new{
	background-color:#3d9ccc;
	height:80px;
	width:100%;
	color:#fff;
}
header .logo{
    float: left;
}
header .search{
	color:#000;
}
header .menu_new1200{
	width:1024px;
	height:80px;
	position:relative;
	margin:0 auto;
}
header .menu_new1200 #img{
	padding-top:13px;
	float:left;
}
header .menu_new_caidan {
	line-height:80px;
	color:#ffffff;
	font-size:16px;
	display:inline-block;
	cursor:pointer;	
}

header .nav_left{
	float:left;
	margin-left:50px;
}

header .nav_right{
	float:right;
	margin-right:20px;
}

header .search{
	width:90px;
	height:24px;
	padding-left:0px;
	border-radius:12px;
	border:0px;
	display:inline-block;
	vertical-align: middle;
}
.nav_right form{
    position: relative;
}
.myAbout{
    position: absolute; 
    top:55px;
    right:15px;
    width: 90px;
    text-align: center;
    z-index: 1000;
    display: none;
    color:#000; 
}
.myAbout li{
    background-color: #fff;
    line-height: 30px;
	cursor:pointer;
}
.myAbout li:hover{
    background-color:#28b8ec;
    color:#fff;
}
.search_btn{
    line-height: 24px;
    position: absolute;
    right: 5px;
    top:27px;
}
.search_btn img{
    width: 20px;
    height: 20px; 
}
/*手机端*/
	* {
		font-family: 'microsoft yahei' !important;
	}
	img {
		max-width: 100% !important;
	}
	.hf_m_pageTitle {
		display: none;
	}
@media screen and (max-width:800px) {
	footer{
		display: none;
	}
	header .menu_new{
		overflow:hidden;
	}
    .hf_m_pageTitle {
		height: 50px;
        display: block;
        margin: 0 5%;
        width: 90%;
        background: rgba(0, 0, 0, 0.5);
        margin-top:15px;
    }
    .menu_new1200,.tags {
    		display: none;
    }
    #hf_m_logoTitle {
        font-size: 32px;
        color: #ffffff;
    }
    .hf_m_pageTitle img {
		width: 20%;
        margin: 0 0.5px 14px 2%;
    }
}


    .testDiv {
        top: 0;
        position: fixed;
        overflow: hidden;
        display: none;
        width: 200%;
        height: 100%;
        left: 0px;
        background: rgba(0, 0, 0, 0);
        -webkit-animation: moveleft 0.3s ease 1;
        -o-animation: moveleft 0.3s ease 1;
        animation: moveleft 0.3s ease 1;
        z-index: 1000;
    }
    .testDivBack {
        top: 0;
        overflow: hidden;
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        left: -60%;
        background: rgba(0, 0, 0, 0);
        -webkit-animation: moveright 0.3s ease 1;
        -o-animation: moveright 0.3s ease 1;
        animation: moveright 0.3s ease 1;
        z-index: 1000;
    }
    .realDiv {
        background: #24211b;
        position: fixed;
        width: 60%;
        height: 100%;
        z-index: 10;
		opacity:0.8;
    }
    .realDiv ul {
			padding: 0 10%;
    		/*padding: 100px 10%;*/
    		list-style: none;
    }
    .realDiv ul li {
    		font-size: 20px;
    		margin: 20px 0;
    		color: rgba(255, 255, 255, 1);
    }
    .realDiv ul li img {
    		height: 26px;
    		width: 34px;
    		margin: -2px 10% 0 5%;
    }
    .closeDiv {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        right: 0;
        top: 0;
        width: 200%;
        height: 100%;
        z-index: 2;
    }
    #about {
        float: left;
        margin-left: 5%;
    }
    #about:after {
        content: '\20';
        visibility:hidden;
        height: 0;
        display:block;
        clear: both;	
    }
    #exit {
        float:right;
        margin-right: 15%;
    }
    #exit:after {
        content: '\20';
        visibility:hidden;
        height: 0;
        display:block;
        clear: both;	
    }
	#about, #exit {margin-top:10px;}
    @-webkit-keyframes moveleft {
        0% {
            left: -60%;
        }
        100% {
            left: 0px;
        }
    }
    @-webkit-keyframes moveright {
        0% {
            left: 0;
        }
        100% {
            left: -60%;
        }
    }
	.ty_search_area input {
		/*height: 22px;*/
		width: 100%;
		padding-bottom:4px;
		font-size:14px;
	}
	.ty_search_area {
		margin-bottom:30px;
		width: 120px;
	}
	.ty_search_area button {
		padding:6px 11px;
	}
	.ty_hiden_search {
		/*display:none;
		position:absolute;
		padding:10px 20px;
		margin-top:40px !important;
		background-color:rgba(0,0,0,0.5);
		border-radius:5px;*/
	}
	.ty_s_input {
		/*width:200px !important;*/
		/*float:none !important;*/
		padding-top:5px !important;
	}
	.ty_button_block {
		position:absolute;
		width:24px;
		height:24px;
		background:url(public/images/drop.png) no-repeat;
		background-size:180%;
		background-position:-12px 40%;
		margin-top:30px !important;
		z-index:999;
		display: none;
	}
	.pages {
		font-size: 16px;
		text-align: center;
		padding: 10px 0;
	}
/*------------------------------------*/
.header {
	width: 100%;
	height: 360px;
	padding: 20px 0;
}
.tags {
	margin: 0px auto;
	width: 1200px;
	padding: 10px 0;
	/*background: rgba(0, 0, 0, 0.5);*/
}
.tags img {
	float: left;
	width: 200px;
}
.tags span {
	color: #fff;
	font-size: 20px !important;
}
.tags_span {
	padding: 13px 0;
}
.tags_span span:nth-child(2n-1) {
	margin: 0 15px;
}
.tags_span span:first-child {
	margin-left: 50px;
}
.tags_span span:nth-child(2n-2):hover {
	cursor: pointer;
	color: rgba(250, 238, 13, 1);
}
.tags input::-webkit-input-placeholder {
    color: #fff;
}
.tags input:-moz-placeholder {
    color: #fff;
}
.tags input:-ms-input-placeholder {
    /* IE10+ */
    color: #fff;
}
.tags input {
	/*margin: -4px 10px 0 0;*/
	float: right;
	background-color: inherit;
	color: #fff;
	padding: 0;
	border: 1px solid #fff;
	font-size: 19px;
	border-radius: 5px;
}
.tags_span div {
	font-size: 20px !important;
	color: #fff;
	margin: 0 10px 0 0;
	float: right;
}
.tags_span div:hover {
	cursor: pointer;
}
.tags:after {
	content: '\20';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/*张枢恒增加*/
.TY_group, .TY_title_box, .TY_group_details, .TY_group_members {background-color:#ffffff;}
.TY_group {
	min-height:87px;
	margin-bottom:20px;
}
.TY_avatar_circle {
	float:left;
	width:48px;
	height:48px;
	background-color:#54ae3f;
	background-repeat:no-repeat;
	border-radius:50%;
	margin:18px 14px 11px 21px;
	-moz-border-radius:50%;
	overflow:hidden;
}
.TY_group_content {
	float:left;
	width:790px;
	margin-top:16px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.TY_group_content>a:first-child {
	color:#54ae3f;
	font-size:18px;
	font-weight:bold;
}
.TY_group_content>div:last-child {
	color:#999999;
	font-size:12px;
	margin-top:12px;
}
.TY_group_replies {
	float:right;
	color:#999999;
	font-size:12px;
	margin-top: -4px;
	margin-left:20px;
}
.TY_group_replies span:last-child {
	height:24px;
	line-height:24px;
	padding:0px 10px;
	margin:0 10px 10px 2px;
	font-size:12px;
	color:#ffffff;
	background-color:#54ae3f;
	text-align:center;
}
/*张枢恒增加结束*/
@media only screen and (max-width: 600px) {
	.go-top img {
		width: 48px;
		height: 48px;
	}
	.footer {
		padding: 15px 0;
	}
}