@CHARSET "UTF-8";
html,body,div,ul,li{margin:0px;padding:0px;list-style:none;}
body {
    color: #333;
    line-height:1.8;
    font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;
}

a{
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*load fonts*/
@font-face {
    font-family: "iconfont";
}

/*global nav begin*/
.nav{line-height: 45px;}
.nav ul{overflow: hidden;background: #ffffff;padding-left: 0px;border-bottom:2px solid #10568a;}
.nav ul li{float:left;width:14%;text-align: center;}
.nav ul li a{display:block;color:#666;font-size: 18px;}
/*global nav end*/

/*slideBox */
.slideTxtBox {
    width: 100%;
    /**border: 1px solid #ddd;**/
    text-align: left;
    float: left;
    margin:0px auto;
    height: auto;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    /**border-bottom: 1px solid #ddd;**/
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 40px;
    list-style:none;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width:auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding:0px 10px;
}

.slideTxtBox .hd ul li.on {
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #10568a;
    color: #10568a;
}
.slideTxtBox .hd ul li.on a{
    /**color: #0160a9;**/
    color: #10568a;
}

.slideTxtBox .bd ul {
    padding:0px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 34px;
    line-height: 34px;
    text-indent:5px;
    font-size: 14px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}


/* focusBox */
.focusBox {
    position: relative;
    border:1px solid #f0f0f0;
}
.focusBox .bd img {
    width: 100%;
    display: block;
    height: 60vw;
}

.focusBox .bd li {
    position: relative;
    width:100%;
}

.focusBox .bd .title, .focusBox .bd .titleBg {
    display: block;
    position:absolute;
    z-index:1;
    width:90%;
    padding:0 5%;
    bottom:0;
    height:50px;
    line-height:50px;
    text-align:center;
    overflow: hidden;
}
.focusBox .bd .titleBg {
    z-index: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(black));
    background: -moz-linear-gradient(transparent, black);
    background: -ms-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
}
.focusBox .bd .title a {
    color: #fff;
}
.focusBox .hd {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    /** background: #3069B8;**/
    background:#10568a;
}
.focusBox .hd ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    list-style:none;
    width:100%;
}
.focusBox .hd li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    list-style:none;
    width:100%;
}
.focusBox .hd .on {
    background:#40a0e8;
}

/* tabBox */
.indTab{
    margin-bottom:20px;
}
.indTab .hd{
    height:40px;
    line-height:40px;
    overflow:hidden;
    background:#F6F7FA;
    width: 70%;
    /**
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    **/
}
.spxw{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #F6F7FA;
    width: 30%;text-align: center;margin-top: -40px;float: right;
}
.indTab .hd ul{
    display:-moz-box; display:-webkit-box; display:-ms-flexbox; display:box;
}
.indTab .hd li{
    -moz-box-flex:1; -webkit-box-flex:1; -ms-flex:1; box-flex:1;
    text-align:center;
}
.indTab .hd a{
    display:block;
}
.indTab .hd .on{
    background:#10568a;
}
.indTab .hd .on a{
    color:#fff;
}

/* 鍥炬枃鍒楄〃 */
.twList li {
    /*padding: 1% 0;
    border-bottom: 1px solid #eee;*/
    overflow: hidden;
}
.twList li > a {
    display: block;
    overflow: hidden;
}
.twList .pic {
    float: left;
    margin-right: 4%;
}
.twList .pic img {
    height: auto;
    width: 100%;
}
.twList .con {
    overflow: hidden;
    zoom: 1;
}
.twList .title {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    float:left;
}
.twList .intro {
    line-height: 24px;
    color: #777;
    max-height: 48px;
    overflow: hidden;
    font-size: 13px;
}
.twList .title a:hover {
    text-decoration: none;
}
.twList .intro .more {
    display: none;
}
.twList .others {
    font-size: 14px;
    float:right;
    color: #bbb;
    line-height: 31px;
}
.twList .others span{
    margin-right: 15px;
}
.twList .others .date{
    margin-right: 15px;
}
.twList .others .source {
    float:right;
    margin-left: 15px;
}
.twList .node {
    color: #aaa;
    margin-right: 15px;
}
.twList .last {
    border-bottom: 0;
    margin-bottom: 0;
}

/**閫氱煡鍏憡**/
.gggs{
    background:#FFFCF0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    overflow:hidden;
    height:44px;
    line-height:44px;
    margin:0px;
}
.gggs dt{
    float:left;
    padding-left:40px;
    background-size:28px auto;
    margin-right:15px;
    color:#c70000;
}
.gggs dt a{
    color:#10568a;
    margin: 0px 0px 0px -30px;
}
.gggs dt a img{width: 90px;margin-top: 6px;
}
.gggs dd{
    overflow:hidden;
}
.gggs li{
    height:44px;
    overflow:hidden;
}


/* boxA */
.boxA {
    margin-bottom: 20px;
}
.boxA .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
}
.boxA .hd h3 {
    float: left;
    color: #3069B8;
    font-size: 18px;
    line-height: 38px;
    padding: 0 5%;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #3069B8;
    border-bottom: 0;
}
.boxA .hd h3 a {
    color: #3069B8;
}
.boxA .hd ul {
    overflow: hidden;
    /*margin-top:30px;*/
}
.boxA .hd li {
    text-align: center;
    width: 33.3%;
    float: left;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    background: #F9F9F9;
}
.boxA .hd li a {
    display: block;
}
.boxA .hd .on {
    height: 40px;
    color: #3069B8;
}
.boxA .hd .on a {
    color: #10568a;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #10568a;
    border-bottom: 0;
}
.boxA .bd {
    padding: 1% 0 0 0;
    overflow: hidden;
}

.nodeList{
    overflow:hidden;
    margin-top:40px
}
.nodeList li{
    float:left;
    min-width:31.3%;
    margin:1%;
    text-align:center
}
.nodeList-2 li{
    width:48%;
}
.picBtn{
    display:block;
    margin-bottom:20px;
}
.picBtn img{
    display:block;
    width:100%
}

.nodeList a{
    display:block;
    height: 34px;
    line-height: 34px;
    border:1px solid #ddd;
    font-size:14px;
    overflow:hidden;
}
.nodeList .on a{
    background:#3069B8;
    color:#fff;
    border-color:#3069B8
}
.nodeList-2 li{
    width:48%;
}

/**footer css**/
#footer {
    background: #F0F0F0;
    padding:10px 10px;
    color: #666;
    text-align: left;
    font-size: 12px;
}
#footer div{
    margin:15px auto;
}
#footer div p{
    line-height:25px;
    padding:0px;
    margin:0px;
    text-align: center;
}
#footer div p img{
    vertical-align: middle;
}

