/*index begin*/
.banner{
    margin-bottom:19px;
    /*-webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;*/
}
.banner .bx_banner li{
    position: relative;
}
.banner .bx_banner li img{
    min-width: 1170px;
    max-width: 200%;
    height:315px;
    margin: 0 auto;
    display: block;
}
.banner .bx_banner li p{
    position: absolute;
    left:50%;
    margin-left:-585px;
    bottom:0;
    font-size: 18px;
    color:#fff;
    line-height: 44px;
}
.banner .bx-wrapper{
    min-width: 1170px;
}
.banner .bx-wrapper .bx-pager{
    width:auto;
    bottom: 6px;
    right: 20%;
    /*margin-right: -585px;*/
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background:rgba(255,255,255,0.4);
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: rgba(255,255,255,0.4);
}
.banner  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #35ada5;
}
.index-wc .onebox{
    overflow: hidden;
    margin-bottom: 30px;
}
.index-wc .one-left{
    width:870px;
    padding-right:50px;
    position: relative;
}
.index-wc .top{
    height:60px;
}
.index-wc .top li{
    float: left;
    line-height: 60px;
    height:60px;
}
.index-wc .top li p{
    color: #32b0a3;
    font-size:18px;
    font-weight: bold;
}
.index-wc .top li span{
    padding:0 16px;
    color:#dcdcdc;
}
.index-wc .top li a{
    color:#999;
    font-weight: bold;
    font-size:14px;
}
.index-wc .top1 li a:hover{
    text-decoration: underline;
}
.index-wc .top_tab{
    height: 51px;
    padding-top: 6px; 
}
.index-wc .top_tab li{
    height: 45px;
    line-height: 45px;
}
.index-wc .top_tab li a{
    font-size: 18px;
    color:#666;
}
.index-wc .top_tab li.ac a{
    font-size: 18px;
    color:#32b0a3;
}
.index-wc .one-left .bx_news li img{
    height:143px;
    width:252px;
}
.index-wc .one-left .bx_news li .media-body{
    padding:7px 10px 12px;
    border:1px solid #efefef;
    border-top:none;
    transition: all 0.5s;
}
.index-wc .one-left .bx_news li:hover .media-body{
    border:1px solid #32b0a3;
    border-top:none;
}
.index-wc .one-left .bx_news li .media-body .media-heading{
    height:52px;
    display: table;
}
.index-wc .one-left .bx_news li .media-body .media-heading a{
    display: table-cell;
    vertical-align: middle;
    color:#333;
    font-size:16px;
    line-height:26px;
    font-weight: bold;
    transition: all 0.5s;
}
.index-wc .one-left .bx_news li .media-body .media-heading a:hover{
    color:#32b0a3;
}
.index-wc .one-left .bx_news li .media-body time{
    color:#32b0a3;
    font-size:12px;
    line-height:27px;
}
.index-wc .one-left .bx_news li .media-body p{
    padding-top:4px;
    color:#333;
    font-size:12px;
    line-height:20px;
}
.index-wc .one-left .bx-wrapper .bx-controls-direction a {
    top: 105%;
    margin-top: 0;
    width: 31px;
    height: 31px;
    z-index: 9999;
}
.index-wc .one-left .bx-wrapper .bx-prev {
    left: 50%;
    margin-left:-36px;
    background: url(../images/arr.png) no-repeat left -31px;
}
.index-wc .one-left .bx-wrapper .bx-prev:hover{
    background: url(../images/arr.png) no-repeat left top;
}
.index-wc .one-left .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -36px;
    background: url(../images/arr.png) no-repeat right -31px;
}
.index-wc .one-left .bx-wrapper .bx-next:hover{
    background: url(../images/arr.png) no-repeat right top;
}
.index-wc .xian{
    width:350px;
    height:1px;
    background: #e5e5e5;
    position: absolute;
    bottom:-32px;
}
.index-wc .one-left .xian1{
    left:0;
}
.index-wc .one-left .xian2{
    right:50px;
}
.index-wc .one-right{
    width:300px;
}
.index-wc .one-right .list ul li{
    overflow: hidden;
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
}
.index-wc .one-right .list ul li .publishtime,.index-wc .one-right .list ul li .news-title{
    float: left;
    height: 50px;
}
.index-wc .one-right .list ul li .publishtime{
    text-align: center;
    width: 69px;
    margin-right: 15px;
}
.index-wc .one-right .list ul li .publishtime h5{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background: #0f9491;
}
.index-wc .one-right .list ul li .publishtime p{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    background: #eee;
}
.index-wc .one-right .list ul li .news-title{
    width: 215px;
    display: table;
}
.index-wc .one-right .list ul li .news-title a{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color:#333;
    line-height: 24px;
    transition: all 0.5s;
}
.index-wc .one-right .list ul li .news-title a:hover{
    color:#32b0a3;
}
.index-wc .more{
    text-align: right;
    height: 20px;float: right;
}
.index-wc .more a{
    line-height:20px;
    font-size: 12px;
    color:#666; 
}
.index-wc .more a:hover{
    text-decoration: underline;
}
.index-wc .twobox{
    overflow: hidden;
    margin-bottom:26px;
}
.index-wc .twobox .four{
    height:32px;
    border-bottom: 1px solid #0f9491;
}
.index-wc .twobox .four li{
    float: left;
}
.index-wc .twobox .four li a{
    line-height: 32px;
    display: block;
    padding:0 23px;
    color:#666;
    font-weight: bold;
    font-size:18px;
}
.index-wc .twobox .four li.fourac a{
    background: #0f9491;
    color:#fff;
}
.index-wc .twobox .fourmain>li{
    overflow: hidden;
}
.index-wc .twobox .fourmain>li .tuwen{
    width:290px;
    float: left;
    margin-top:17px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.index-wc .twobox .fourmain>li .tuwen img{
    width:290px;
    height:163px;
}
.index-wc .twobox .fourmain>li .tuwen .media-body{
    padding:0 10px;
    border-bottom:2px solid #0f9491;
}
.index-wc .twobox .fourmain>li .tuwen .media-heading{
    height:59px;
    display: table;
}
.index-wc .twobox .fourmain>li .tuwen .media-heading a{
    display: table-cell;
    line-height:26px;
    font-size:16px;
    color:#101010;
    vertical-align: middle;
    transition: all 0.5s;
}
.index-wc .twobox .fourmain>li .tuwen .media-heading a:hover{
    color:#32b0a3;
}
.index-wc .twobox .fourmain>li .tuwen p{
    font-size:12px;
    height:25px;
    line-height: 25px;
    color:#0f9491;
}
.index-wc .twobox .fourmain>li .five{
    width:507px;
    float: right;
}
.index-wc .twobox .fourmain>li .five li{
    height:49px;
    padding-top:13px;
    border-bottom:1px solid #ededed;
}
.index-wc .twobox .fourmain>li .five li a,.index-wc .twobox .fourmain>li .five li time{
    line-height:35px;
    height:35px;
}
.index-wc .twobox .fourmain>li .five li a{
    float: left;
    font-size: 16px;
    color:#333;
    padding-left:17px;
    background: url(../images/dian.png) no-repeat left center;
    transition: all 0.5s;
}
.index-wc .twobox .fourmain>li .five li a:hover{
    color:#32b0a3;
}
.index-wc .twobox .fourmain>li .five li time{
    font-size: 12px;
    color:#767676;
    float: right;
}
.index-wc .twobox .one-right img{
    width:300px;
    height:300px;
}
.index-wc .activity{
    margin-bottom:30px;
}
.index-wc .activity .h5box{
    height:31px;
    text-align: center;
    position: relative;
    margin-bottom:18px;
}
.index-wc .activity .h5box h5{
    line-height:31px;
    border-bottom:2px solid #35ada5;
    color:#32b0a3;
    font-size:22px;
    display: inline-block;
}
.index-wc .activity .h5box h5 a{
    text-decoration: none;
    color:#32b0a3;
    font-size:22px;
}
.index-wc .activity .h5box .xian3,.index-wc .activity .h5box .xian4{
    width:525px;
    background: #9ad6d2;
    bottom: 10px;
}
.index-wc .activity .h5box .xian3{
    left:0;
}
.index-wc .activity .h5box .xian4{
    right:0;
}
.index-wc .activity .acfun .bx_ac li{
    position: relative;
}
.index-wc .activity .acfun .bx_ac li img{
    height:163px;
    width:289px;
}
.index-wc .activity .acfun .bx_ac li a{
    display: block;
    height:163px;
    width:289px;
    background:rgba(15,148,145,0.6) url(../images/j.png) no-repeat 220px 130px;
    position: absolute;
    left:0;
    top:0;
    color:#fff;
    font-size:18px;
    padding:20px 10px 0;
    line-height:30px;
    opacity: 0;
    transition: all 0.5s;
}
.index-wc .activity .acfun .bx_ac li:hover a{
    opacity: 1;
}
.index-wc .activity .acfun .bx-wrapper .bx-controls-direction a {
    top: 55px;
    margin-top: 0;
    width: 27px;
    height: 53px;
}
.index-wc .activity .acfun .bx-wrapper .bx-prev{
    left:0;
    background: url(../images/arr.png) no-repeat 0 -62px;
}
.index-wc .activity .acfun .bx-wrapper .bx-prev:hover{
    background: url(../images/arr.png) no-repeat 0 -62px;
}
.index-wc .activity .acfun .bx-wrapper .bx-next{
    right:0;
    background: url(../images/arr.png) no-repeat -35px -62px;
}
.index-wc .activity .acfun .bx-wrapper .bx-next:hover{
    background: url(../images/arr.png) no-repeat -35px -62px;
}
/*index end*/
/*news begin*/
.ny-wc{
    margin-top:35px;
}
.ny-wc .left{
    padding-right:61px;
}
.ny-wc .left .sidenav{
    margin-bottom:35px;
}
.ny-wc .left .sidenav dl{
    border-left:2px solid #2ca49c;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.ny-wc .left .sidenav dl dt{
    height:80px;
    line-height:80px;
    color:#fff;
    background: url(../images/leftbar_bg.png) no-repeat left top;
    text-align: center;
    font-size:22px;
    font-weight:bold;
}
.ny-wc .left .hot{
    display: none;
    background: #f7f7f7;
    padding-bottom: 14px;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.ny-wc .left .hot dl dt{
    height:45px;
    border-top:1px solid #f7a438;
    border-bottom: 1px dashed #e5e5e5;
    line-height:45px;
    color:#555;
    padding-left:93px;
    font-size:16px;
    font-weight: bold;
    background: url(../images/hot_icon.png) no-repeat 73px center;
}
.ny-wc .left .hot dl dd{
    padding:4px 7px 4px 0;
    line-height:24px;
    overflow: hidden;
}
.ny-wc .left .hot dl dd span{
    padding:0 7px;
    float: left;
    color:#e02a2a;
}
.ny-wc .left .hot dl dd a{
    float: left;
    width:206px;
    color:#333;
    font-size:14px;
}
.ny-wc .left .hot dl dd a:hover{
    text-decoration: underline;
}
.ny-wc .left .pic{
    margin-bottom: 30px;
}
.ny-wc .left .pic img{
    height:232px;
    width:232px;
}
.ny-wc .right .listtop{
    height:25px;
    line-height:25px;
    border-bottom: 2px solid #35ada5;
}
.ny-wc .right .listtop h5{
    float: left;
    font-size:18px;
    color:#35ada5;
}
.ny-wc .right .listtop p{
    float: right;
    font-size:12px;
    color:#545454;
    padding-left:15px;
    background: url(../images/local_icon.png) no-repeat left center;
}
.ny-wc .right .listtop p a{
    color:#545454;
}
.ny-wc .right .listtop p a:hover{
    text-decoration: underline;
}
.ny-wc .right .listtitle{
    padding:0 15px 60px;
    background: #fafafa;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-bottom:30px;;
}
.ny-wc .right .listtitle .media{
    padding-top:25px;
}
.ny-wc .right .listtitle .media .media-left img{
    width:253px;
    height:143px;
    margin:8px 16px 0 0;
}
.ny-wc .right .listtitle .media .media-body{
    border-bottom:1px solid #dcdcdc;
    position: relative;
}
.ny-wc .right .listtitle .media .media-body .media-heading{
    margin-bottom:10px;
}
.ny-wc .right .listtitle .media .media-body .media-heading a{
    color:#333;
    line-height:30px;
    font-weight:bold;
    font-size:18px;
}
.ny-wc .right .listtitle .media .media-body p{
    line-height:28px;
    font-size:14px;
    color:#202020;
}
.ny-wc .right .listtitle .media .media-body time{
    position: absolute;
    right:0;
    bottom:0;
    color:#767676;
    font-size:12px;
    height:30px;
    line-height:30px;
}
/*news end*/
/*notice begin*/
.ny-wc .right .listtitle ul.nr li{
    padding:8px  0 8px 18px;
    border-bottom:1px dashed #eee;
    background: url(../images/title_icon.png) no-repeat left 20px;
    position: relative;
}
.ny-wc .right .listtitle  ul.nr li a{
    line-height:27px;
    font-size:16px;
    color:#333;
    display: inline-block;
    width:680px;
    transition: all 0.5s;
}
.ny-wc .right .listtitle ul.nr li a:hover{
    color:#32b0a3;
}
.ny-wc .right .listtitle ul.nr li time{
    position: absolute;
    right:0;
    top:13px;
    font-size:12px;
    color:#666;
}
/*notice end*/
/*article begin*/
.ny-wc .left .sidenav dl dd{
    line-height:44px;
    background: #fff;
    padding-left:47px;
}
.ny-wc .left .sidenav dl dd a{
    color:#2ca49c;
    font-size:18px;
    padding-left:21px;
}
.ny-wc .left .sidenav dl dd.acdd a{
    font-weight:bold;
    color:#35ada5;
    background: url(../images/leftbar_icon.png) no-repeat left center;
}
.ny-wc .right .article{
    background: #fafafa;
    padding:3px 16px 20px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.ny-wc .right .article h4{
    color:#333;
    text-align: center;
    font-size:22px;
    line-height: 57px;
    border-bottom:1px solid #e5e5e5;
}
.ny-wc .right .article article{
    padding-top:22px;
}
.ny-wc .right .article article p{
    color:#131313;
    font-size:16px;
    line-height:30px;
    text-indent: 2em;
}
.ny-wc .right .article article #time{
    text-align: right;
    padding-top:20px;
    color:#131313;
    font-size:16px;
    line-height:30px;
}
/*article end*/
/*分页样式*/
#wp_paging_w5 .wp_paging {
    font-size: 12px;
}
#wp_paging_w5 .wp_paging li{
    margin-top:20px;
}
#wp_paging_w5 .wp_paging li input {
    width: 45px;
    height: 20px;
    border-radius: 6px;
}
#wp_paging_w5 .wp_paging li a {
    line-height: 22px;
    height: 22px;
}
#wp_paging_w5 .pagingJump {
    background: #0f9491;
    color: #fff;
    border-radius: 4px;
    padding: 0 2px;
    margin: 2px 0 0 0;
}
.index-wc .twobox .fourmain>li .fourmain {
    float: left;
}
