﻿@charset "utf-8";


.layout {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#layoutA {
    margin-top: 56px;
}
.indBox {
    width: 380px;
    float: left;
    overflow: hidden;
    background: url(../../base/img/indboxbg.png) left top no-repeat;
}
.indBox .hd {
    height: 80px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.indBox .hd h3 {
    margin-top: 26px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 18px;
    color: white;
}
.indBox .hd h3 a {
    color: white;
}
.indBox .hd .more {
    display: inline-block;
    *display: inline;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    color: white;
    background-color: #2090cf;
}
.indBox .hd .more:hover {
    background-color: #0f7cb9;
}
.indBox .bd {
    height: 378px;
    padding: 8px 30px 20px;
    overflow: hidden;
    text-align: left;
}
/* 每周公告 */
#boxMzgg {
    margin: 0 30px;
    *display: inline;
    background-position: -410px top;
}
#boxMzgg .hd .more {
    background-color: #cc8c1d;
}
#boxMzgg .hd .more:hover {
    background-color: #b87502;
}
/* 共育沙龙 */
#boxGysl {
    background-position: -820px top;
}
#boxGysl .hd .more {
    background-color: #789a27;
}
#boxGysl .hd .more:hover {
    background-color: #698a1a;
}
/* 首页-头条图文信息列表 */
.indTopicList {}
.indTopicList li.t {
    position: relative;
    z-index: 1;
    height: 204px;
    margin-bottom: 6px;
    overflow: hidden;
    border: 3px solid #d3d3d3;
}
.indTopicList li.t img {
    width: 314px;
    height: 204px;
}
.indTopicList li.t .con, .indTopicList li.t .con .titleBg, .indTopicList li.t .con .title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.indTopicList li.t .con .titleBg {
    display: block;
    background-color: #585858;
    opacity: .9;
    filter: alpha(opacity=90);
}
.indTopicList li.t .con .title {
    z-index: 2;
    text-indent: 12px;
    font-size: 16px;
    color: white;
}
.indTopicList li.t .con .title a {
    color: white;
}
.indTopicList li.t .con .title a:hover {
    color: #ededed;
}
.indTopicList li.n {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 10px;
    background: url(../../base/img/dot02.png) left center no-repeat;
}
.indTopicList li.n a {
    color: white;
}
.indTopicList li.n a:hover {
    color: #ededed;
}
.indTopicList li.n .date {
    float: right;
    color: white;
}
/* 文章时间标题列表 */
.infoDateList {
    overflow: hidden;
    margin-top: -10px;
}
.infoDateList li {
    height: 72px;
    margin-top: 12px;
    padding-bottom: 13px;
    overflow: hidden;
    border-bottom: 1px dotted #f5d9a9;
}
.infoDateList li.last {
    border-bottom: none;
}
.infoDateList li .date {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    *display: inline;
    text-align: center;
    border: 1px solid #f9dea4;
    border-radius: 3px;
}
.infoDateList li:hover .date {
    background-color: #d29222;
    border-color: #c58413;
}
.infoDateList li .date .dd {
    height: 42px;
    line-height: 42px;
    font-size: 36px;
    color: white;
    padding-top: 5px;
}
.infoDateList li .date .year {
    font-size: 12px;
    line-height: 18px;
    color: #f5d3ab;
}
.infoDateList li .title {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 18px;
}
.infoDateList li .title a {
    color: white;
}
.infoDateList li .title a:hover {
    color: #ededed;
}
/* 节点信息 */
.nodeBox {
    margin: 70px 0;
    overflow: hidden;
}
.nodeBox .nodeList {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.nodeBox .nodeList li {
    float: left;
    margin: 0 40px;
}
.nodeBox .nodeList li a {
    position: relative;
    display: block;
    width: 160px;
    padding-top: 180px;
    line-height: 50px;
    font-size: 20px;
}
.nodeBox .nodeList li a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 180px;
    background: url(../../base/img/nodelisticon.png) no-repeat center 0;
    transition: all .5s ease 0s;
}
.nodeBox .nodeList li a:hover i {
    transform: rotateY(-180deg);
}
.nodeBox .nodeList .li2 a i {
    background-position: center -180px;
}
.nodeBox .nodeList .li3 a i {
    background-position: center -360px;
}
.nodeBox .nodeList .li5 a i {
    background-position: center -540px;
}
.nodeBox .nodeList .li4 a i {
    background-position: center -720px;
}
#boxWdbj .wHd {
    height: 33px;
    margin: 0 auto 50px;
    text-align: center;
    zoom: 1;
    border-bottom: 1px solid #eaeaea;
}
#boxWdbj .wHd h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 18px auto 0;
    text-align: center;
}
#boxWdbj .wHd h3 .center {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
#boxWdbj .wHd h3 p {
    *width: auto;
    *float: left;
    padding: 0 6px;
    background-color: #fff;
}
#boxWdbj .wHd h3 p.nodeName {
    margin: -18px auto 0;
    position: relative;
    z-index: 1;
    height: 38px;
    line-height: 38px;
    font-size: 26px;
    color: #ec5121;
}
#boxWdbj .wHd h3 p.nodeName a {
    color: #ec5121;
}
#boxWdbj .wHd h3 p.moreBox {
    *clear: both;
    height: 19px;
    line-height: 19px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
}
#boxWdbj .wHd h3 p.moreBox a {
    display: inline-block;
    *display: inline;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    font-size: 14px;
    color: white;
    background-color: #eebd77;
}
#boxWdbj .wHd h3 p.moreBox a:hover {
    background-color: #dea24d;
}
#boxWdbj .wBd {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#wdbjList .hd {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}
#wdbjList .hd li {
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#wdbjList .hd li a {
    display: block;
    padding: 10px 30px;
    line-height: 25px;
    background-color: #eee;
    font-size: 18px;
    border-radius: 40px;
}
#wdbjList .hd li.on a {
    background-color: #eea018;
    color: #fff;
}
#wdbjList .bd {
    margin: 0 -10px 20px;
    overflow: hidden;
}
#wdbjList .bd li {
    float: left;
    width: 19.99%;
    margin-bottom: 20px;
}
#wdbjList .bd li a {
    display: block;
    padding: 15px 5px;
    margin: 0 10px;
    border: 1px solid #eea018;
    color: #eea018;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
#wdbjList .bd li a:hover {
    background-color: #eea018;
    color: #fff;
}