@import url("./base.css");

.main .row{
    margin:0;
}
/* 内页-左侧栏目效果 */
.main-menu{
    width:240px;
}
.main-menu h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1em;
    margin: 0;
    padding: 0.65em 0;
    background: #0B6FB9;
    color: #fff;
}

.main-menu ul {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px 20px 10px 20px;
    background-color:#fff;
}

.main-menu ul li {
    margin-bottom: 10px;
}

.main-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 0.5em 0 0.5em 26px;
    background: #efefef;
    color: #333;
    position: relative;
}

.main-menu ul li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    content: '';
    border: 6px solid transparent;
    border-left-color: #e5e5e5;
    margin-top:-6px;
}
.main-menu ul li.l2 a{
    padding-left:42px;
}
.main-menu ul li.l2 a:before{
    left:26px;
}

.main-menu ul li.on a,
.main-menu ul li a:hover {
    background: #0B6FB9;
    color: #fff;
}

.controller{
    display: block;
    margin-left:260px;
}
.controller-nav {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    overflow: hidden;
}
.controller-nav h5 {
    float: left;
    font-size: 18px;
    color: #0B6FB9;
    line-height: 24px;
    padding: 10px 0 10px 23px;
    margin: 0;
    position: relative;
}

.controller-nav h5::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 3px;
    height: 20px;
    content: '';
    margin-top: -10px;
    background: #0B6FB9;
}

.controller-nav ul {
    float: right;
    padding-right: 5px;
    font-size: 14px;
}

.controller-nav ul ol {
    float: left;
    line-height: 24px;
    padding: 10px 0;
    color: #999;
}

.controller-nav ul li {
    float: left;
    line-height: 24px;
    padding: 10px 10px 10px 0;
    color: #777;
    position: relative;
    font-size:14px;
}

.controller-nav ul li a {
    color: #0B6FB9;
}

.controller-nav ul li a:hover {
    color: #F60;
}

.controller-nav ul li+li {
    padding: 10px;
}

.controller-nav ul li+li::before {
    position: absolute;
    top: 50%;
    left: -2px;
    bottom: 0;
    width: 1px;
    font-size: 16px;
    height: 28px;
    line-height: 24px;
    content: "/\00a0";
    margin-top: -12px;
    color: #ccc;
}
.controller-body{
    border: 1px solid #e5e5e5;
    border-top:none;
    background-color: #fff;
    min-height:500px;
}

/* 单页 */
.onepage{
    padding:40px;
    font-size:16px;
    line-height:2em;
    color:#000;
}
.onepage p{
    margin: 0 0 1.5em 0;
    line-height: 2em;
}
.onepage table{
    width:100%;
}
.onepage table tr td p{
    margin:0;
    text-align:center;
}
.onepage-24,
.onepage-24 p{
    line-height:1.8em;
}
.onepage-24{
    background: url('/static/img/contact.png') right 50px no-repeat;
}

/* 图册 */
.photo{
    padding:40px;
}
.photo .items{
    overflow: hidden;
    margin: 0 -10px;
}
.photo .item{
    float: left;
    width:33.33%;
    padding:0 10px;
    margin-bottom:20px;
}
.photo .item .img{
    display: block;
    border:1px solid #d8d8d8;
    background:#fff;
    position: relative;
    padding-bottom:75%;
    overflow:hidden;
}
.photo .item .img img{
    max-width:100%;
    max-height:100%;
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    margin:auto;
}
.photo .item .title{
    display: block;
    font-size:14px;
    line-height:24px;
    text-align: center;
    margin-top:10px;
}
.photo-27 .item .img{
    width:220px;
    padding:0;
    height:106px;
    margin:0 auto;
}

/* 图片 + 文字混排 */
.news-list{
    padding:40px;
}
.news-list .news-list-info{
    font-size:16px;
    line-height:28px;
}
.news-list .news-list-head{
    height: 40px;
    line-height: 30px;
    padding-left: 15px;
    border-bottom: #d6d4d4 1px solid;
    margin-bottom: 10px;
    font-weight: bold;
    color: #579bcd;
    font-size: 20px;
}
.news-list ul{
    overflow: hidden;
}
.news-list ul li{
    float: left;
    width:100%;
    padding:20px 0;
    border-bottom: 1px dotted #d8d8d8;
    overflow: hidden;
}
.news-list ul li .img{
    float: left;
    width:100px;
    height:100px;
}
.news-list ul li .img img{
    width: 100%;
}
.news-list ul li div{
    display: block;
    margin: 0 20px 0 120px;
}
.news-list ul li div h3{
    font-size:16px;
    line-height: 24px;
    margin:0 0 10px 0;
    font-weight: normal; 
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
}
.news-list ul li div h3 a{
    color: #4f8ebd;
}
.news-list ul li div p{
    font-size:14px;
    line-height:20px;
    margin:0;
}
.news-list ul li div p a{
    display:block;
    color:#999;
}
.news-list ul li div h3 a:hover,
.news-list ul li div p a:hover{
    color:#ff4400;
}

/* 文章列表 - 文字 */
.news-txt-list{
    padding:40px;
}
.news-txt-list ul li{
    line-height:34px;
    position: relative;
    padding-left:20px;
    border-bottom: 1px dotted #d8d8d8;
}
.news-txt-list ul li::before{
    position: absolute;
    top:50%;
    left:5px;
    width:3px;
    height:3px;
    content:'';
    border-radius: 50%;
    background-color: #333;
    margin-top:-2px;
}
.news-txt-list ul li a{
    font-size:14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;    
}

/* 文章展示页 */
.news-show{
    padding:40px;
}
.news-show .news-show-title{
    font-size:26px;
    line-height:2em;
    color:#000;
    font-weight:bold;
    text-align:center;
    padding:0 0.5em;
    background:#efefef;
}
.news-show .news-show-content{
    padding-top:30px;
    font-size:16px;
    line-height:2em;
    color:#000;
}
.news-show .news-show-content p{
    margin: 0 0 1.5em 0;
    line-height: 2em;
}
.news-show .news-show-content img{
    max-width:100%;
}
.news-show .news-show-content table,
.news-show .news-show-content td{
    border:1px solid #d8d8d8;
}
.news-show .news-show-content table tr td p{
    margin:0;
    text-align:center;
}

/* 留言 */
.gbook{
    padding:40px 150px;
    overflow: hidden;
}
.gbook textarea{
    resize: none;
}
.form-horizontal .control-label.required{
    position:relative;
}
.control-label.required:after{
    position:absolute;
    top:50%;
    right:0;
    content:'*';
    color:#f00;
    font-size:14px;
    width:1em;
    height:1em;
    line-height:1em;
    margin-top:-2px;
}

/* 百度地图 */
#baiduMap{
    width:90%;
    height:500px;
    margin:0 auto 50px;
    overflow: hidden;
    border:1px solid #d8d8d8;
}