/**专题列表**/

.special-list{width:1300px;float:left;margin-top:27px}

.special-list ul.list_nav{width:910px;height:40px;background-color:#f2f2f2;margin-bottom:20px}

.special-list ul.list_nav li{margin:0;width:auto;box-shadow:none}

.special-list ul.list_nav li a{display:block;width:108px;height:40px;line-height:40px;text-align:center}

.special-list ul.list_nav li a:hover{background-color:#f26f03;color:#fff;box-shadow:none}

.special-list ul.list_nav li.shaw{box-shadow:none}

.mo a{background-color:#f26f03;color:#fff}





.special-list ul{ width: 100%; overflow:hidden;}

.special-list ul li{ float: left; width: 244px; margin-right: 20px; margin-bottom: 40px;box-shadow: 0 1px 2px #c5c5c5; cursor:pointer;}
.special-list ul li:nth-child(5n+0){margin-right: 0px;}
.special-list ul li.shaw:hover{box-shadow: 0 3px 8px #ccc;}

.special-list ul li p{font-weight: normal; color: #323232; line-height: 16px;height:47px; text-align:center;

line-height:47px;}

.special-list ul li p{border-bottom: 2px solid #5b5b5b;}

.special-list ul li h5 em{ float: left; color: #777777; display: inline-block; font-style: normal; font-weight: normal;}

.special-list ul li h5 b{ float: right;color: #9b9b9b; padding-left: 30px; display: inline-block;font-style: normal; font-weight: normal;background:url(../images/icon14.png) no-repeat 0 center; }

.special-list ul li .wpi{ position: relative; width: 244px; height: 325px; overflow:hidden;}

.special-list ul li .wpi img{ display: block;width: 244px; height: 325px;}

.special-list ul li .wpi a img{transition:all 1s ease 0s}

.special-list ul li:hover .wpi a img{transform:scale(1.2);}

.special-list ul li:hover p a{ color:#f26f04}

.special-list ul li .wpi span{width:20%; text-align: center; position: absolute; bottom: 0; right: 0; color: #fff;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/

filter:Alpha(opacity=50); background:#000;/*实现IE背景透明*/}

.special-list ul li .wpi a{width: 244px; height: 325px; overflow:hidden}

.special-list ul li .wpi .fade{-webkit-transition: all .2s linear;-moz-transition:all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear;}

.special-list ul li .wpi .pop{width: 244px;height: 131px; position: absolute; top: 0; left: 0; background:#000;background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/

filter:alpha(opacity=50);/*实现IE背景透明*//*opacity: 0.8;-moz-opacity:0.8;filter:alpha(opacity=80);  */display: none;}



/**专题列表响应式**/

@media screen and (max-width: 1279px){

    .special-list{ width:718px;}

    .special-list ul.list_nav li a{width:90px}

    .special-list ul.list_nav{ width:678px;}

}


