* {	margin: 0; padding:0;font-family:  "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", fontawesome, sans-serif,"segoe ui", "lucida grande", helvetica, arial;}
a {background-color: transparent;text-decoration: none;color: inherit;}
a:active,a:hover {outline: 0;text-decoration: none;color: inherit;}
*,*:before,*:after {-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;box-sizing: border-box;}
ul,li {padding: 0;margin: 0;list-style: none;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after { display: table;line-height: 0; content: "";}
.clearfix:after { clear: both;}
img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.recommend{
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #e4e4e4;
}
.recommend .container{overflow: hidden;}
.recommend-top{
    width: 1213px;
}
.recommend-top li{
    float: left;
    width: 20%;
    padding-right: 12px;
}
.rec-top-img{
    width: 100%;
    height: 153px;
    overflow: hidden;
    margin-bottom: 12px;
}
.recommend-top p{
    padding: 0 2px;
    margin: 0;
    color: #666666;
    text-align: center;
}
.nc-page-wrap,.nc-second-content{
    width: 100%;
    background-color: #f7f7f7;
}
.nc-page-wrap .container,.nc-second-content .container{
    background-color: #fff;
}
.column-title{
    border-top:1px solid #124682;
    position: relative;
    margin-bottom: 25px;
}
.column-title label {
    margin-bottom: 0;
    padding: 0 20px;
    height: 50px;
    background-color: #124682;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}
.column-title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #124682;
    position: absolute;
    top: 50px;
    left: 46px;
}
.con-inner{
    padding: 0 30px;
}
.con-in-inf{
    width: 100%;
    overflow: hidden;
}
.nc-wg-topic-list,.waterfall{
    width: 1160px;
}
.nc-wg-topic-list li{
    float: left;
    width: 25%;
    padding-right: 20px;
}
.nc-wg-topic-list img{
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}
.nc-ellipsis{
    display: block;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    color: #124682;
}
.nc-ellipsis:hover{color: #124682;}
.loadmore{
    display: block;
    width: 300px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 20px auto 55px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

/*   ------------------------------------   图库  ----------------------------------   */
.nc-second-content .sel-con{
    margin-bottom: 25px;
}
.sel-con a {
    display: block;
    float: left;
    height: 54px;
    padding: 0 20px;
    color: #124682;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    position: relative;
}
.sel-con a:before {
    content: '';
    position: absolute;
    top: 54px;
    left: 41.5%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #124682;
    display: none;
}
.sel-con a.cur:before {
    display: block;
}
.sel-con a.cur {
    background-color: #124682;
    color: #fff;
}
.piclist{width:100%;overflow: hidden;}
.piclist .pics-block{
    position: relative;
    width:100%;
    min-height:485px;
    margin: 0 auto;
}
.picinfo{
    position: absolute;
    width: 25%;
    height: auto;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
}
.picinfo .pic{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.picinfo .pic img{
    width:100%;
    height: auto;
    max-width:270px;
    vertical-align:top;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
.picinfo .title{
    width: 100%;
    padding: 0 10px 45px;
    margin-bottom: 0;
    text-align: center;
    color: #124682;
    line-height: 24px;
}
.picinfo:hover{
    cursor: pointer;
}
.picinfo:hover .pic img{
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;transition:all 0.5s;
}

.loadmore{
    height:40px;
    width:300px;
    background: #f2f2f2;
    margin-top: 45px;
    line-height:40px;
    color:#333333;
    text-align: center;
}
.pics-result{
/*    height:40px;
    line-height:32px;*/
    margin:0;
    text-align:center;
    color:#666;
    display: none;
}
.pics-loading{
    background:url(/uploads/image/svimg/loading.gif) center center no-repeat;
}
.nc-wg-right-bar{top:400px;}

/*!*  图库详情 *!
.album-detail-top{
    padding: 25px 0 90px;
    background-color: #333;
    color:#fff;
}
.album-detail-top .nav{
    font-size: 16px;
    height: 38px;
}
.album-main{
    width: 900px;
    float: left;
}
.slider-container{
    position: relative;
    width: 100%;
}
.slider-item{
    position: absolute;
    width: 900px;
   !* height: 675px;*!
    top: 0;
    left: 0;
}
.pic-box{
    width: 900px;
 !*   height: 675px;*!
    overflow: hidden;
}
.pic-box img{
    width: 100%;
    height:auto;
}
.img-inf{
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 110px;
    padding: 10px 20px 0;
    width: 100%;
    background:rgba(0,0,0,0.4)
}
.number{
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
}
.number .ns2{
    font-size: 26px;
}
.caption p{
    margin-bottom: 20px;
}
.slider-box {
    position: relative;
    width: 900px;
}
.slider-box .next, .slider-box .prev {
    position: absolute;
    !*top: 220px;
    width: 59px;
    height: 122px;*!
    width: 20px;
    height: 20px;
    top: 637px;
    right: -190px;
    z-index: 99;
    opacity: 0;
}
.slider-box .next {
    right: -216px;
    background-position: -60px 0;
}
.slider-box .pagination {
    width: 900px;
    position: relative;
    margin: 35px 0 0;
}
.pagination-list{
    position: relative;
    width: 845px;
    height: 76px;
    padding: 10px 0;
    overflow: hidden;
    margin-left: 33px;
}
.pagination-ul {
    position: absolute;
    top: 0;
    left: 0;
}
.pagination li {
    width: 86px;
    height: 76px;
    display: inline-block;
    margin-right: 8px;
    border: 5px #f3f3f3 solid;

}
.pagination li.current {
    border: 5px #f44914 solid;
}
.pagination li img{
    width: 100%;
    !*height: 100%;*!
}
.pagination .pagination-prev, .pagination .pagination-next {
    width: 25px;
    height: 76px;
    position: absolute;
    top: 0;
    overflow: hidden;
    background:no-repeat left center;
}
.pagination .pagination-next {
    right: 0;
    background:no-repeat right center;
}
.slider-box .next, .slider-box .prev {
    background-image: url(/uploads/image/svcimg/album_bg.png);
}
.album-box{
    margin-left: 920px;
}
.album-title{
    padding: 25px 20px 80px;
    !*height: 675px;*!
    min-height: 100px;
    background-color: #666666;
    overflow: hidden;
    position: relative;
}
.album-title h1{
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 30px;
}
.al-img-b{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    border-top:1px solid #333;
    text-align: center;
    line-height: 55px;
    padding: 0 20px;
}
#yt-btn{
    margin-right: 15px;
}
.album-icon-yt{
    display: inline-block;
    width: 12px;
    height: 12px;
    background:  no-repeat center;
    margin-right: 7px;
    background-size: cover;
}
.album-icon{
    display: inline-block;
    width: 19px;
    height: 14px;
    background:;
    margin-left: 5px;
    cursor: pointer;
}
.album-icon-r{
    margin-left: 8px;
    margin-right: 5px;
    background:
}
.shared {
    width: 182px;
    overflow: hidden;
    margin: 35px auto 0;
}
.shared p{
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.share-btn div{
    width: 42px;
    margin-right: 28px;
    float: left;
}
.share-btn div:last-child{
    margin-right: 0;
}
.share-btn .icon{
    display: block;
    height: 35px;
    width: 42px;
}
.share-btn .icon:before{
    display: none;
}
.share-btn .icon-weixin{
    background: no-repeat center ;
    background-size: contain;
}
.share-btn .icon-qq{
    background: no-repeat center ;
    background-size: contain;
}
.share-btn .icon-weibo{
    background: no-repeat center ;
    background-size: contain;
}

!**!
.pl {
    background-color: #f7f7f7;
    padding-bottom: 80px;
    border-bottom:1px solid #f2f2f2;
}
.pl .container{
    background-color: #fff;
    padding: 0 30px;
}
.album-comment{
    margin-bottom: 36px;
}
.column-title label{
    margin-left: -30px;
}
.zhuanti-coumn-title label{
    margin-left: 0;
}
.column-title{
    border-top: 0;
}
.column-title:before{
    left: 16px;
}
.zhuanti-coumn-title:before{
    left: 46px;
}*/






























































