@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "SimSun";
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 2px;
	
}

ul {
	list-style: none;
}

img {
	border: none;
}

div {
    display: block;
}
a {
	text-decoration: none;
	background-color: transparent;
    text-decoration: none;
    color: #333;
    outline: none;
}
}

a:active, a:hover {
	outline: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border: 0;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.header-box {
	width: 100%;
	height: 30px;
	background: #e7e7e7;
}

.header-greet {
	font-weight: 600;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0px;
}

.header-box .header-icon {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
}

.header-box .header-icon .header-user {
	width: 100px;
	float: right;
	font-size: 15px;
	cursor: pointer;
	height: 30px;
}

.header-box .header-icon .header-home {
	width: 100px;
	float: right;
	font-size: 15px;
	cursor: pointer;
	height: 30px;
}

.header-box .header-icon .header-home p {
	margin-top: 6px;
	margin-left: 32px;
	font-weight: 600;
	border-right: 2px solid #000000;
}

.header-box .header-icon .header-user p {
	margin-top: 6px;
	margin-left: 32px;
	font-weight: 600;
}

.header-top {
	width: 100%;
	height: 90px;
	background: #ae8067;
}

.header-top .header-icon {
	width: 1600px;
	margin: 0 auto;
	height: 90px;
}

.header-top .header-logo {
	margin-top: 15px;
}

.header-top .header-logo-title {
	margin-bottom: 10px;
}

.navIn {
	height: 90px;
	float: right;
}

.header-ul li {
	float: left;
}
.header-ul li:hover{
	background: url(../images/oval.png) no-repeat left center;
}
.linkactive {
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 25px;
}

.anchor {
	background: url(../images/oval.png) no-repeat left center;
}

.home-page {
	width: 1200px;
	height: 800px;
	margin: 0 auto;
}

.home-type {
	width: 405px;
	height: 40px;
	margin-left:100px;
}

.home-type .type-btn {
	font-size: 18px;
	color: #fff;
	width: 130px;
	border-right: 2px solid #fff;
	background: url(../images/rectangle-red.png) no-repeat left center;
	height: 40px;
	float: left;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	line-height: 40px;
}

.home-type .type-btn-q {
	background: url(../images/rectangle-orange.png) no-repeat left center;
}

.search-input-box {
	width: 900px;
	/* background-color: #faf9f0; */
	height: 60px;
	border: 1px solid #8f735d;
	box-shadow: None;
	position: relative;
	margin-left:100px;
	margin-bottom: 15px;
	border-radius: 0 5px 5px 0;
	
}

.search-input-box .search-cat-box {
	float: left;
}

.search-input-box .search-cat-box a {
	display: block;
	width: 98px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	color: #646464;
	text-align: center;
	background: url(../images/search_list_arrow.png) no-repeat right center;
	background-color: #faf9f0;
}

.search-input-box .search-cat-box a {
	background-color: #faf9f0;
	border: None;
	border-radius: 0px;
	width: 118px;
	color: #333;
	font-weight: 900;
	margin: 1px;
    margin-top: 1px;
}

.search-input-box .search-cat-box ul {
    width: 112px;
    background-color: rgba(174,128,103,0.7);
    text-align: center;
    position: absolute;
    top: 60px;
    color: #fff;
	border: 1px solid #ae8067;
    left: -1px;
}
.search-input-box .search-cat-box ul li:hover{
	background: #753e2a;
	color: #fff;
}
.search-input-box .search-cat-box ul li {
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
.search-cat-box select{
	/* background-color: #faf9f0; */
	height:60px;
	line-height:60px;
	outline: none;
}
.search-input-box>input {
	border: none;
	outline: none;
	background-color: transparent;
}

.search-input-box>input {
	height: 60px;
    line-height: 60px;
    width: 650px;
    padding-left: 10px;
	
}

.sec_but {
	background: url(../images/rectangle-search.png) no-repeat center;
	cursor: pointer;
	width: 110px;
	height: 60px;
	border: none;
	float: right;
	border-left: 2px solid #903f2c;
    border-right: 1px solid #903f2c;
}

.fl {
	margin-left:100px;
	margin-bottom: 10px;
	float: left;
}

.fl label {
	font-size: 12px;
}
.footer {
    width: 1200px;
}
.footer {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #927359;
    color: #927359;
}
.bottom{
	
	padding: 20px 0;
}
.index-fenku {
	height: 50px;
	color: #fff;
	background: #ae8067;
}

.header-redleft {
	margin-left: 15px;
	width: 5px;
	height: 30px;
	background-color: #930019;
	position: absolute;
	margin-top: 10px;
}

.header-redword {
	margin-left: 30px;
	line-height: 50px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 4px;
}

.hr {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	background-color: #ae8067;
}

#four_flash .flashBg {
	width: 1090px;
	height: 275px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-left: 50px;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 275px;
	position: absolute;
	top: 15;
	left: 0;
}

#four_flash .flashBg ul.mobile li {
	float: left;
	width: 275px;
	height: 275px;
	color: #6C6E85;
}

.header-view {
	height: 275px;
	width: 1200px;
	overflow: hidden;
}

.header-redthread {
	float: left;
	height: 275px;
	width: 275px;
}

.header-viewleft {
	margin-top: 85px;
	margin-left: 10px;
	position: absolute;
}

.header-viewright {
	margin-top: 85px;
	margin-right: 10px;
	float: right;
}

.index-img {
	position: absolute;
	margin-top: -220px;
	margin-left: 36px;
	width: 225px;
	height: 167px;
}

.index-title {
	height: 28px;
	margin-left: 70px;
	margin-top: -45px;
}

