/*
Theme Name: awm.ink
Theme URI: https://www.awm.ink
Description: 完美世界国际版官方网站
Version: 1.8.1
Author: StevenYang
Author URI: https://www.awm.ink
Tags: 新闻列表、幻灯片、开区信息
Text Domain: 完美世界国际版官方网站
*/

/* Begin Typography & Colors */
p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, textarea, table, td {
    margin: 0;
    padding: 0;
}
body{
	margin: 0;
    padding: 0;
	width: 100%;
	background-size: cover;
	background-image:url(../images/bg_04.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	font-size:12px; 
	font-family:"Microsoft YaHei",Verdana,Geneva,sans-serif;
}
/*全局*/
#page{
	width: 1030px;
	margin: 0px auto;
	padding: 0;
}
/*头部*/
#header{
	margin: 0 auto;
    position: relative;
    height: 225px;
}
/*菜单*/
.menu {
	width: 1030px;
	height: 35px;
	right: 0;
	top: 0;
	font-family: "Microsoft YaHei",Verdana,Geneva,sans-serif;
}
.menu_nav {
    float: right;
    width: 100px;
    height: 76px;
	font-size: 18px;
    display: inline;
	margin: 0 20px 0 0;
    position: relative;
}
.menu_nav:hover{
	background:transparent url(../images/content_tit_bg.png);
}
.menu_nav a {
    display: block;
    width: 100px;
    text-align: center;
	text-decoration: none;
}
.menu_nav a strong {
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #df2020;
    padding: 20px 0 0 0;
    height: 24px;
}
.menu_nav a span {
    display: block;
    font-size: 12px;
    color: #ff6e6e;
}
.menu_item {
    width: 100px;
    position: absolute;
    left: 0;
    top: 76px;
    display: none;
	font-size: 14px;
	background: #650000;
}
.menu_item a {
    display: block;
	padding: 8px 0;
    color: #fff;
	text-decoration: none;
	border-top: 1px solid #822222;
}
.menu_item a:hover{
	color: #ffff00;
}
/*标志*/
.logo {
	margin: 0;
	padding: 58px 0 0 0;
    display: flex;
    position: absolute;
}
.logo a {
	display: block;
	width: 252px;
	height: 130px;
	position: absolute;
	text-indent: -999px;
	margin: 0;
    background: transparent url(../images/logo.png) no-repeat;
}
/*左侧主体*/
#warp {
	float: left;
	padding: 0;
	margin: 0;
	width: 705px;
}
.page_center{
	margin: 0;
	padding: 0;
}
/*幻灯片*/
.image_case{
	width: 705px;
	height: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.image_case ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.image_case li{
	height: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.image_case li.show{
	visibility: visible;
	opacity: 1;
}
.image_case li a{
	display: block;
}
.image_case li a img{
	width: 705px;
	height: auto;
}
.image_case .image_case-title{
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	background: rgb(0,0,0);
	filter:alpha(opacity=60);
	background: rgba(0,0,0,.6);
	color: rgb(255,255,255);
	font-size: 16px;
	height: 0;
	line-height: 30px;
	transition: height .5s;
	-webkit-transition: height .5s;
}
.image_case .image_case-title.show{
	height: 30px;
}
.image_case .image_case-title span{
	margin-left: 10px;
	position: relative;
}
.image_case-prev,.image_case-next{
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
	font-size:30px;
	font-family: 'Microsoft YaHei';
	color:rgb(255,255,255);
	background: rgb(51,51,51);
	filter:alpha(opacity=60);
	background: rgba(51,51,51,.6);
	position:absolute;
	top:45%;
	border-radius:50%;
	cursor:pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.image_case-prev:hover,.image_case-next:hover{
	background: rgba(30,30,30,.8);
}
.image_case-prev.show,.image_case-next.show{
	visibility: visible;
	opacity: 0.7;
}
.image_case-prev span,.image_case-next span{
	position: relative;
}
.image_case-prev{
	left: 5px;
}
.image_case-next{
	right: 5px;
}
.image_case-nav{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	margin: 0;
	text-align: center;
}
.image_case-nav dl{
	margin: 0;
	display: inline;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
	padding: 0 5px;
}
.image_case-nav dd{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b7b7b7;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.image_case-nav dd.selected{
	background: #fd6730;
}

/* slide */
.image_case .slide li{
	position: relative;
	float: left;	
	visibility: visible;
	opacity: 1;
}
/*新闻列表*/
.news{
	position:relative;
	margin: 0 0 10px 0;
	padding:0;
	width:705px;
	background: #fff;
	color:#313131;
	overflow: hidden;
}
.hot_area{
	margin: 10px 15px 0 10px;
    padding: 12px;
    background: url(../images/1_03.jpg) repeat;
}
.hot_entry{
	margin: 0;
    padding: 0 0 0 115px;
    background: url(../images/spr.png) 1px 2px no-repeat;
}
.hot_area p{
	margin: 0;
	padding: 0;
	color: #640f12;
	line-height: 24px;
	font-size: 13px;
	text-overflow: ellipsis;
}
h2.news_hot{
    display: block;
    text-align: left;
    padding: 10px 0 10px 35px;
    text-decoration: none;
    background: url(../images/hot.png) 2px 12px no-repeat;
}
h2.news_hot a{
	font-size: 18px;
    color: #b30000;
    font-weight: bold;
	text-decoration: none;
}
h2.news_hot a:hover{
	color: #ff0000;
}
.news_category{
	padding:0;
	overflow: hidden;
	border-bottom:1px solid #ebcece;
}
.news_category li{
	float: left;
    width: 84px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}
.news_category li.on{
	color: #b30000;
	border-bottom:2px solid #c01000;
}
.news_detail{
	display:none;
	padding:5px 15px 15px 15px;
}
.news_more{
	position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px;
    color: #ccc;
}
.news_more:hover{
	color: #b10000;
}
.news_detail ul li{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px dotted #ebcece;
}
.news_detail ul li .category_li{
	color: #fff;
	font-size:12px;
	padding: 1px 6px;
	border-radius: 2px;
	background: #b10000;
}
.news_detail ul li:nth-last-child(1){
	border:none;
}
.news_detail ul li a{
	display:block;
	padding:10px 0;
	color:#484444;
	font-size: 13px;
	text-decoration: none;
}
.news_detail ul li a:hover{
	color:#b30000;
	text-decoration: underline;
}
.news_detail ul li span, .news_detail ul li p{
	float: left;
	margin: 0 10px 0 0;
	color:#484444;
}
.news_detail ul li em{
	float: right;
	color:#696;
}
/*江湖百晓阁*/
.games {
	position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    width: 705px;
	height: 260px;
    background: #fff;
}
.games h2 {
	width: 695px;
    position: relative;
    padding: 12px 0 15px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #b30000;
    border-bottom: 1px solid #ebcece;
    margin: 0 0 15px 0;
}
.games ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.games ul li {
	float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    width: 128px;
    height: 175px;
    overflow: hidden;
}
.games ul li a {
	display: block;
    position: relative;
    width: 125px;
    height: 175px;
}
.games ul li a img{
	width: 125px;
    height: 175px;
    padding: 0 5px 0 0;
    transition: all .5s;
}
.games ul li a:hover img{
	transform:scale(1.2);
}
.games ul li a p {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #4c46468f;
}
/*游戏特色*/
.special_box{
	position: relative;
    margin: 0;
    padding: 0;
	height: 222px;
	background: #fff url(../images/help-role1.png) right bottom no-repeat;
}
.special_box h2 {
	padding: 10px 15px;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #c01000;
    border-bottom: 1px solid #c0c0c0;
}
.special{
	margin: 0;
    padding: 0 15px 20px 15px;
    font-size: 12px;
}
.special ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}
.special ul li{
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 29px;
	font-size: 13px;
	list-style-type: none;
	list-style: none;
	color: #2d1d1a;
	background: url(../images/icon.png) no-repeat 1px 0;
}
.special ul li:hover{
	background: url(../images/icon.png) no-repeat 1px -30px;
}
.special ul li span{
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 2px;
	margin: 0 10px 0 0;
	background: #ff0000;
}
/*侧边栏*/
#sidebar{
	padding: 0;
	margin-left: 715px;
	width: 315px;
}
/*用户中心*/
.no_login{
	margin: 30px 0;
    padding: 0 0 30px 0;
}
.need_login{
	margin: 0;
    line-height: 90px;
    padding: 0 0 0 150px;
    font-size: 13px;
    background: url(../images/nologin.png)1px 1px no-repeat;
}
.user_center{
	width: 100%;
	margin: 0 0 10px 0;
	display: block;
    background: #fff url(../images/uc.png) right bottom no-repeat;
	border-bottom: 2px solid #b90000;
    overflow: hidden;
}
.user_area{
	padding: 20px 15px;
	line-height: 30px;
	margin: 0;
	min-height: 110px;
}
.user_button {
	font-size: 13px;
	color: #b30000;
	padding: 0 0 15px 0;
}
.user_button span{
	position: relative;
}
.button.has_sign{
	width: 120px;
	color: #fff;
	padding: 6px 15px;
	border-radius: 15px;
	background: #b85000;
	text-decoration: none;
}
.button.disabled{
	cursor:default;
	width: 120px;
	color: #fff;
	padding: 6px 15px;
	border-radius: 15px;
	background: #ccc;
	text-decoration: none;
}
.button.no_sign{
	width: 120px;
	color: #fff;
	padding: 6px 15px;
	border-radius: 15px;
	background: #b85000;
	text-decoration: none;
}
.button.pay{
	width: 120px;
    color: #fff;
    padding: 8px 15px;
    margin: 4px 0 0 5px;
    border-radius: 1px;
    background: #b85000;
    text-decoration: none;
}
.paytext{
	width: 400px !important;
	float: left;
}
.user_panel{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.user_panel p{
	font-size: 14px;
}
.user_panel em{
	font-size: 14px;
	color: #b90000;
	margin: 0 5px;
	font-style:italic;
	font-weight: bold;
}
.pay_error{
	color: #b30000;
    margin: 0;
	font-size: 13px;
    padding: 0 0 0 20px;
    background: url(../images/information.png)1px 7px no-repeat;
}
/*下载按钮区*/
#sidebar .player {
	width: 315px;
	height: 300px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar .player .play {
	display: block;
    width: 315px;
    height: 135px;
    background: url(../images/btn-down.png) no-repeat center top;
    text-indent: -9999px;
}

#sidebar .player .play:hover {
	background-position: center bottom
}

#sidebar .player ul li {
	position: relative;
	float: left;
	border-bottom: 1px solid #2e2d32;
	list-style: none;
	list-style-type: none;
}

#sidebar .player ul li.border {
	border-right: 1px solid #2e2d32;
}

