﻿@charset "utf-8";
/* CSS Document */

/* Common Parts */
*{
    padding: 0;
    margin: 0 auto;
    border: none;
	list-style: none;
	text-decoration: none;
}

#ie {
	background:#000;
	border:1px solid #CCC;
	height:900px;
}

#ie-body {
	color:#ccc;
	font-family:'Microsoft YaHei',arial,serif,Geneva,sans-serif;
	font-size:30px;
	opacity:0.5;
	text-align:center;
}

#ie-body p:hover {
	color:#fff;
	opacity:1;
}

body{
    background: #b9b9b9;
	font-family: Microsoft YaHei;
    font-size: 10px;
}

a:link {
    color:#187eaf;
}

a:visited {
    color:#187eaf;
}

a:hover {
    color:#ef0c0c;
}

a:active {
    color:#ef0c0c;
}

/* Header */
#header {
    background: #225184;
    text-align: center;
	position: relative;
}

.header_image {
    background: url(../../../images/my/index/logo.png) no-repeat;
    height: 164px;
    background-position: 50%;
    position: static;
}

/* Main */
#main {
    background: url("../../../images/my/index/background.png") repeat-x #b9b9b9;
}

#contents {
    overflow: hidden;
    width: 1180px;
}

#contents_left {
    width:260px;
    float:left;
    position: relative;
    margin-left: 50px;
    background: #842222;
}

.filterinput{
	background-color:rgba(249, 244, 244, 0);
	border-radius:15px;
	width:90%;
	height:30px;
	border:thin solid #FFF;
	text-indent:0.5em;
	font-weight:bold;
	color:#FFF;
}

#demo-list a{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}

#demo-list_footer p {
    padding-left: 35px;
    background: url(../../../images/my/list_location_j9.png) no-repeat 10px 15px;
    background-size: 20px;
    font-size: 15px;
}

#demo-list_footer p a:link {
    color: #fff;
}

#demo-list_footer p a:hover {
    color: #00ff0d;
}

#demo-list_footer p a:visited {
    color: #fff;
}

#demo-list_footer p a:active {
    color:#00ff0d;
}

#contents_right {
    width: 820px;
    float: left;
    position: relative;
    margin-right: 50px;
    height: 100%;
    min-height: 400px;
    background: #DFDCFF;
}

#show_right {
    width: 820px;
    float: left;
    position: relative;
    margin-right: 50px;
    height: 100%;
    min-height: 400px;
    background: rgb(224, 236, 252);
}

#lists_img img {
    width: 100%;
}

.on_img {
    position: relative;
    width: 450px;
    background: url(../../../images/my/on_img.png) no-repeat;
    background-size: cover;
    top: -70px;
    text-align: right;
    float: right;
}

.on_img span {
    padding-left: 140px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding-right: 15px;
}

#lists_nav {
    width: 97%;
    height: 30px;
    background: url(../../../images/my/list_line.png) no-repeat bottom;
    background-size: contain;
}

#lists_nav p {
    padding: 7px;
    padding-left: 25px;
    background: url(../../../images/my/list_location_j9.png) no-repeat 10px 9px;
    background-size: 14px;
    color: #842222;
    font-size: 13px;
}

#con_title {
    width: 97%;
    height: auto;
    margin: 10px 12px 10px 12px;
    border-bottom: 1px solid #ccc; 
    background: #BEBEBE;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#con_content {
    width: 89%;
    height: auto;
    margin:10px 50px 10px 50px;
    padding-bottom: 20px;
}

#lists_li {
    width: 95%;
    height: auto;
    padding-bottom: 20px;
	font-size: 12px;
}

#lists_li ul {
    background: linear-gradient(#F2F1F1 50%, #FFF 50%);
    background-size: 100% 60px;
    background-origin: content-box;
    margin-top: 12px;
}

#lists_li ul li {
    width: 95%;
}

/* footer */
#footer {
	background: #225184;
    position: relative;
}

.footerwrap {
	width: 960px;
	padding-bottom: 50px;
	overflow: hidden;
	margin: 0 auto;
}

.siteinfo {
    width:100%;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #DDD;
    margin:40px auto 0;
    text-align: center;
}

.siteinfo .sns {
    text-align: center;
    position: relative;
    top: -18px;
}

.siteinfo .sns img {
    width: 35px;
    height: 35px;
    margin: 0 20px;
    padding:0 5px 5px;
    text-align: center;
    overflow: hidden;
}

#weixin {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;
}

#weixin .two-code {
    display: none;
    position: absolute;
    left:50%;top:50%;
    margin-left:-50px;
    margin-top:-50px;
    width:100px;
    height:100px;
    background: none;
}

#weixin:hover .two-code {
    display: block;
}

.footerlink {
    height: 30px;
    line-height: 30px;
}

.footerlink a {
    margin: 0 5px;
    color: #666;
}

.footerlink a:hover {
    color: #999;
}