.rectangle-border {
	margin-top: -15px;
	height: 275px;
	width: 275px;
	margin-left: -10px;
	background: url(../images/rectangle-border.png) no-repeat center;
}

.index-divcenter {
	height: 275px;
	width: 1110px;
	margin-left: 40px;
}

.header-fenku {
	background: url(../images/rectangle-bgtop.png);
}

.index-fenku2 {
	height: 50px;
	color: #fff;
	background: #ae8067;
}

.header-fenku2 {
	background: url(../images/rectangle-centre.png);
}

.rectangle-border2 {
	margin-top: 0px;
	height: 275px;
	width: 275px;
	margin-left: 10px;
	background: url(../images/topic_backgroud.jpg) no-repeat center;
}

.index-img2 {
	position: absolute;
	margin-top: -197px;
	margin-left: 38px;
	width: 220px;
	height: 129px;
}

.index-title2 {
	height: 28px;
	margin-left: 30px;
	margin-top: -45px;
}

.header-dynamic {
	height: 410px;
}

.header-dynamic2 {
	height: 110px;
	margin-top: 10px;
	width: 545px;
	margin-left: 40px;
	float: left;
}

.index-font {
	font-size: 22px;
	margin-top: 35px;
	position: absolute;
	color: #930019;
	font-weight: 600;
}

.index-font2 {
	font-size: 15px;
	margin-top: 75px;
	position: absolute;
	color: #a29d94;
	font-weight: 600;
	margin-left: 25px;
}

.index-font3 {
	margin-top: 30px;
	margin-left: 101px;
}

.index-font3, .index-font3 a {
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	width: 436px;
	line-height: 25px;
	min-height: 60px;
}

.hr2 {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	background-color: #ae8067;
}

.index-bottom {
	height: 120px;
}

.index-bottom1 {
	width: 1090px;
	margin-left: 55px;
	height: 120px;
}

.index-bottom2 {
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
	min-width:80px;
	min_width:80px;
	height: 50px;
	border: 1px;
	
	border-color: #daceb1;
	background-color: #f3ede1;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
	letter-spacing: 1px;
}

.index-bottom2 a {
	color: #000000;
}

.header-fenku3 {
	background: url(../images/rectangle-bottom.png);
}

.home-bg {
	height:1583px;
	background: url(../images/bg-index.png) top center no-repeat;
	position: absolute;
	width: 100%;
}

.home-top {
	padding-top: 20px;
	background: url(../images/rectangle-bgtop.png);
	/* width: 1200px; */
}

.srch_cor {
	width: 150px;
	height: 45px;
	font-size: 16px;
	margin-top: 8px;
	border-right: 1px dotted #999;
	text-align: center;
	line-height: 45px;
	background: url(../images/sec_a.png) no-repeat 123px center;
	display: inline-block;
}

.sech_box .search-cat-box ul {
	display: none;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	left: 38px;
	top: 45px;
	box-shadow: 0 3px 5px #777;
}

.sech_box .search-cat-box ul li {
	display: block;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	color: #97825f;
	font: 16px;
}

.met-column-nav .met-column-nav-ul {
	padding: 0px;
	list-style: none;
	margin: 0 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../images/small-title-bg.png);
	height: 17px;
	margin-bottom: 10px;
}

.met-column-nav .met-column-nav-ul>li {
	white-space: nowrap;
	display: inline-block;
	float: none;
}

a.link.active {
	color: #333333;
}

.met-column-nav .met-column-nav-ul>li a.link {
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	background: #fff;
	margin-top: -5px;
	padding: 0 10px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin: 0;
}

.met-editor {
	background: #ffffff;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	min-height: 650px;
	margin-top: 20px;
}

.met-editor p {
	text-indent: 2em;
}

.container {
	max-width: 100%
}

@media
(
min-width
:1600px)
{
.container {
	width: 1200px
}
}

.pages {
    margin: 10px 0 20px 0;
	padding: 20px 0;
}
.pages p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}
.pages p button {
    border: none;
    outline: none;
    height: 30px;
    line-height: 30px;
    background-color: #927359;
    color: #fff;
    padding: 0 13px;
    font-size: 12px;
    margin: 0 10px;
    font-family: "SimSun";
    cursor: pointer;
}
.pages p span {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.pages p input {
    width: 40px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    border: 1px solid #c0c0c0;
    outline: none;
    background-color: transparent;
}


.ft-result-box {
    padding-top: 20px;
    font-family: "Microsoft YaHei";
}
.ft-srch-container .ft-result-box h5 {
    font-size: 16px;
    color: #6a3017;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 12px;
}

.ft-srch-container .ft-result-box h5 span {
    font-size: 14px;
    color: #6a3017;
    font-weight: normal;
}

.ft-result-box p.writer {
    font-size: 13px;
    color: #0072ed;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
}

.ft-result-box p.result-item {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-bottom: 15px;
}

.ft-result-box p.result-item span.point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 13px;
}


.bookPage {
	height:30px;
	line-height:30px;
    width:80em;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px dotted #9a989b;
}
.ft-result-box .down {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #000;
}

.ft-result-box .up { width:0; height:0; border:15px solid transparent; border-bottom: 15px solid #000; margin-top:-15px;}


.js-show-all {
    cursor: pointer;
}
.hidden {
    display: none;
}

.jiahao{line-height:14px;font-size:20px;color: #761e2a;top:15px;position: relative;cursor: pointer;float: left;margin-left: -10px;}
.jianhao{line-height:14px;font-size:20px;color: #761e2a;top:15px;left:6px;;position: relative;cursor: pointer;float: left;margin-left: 10px;}
.guanxi2{height: 60px;line-height: 60px;width:60px;}