#sidebar .player ul li a {
	display: block;
    padding-top: 10px;
    width: 157px;
    height: 44px;
    background-color: #14171b;
    color: #c9cccf;
    text-align: center;
    font-family: "microsoft yahei";
    text-decoration: none;
}

#sidebar .player ul li a:hover {
	text-decoration: none;
}

#sidebar .player ul li a strong {
	color: #c9cccf;
	font-size: 13px;
}

#sidebar .player ul li a em {
	display: block;
	margin:0;
	font-size: 12px;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	color: #c01000;
}

#sidebar .player ul li a span {
	display: block;
	color: #beab71;
}
#sidebar .player ul li a.sign_hot{
	background: #14171b url(../images/double.png) right top no-repeat;
}

#sidebar .player ul li a.btn2:hover {
	background-color: #5c0d0d;
}

#sidebar .player ul li a.btn2:hover strong {
	color: #fff;
}

#sidebar .player ul li a.btn2:hover em {
	color: #d8d5d5;
}

#sidebar .player ul li .jindu {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #beab71;
}

#sidebar .player ul li .jindu2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #c01000;
}

/*推荐职业*/
.hotrole{
	width: 315px;
    padding: 0;
	margin: 0 0 10px 0;
    background: #FFF url(../images/hot_role.png) 115px 80px no-repeat;
}
.top_role{
	padding: 5px 15px 15px 15px;
	margin: 0;
}
.top_role h3 {
	font-size: 18px;
    height: 52px;
	color: #b30000;
    line-height: 52px;
	border-bottom: 1px solid #ebcece;
}
.top_role p{
	padding: 0;
    color: #000000fa;
    font-size: 13px;
    line-height: 20px;
    margin: 15px 135px 0 0;
}
.top_role em{
	margin: 0 5px 0 0;
	padding: 2px 5px;
	color: #fff;
	border-radius: 15px;
	background: #b30000;
	font-weight: bold;
	font-style: normal;
}
/*新服推荐*/
.server {
    width: 315px;
    padding: 0;
	margin: 0 0 10px 0;
    background: #fff;
}
.server_area{
	padding: 5px 15px 15px 15px;
	margin: 0;
}
.new_server {
	margin: 0;
	padding: 0 0 10px 0;
    border-bottom: 1px solid #ebcece;
}
.server_info, .server_info ul, .server_info ul li{
	padding: 5px 0 0 0;
	margin: 0;
}
.server_info li {
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
    width: 100%;
	list-style: none;
	list-style-type: none;
	overflow: hidden;
}
.server_info li .area_1{
	border-radius: 1px;
    color: #f7f7f7;
    margin: 0;
    padding: 4px 10px;
    background: #b30000;
    font-size: 12px;
	font-style:normal
}
.server_info li .area_2{
	border-radius: 1px;
    color: #f7f7f7;
    margin: 0;
    padding: 4px 10px;
    background: #390d0d;
    font-size: 12px;
    font-style: normal;
}
.server_info li .area_3{
	border-radius: 1px;
    color: #000;
    margin: 0;
    padding: 4px 23px;
    background: #ffd600;
    font-size: 12px;
    font-style: normal;
}
.server_img {
    padding: 14px 0 0 0;
}
.server_img img {
    display: block;
    width: 285px;
    height: 123px;
}
.new_server h3 {
    height: 52px;
	color: #b30000;
    line-height: 52px;
	border-bottom: 1px solid #ebcece;
}
ins {
    float: right;
    text-decoration: none;
    font-weight: normal;
}
.new_server h3 strong {
    font-size: 18px;
    color: #b30000;
}
.server_text{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 26px;
}
.server_text ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.server_text ul li{
	margin: 0 0 1px 0;
    padding: 0 0 0 20px;
    list-style: none;
    list-style-type: none;
    background: url(../images/icon.png) no-repeat 1px 0;
}
.server_text ul li:hover{
	background: url(../images/icon.png) no-repeat 1px -30px;
}
.server_text ul li a{
	color: #fff;
	text-decoration: none;
}
.server_text ul li a:hover{
	color: #ffff00;
}
/*客服中心*/
.service{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	background: #fff url(../images/help-role2.png) right bottom no-repeat;
}
.service_area{
	padding: 5px 15px 15px 15px;
	margin: 0;
}
.new_service {
	margin: 0;
	padding: 0 0 15px 0;
}
.new_service h3 {
    height: 52px;
    line-height: 52px;
	border-bottom: 1px solid #ebcece;
}
ins {
    float: right;
    text-decoration: none;
    font-weight: normal;
}
.new_service h3 strong {
    font-size: 18px;
    color: #b30000;
}
.service_info p{
	margin: 0 0 10px 0;
	padding: 0;
}
.service_info p:nth-last-child(1){
	margin:0;
}
.service_info span {
	margin: 0;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 10px;
    background: #b10000;
    line-height: 28px;
}
.service_info em {
	margin: 0px 0 0 20px;
    font-size: 12px;
    color: #b30000;
    border-radius: 3px;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 28px;
}
.service_info .join_group {
    margin: -5px 0 0 5px;
    font-size: 14px;
    color: #b30000;
    border-radius: 3px;
    padding: 7px 10px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
}
/*新手帮助*/
.uc_home{
	width: 315px;
	height: 370px;
    padding: 0;
	margin: 0;
    background: #fff;
}
.uc_center{
	margin: 0;
	padding: 5px 15px 15px 15px;
}
.uc_home h3 {
    height: 52px;
    line-height: 52px;
	border-bottom: 1px solid #ebcece;
}
ins {
    float: right;
    text-decoration: none;
    font-weight: normal;
}
.uc_home h3 strong {
    font-size: 18px;
    color: #b30000;
}
.help{
	margin: 0;
    padding: 15px 0 0 0;
}
.help ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.help ul li {
    float: left;
    width: 95px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.help ul li a {
	display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    font-size: 12px;
    color: #484444;
	text-decoration: none;
    background: url(../images/icon.png) no-repeat 1px 0;
}
.help ul li a:hover{
	color: #b30000;
	text-decoration: underline;
	background: url(../images/icon.png) no-repeat 1px -30px;
}

/*页脚*/
#footer{
	width: 1030px;
	padding: 0;
	margin: 10px 0 20px 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
}
.copyright {
    margin: 0;
    color: #484444;
    padding:20px 0;
}
.copyright h2{
	font-size: 14px;
	margin: 0 0 10px 0;
}
.copyright p{
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.copyright a{
	color: #a50202;
	text-decoration: none;
}
.copyright a:hover{
	color: #b30000;
	text-decoration: underline;
}

/*详情页面*/
.single_entry{
	padding: 0;
	margin: 0;
	list-style: 28px;
}
.single_title {
    padding: 20px;
	margin: 0;
    background: #ff0000 url(../images/content_tit_bg.png);
}
.strong.category {
    float: left;
    text-indent: 26px;
    font-size: 24px;
    color: #9a8b63;
    width: 150px;
    line-height: 82px;
    height: 82px;
}
.page_nav {
	width: 100%;
    padding: 0;
    height: 20px;
    margin: 0;
    font-size: 14px;
    color: #9a8b63;
    text-align: left;
}
.page_nav a {
    color: #9a8b63;
}
.page_nav span {
    padding: 0 8px;
}
.entry_center {
    background: #fff;
    height: auto !important;
    min-height: 1095px;
}
.entry {
    width: 705px;
    margin: 0 auto;
	background: url(../images/entry.png) top center no-repeat;
}
.title {
    text-align: center;
    border-bottom: 1px solid #fc9a9a;
    padding: 0 0 20px 0;
}
.title h1 {
	font-size: 26px;
    font-weight: bold;
    color: #b30000;
    padding: 30px 0;
}
.title h3 {
    font-size: 15px;
    color: #e50000;
	font-weight: normal;
}
.title h3 a{
	color: #e50000;
	padding: 1px 3px;
	border-radius: 2px;
	background: transparent;
	text-decoration: underline;
}
.title h3 a:hover{
	color: #fff;
	background: #b30000;
	text-decoration: none;
}
.entry_main {
    padding: 20px 26px 30px 26px;
    font-size: 13px;
    color: #302b2b;
    line-height: 30px;
}
.entry_main ol{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.entry_main ol li{
	margin: 0 0 0 35px;
    padding: 1px 0;
    list-style: none;
    list-style-type: decimal;
}
.entry_main h2{
	font-size: 18px;
    font-weight: 600;
    color: #8f341f;
    border-bottom: 1px dotted #c19292;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.entry_main a{
	color: #0212f5;
	text-decoration: none;
}
.entry_main a:hover{
	color: #b30000;
	text-decoration: underline;
}
.page_postmeta{
	float: left;
    width: 705px;
    margin: 0;
    padding: 30px 0;
    font-size: 13px;
    text-align: left;
    background: #d8dedd;
}
.page_postmeta_l{
	float: left;
    margin: 20px 0 0 80px;
    padding: 0;
    width: 205px;
    height: 115px;
    background: url(../images/copyright.png) 0px -15px no-repeat;
}
.page_postmeta_r{
	margin: 0 0 0 300px;
    padding: 20px 0 20px 30px;
    border-left: 1px solid #9c9a9a;
}
.page_postmeta p{
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.aligncenter,
div.aligncenter {
	text-align: center;
	display:block;
	margin:15px auto;
	border: 0 none;
	max-width: 655px;
    height: auto;
}

/*特殊图像*/
.post_thumbnail{
	margin: 0;
	padding: 25px 0;
	width: 655px;
	height: 195px;
	overflow: hidden;
}
.post_thumbnail img{
	margin: 0;
	padding: 0;
	width: 655px;
	height: 195px;
}
/*清除浮动*/
.clear{
	clear: both;
	display: block;
}
/*排行榜*/

.ranking tr:nth-child(2){
	color: #b30000;
	font-size: 13px;
	font-weight: bold;
	}
.ranking tr:nth-child(3){
	color: #006dcc;
	font-weight: bold;
	}
.ranking tr:nth-child(4){
	color: #ff0000;
	font-weight: bold;
}
/*表格*/

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	padding: 0 0;
	font-size: 13px;
	margin: 15px 0;
	text-align: center;
	}
	
table td{
	border: 1px solid #ddd;
	padding:3px 5px;
	}
	/*
	.customers tr:nth-child(even){background-color: #f2f2f2;}
	.customers tr:hover {background-color: #fbffdf;}
	*/
table th {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	background-color: #b30000;
	color: white;
	border: 1px solid #b30000;
}
table strong{
	padding: 2px 5px;
	background: #b30000;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
/*登录注册部分*/
.login{
	width: 320px;
    margin: 15px 0 15px 0;
    padding: 0;
}
select::-ms-expand {
	display: none;
}
option{
	padding: 0 0 15px;
}
input:focus{
    outline: none;
}
input[type=text] ,input[type=password] {
  width: 100%;
  padding: 8px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 180px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.wp_submit{
	background: #a90000;
    border: 1px solid #6c1e1e;
	color: #fff;
    text-decoration: none;
	font-size: 13px;
    padding:7px 20px;
	border-radius: 1px;
}
.regtips{
	margin: 0;
	padding: 20px 0;
}
.login input[type=text] {
    background: #fbfbfb;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 7%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 7%);
    background-color: #fff;
    color: #333;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
}
/*面包屑导航*/

.nav{
	float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.nav ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	color: #b30000;
	list-style-type: none;
}
.nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	float: left;;
}
.nav ul li a{
	margin: 0;
	padding: 0;
	color: #b30000;
	font-size: 12px;
	text-decoration: none;
}
.nav ul li a:hover{
	text-decoration: underline;
}
/*存档页面*/
h2.pagetitle {
	margin: 0 0 20px 0;
    padding: 40px 0 30px 0;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
	}
.news_list{
	display: block;
    margin: 0;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 30px;
    padding:20px;
}
.news_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.news_list ul li{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px dotted #ebcece;
}
.news_list ul li:nth-last-child(1){
	border:none;
}
.news_list ul li a{
	display:block;
	padding:10px 0;
	color:#484444;
	font-size: 13px;
	text-decoration: none;
}
.news_list ul li a:hover{
	color:#b30000;
	text-decoration: underline;
}
.news_list ul li span, .news_list ul li p{
	float: left;
	margin: 0 10px 0 0;
	color:#484444;
}
.news_list ul li em{
	float: right;
	color:#696;
}