﻿@charset "utf-8";
.newsbox{padding-top: 33px;padding-bottom: 90px;}
.newsbox .left{width: 250px;float: left;}
.newsshowbox{padding-top: 33px;padding-bottom: 90px;}
.newsshowbox .left{width: 250px;float: right;}
.newsshowbox .left .pushshow:nth-child(1){margin-top: 0px;}
.newsbox .left .columns{background-color: #FFFFFF;}
.newsbox .left .columns .head{background-color: #f60;height: 77px;line-height: 77px;text-align: center;color: #FFFFFF;font-size: 24px;}
.newsbox .left .columns ul li{display: block;margin-right: auto;margin-left: auto;font-size: 18px;height: 42px;position: relative;}
.newsbox .left .columns ul li i{position: absolute;height: 42px;width: 42px;top: 0px;right: 20px;cursor: pointer;display: none;}
.newsbox .left .columns ul li a{display: block;padding-left: 30px;line-height: 42px;height: 42px;width: 176px;margin-right: auto;margin-left: auto;color: #333333;border-top-width: 1px;border-top-style: dotted;border-top-color: #dcdcdd;}
.newsbox .left .columns ul li.folder a{background-image: url(../images/folder.png);background-repeat: no-repeat;background-position: 185px center;}
.newsbox .left .columns ul li.folder i{display: block;}
.newsbox .left .columns ul li.open a{background-image: url(../images/open.png);}
.newsbox .left .columns ul li:hover > a,.newsbox .left .columns ul ul.sub li:hover >a{color: #f60;}
.newsbox .left .columns ul ul.sub{background-color: #f8f8f8;display: none;}
.newsbox .left .columns ul ul.sub li a{font-size: 16px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;padding-left: 40px;width: 166px;}
.newsbox .left .columns ul ul.sub li a.cur{background-image: url(../images/cur.png);background-repeat: no-repeat;background-position: 190px center;color: #f60;}
.newsbox .left .columns ul ul.sub li{position: relative;}
.newsbox .left .columns ul ul.sub li .three{width: 212px;position: absolute;left: 250px;top: 0px;background-color: #f8f8f8;display: none;-moz-box-shadow: 2px 2px 2px #dbdada;
    -webkit-box-shadow: 2px 2px 2px #dbdada;
    box-shadow: 2px 2px 2px #dbdada;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#dbdada');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#dbdada')";}
.newsbox .left .columns ul ul.sub li:hover .three{display: block;}
.newsbox .left .columns ul ul.sub li .three a:hover{color: #f60;}
.left .pushshow{background-color: #FFFFFF;margin-top: 25px;border: 2px solid #eeeeee;padding: 12px;}
.left .pushshow .head{height: 40px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;line-height: 40px;font-size: 18px;color: #ff6600;padding-bottom: 5px;}
.left .pushshow .head span{float: right;display: block;height: 20px;width: 16px;margin-left: 15px;margin-top: 10px;background-color: #ff6600;background-image: url(../images/prev.png);background-repeat: no-repeat;background-position: center center;cursor: pointer;}
.left .pushshow .head span.next{background-image: url(../images/next.png);}
.left .pushshow .bd{width: 222px;overflow: hidden;margin-top: 10px;}
.left .pushshow .bd li img{height: 170px;width: 220px;}
.left .pushshow .bd li strong{font-size: 18px;font-weight: normal;line-height: 24px;display: block;height: 24px;padding-top: 6px;padding-bottom: 6px;overflow: hidden;color: #333333;white-space: nowrap;}
.left .pushshow .bd li p{padding-top: 5px;}
.left .pushshow .box{padding-bottom: 15px;}
.left .pushshow .box ul li{padding-top: 10px;padding-bottom: 10px;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #E6E6E6;}
.left .pushshow .box ul li:last-child{padding-bottom: 0px;border-bottom-style: none;}
.left .pushshow .box ul li a{color: #888888;}
.newsbox .right{float: right;width: 910px;}
.news .newsbox .right .infolist{padding-bottom: 10px;}
.news .newsbox .right .infolist li{border: 1px solid #b5b5b5;padding-top: 12px;padding-right: 22px;padding-bottom: 22px;padding-left: 22px;margin-bottom: 30px;}
.news .newsbox .right .infolist li .title{padding-bottom: 10px;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #CCCCCC;margin-bottom: 12px;font-size: 18px;}
.news .newsbox .right .infolist li .title span{font-size: 12px;float: right;line-height: 30px;}
.news .newsbox .right .infolist li .remark{padding-top: 8px;}
.news .newsbox .right .infolist li .remark .pic{float: left;margin-right: 15px;}
.news .newsbox .right .infolist li .remark .pic img{height: 138px;width: 178px;}
.news .newsbox .right .infolist li .remark .text{float: right;width: 668px;color: #888888;line-height: 24px;}
.news .newsbox .right .infolist li .remark .data{clear: both;float: none;margin-top: 15px;}
.news .newsbox .right .infolist li .remark .data span{background-image: url(../images/ico_date.png);background-repeat: no-repeat;background-position: left center;display: inline-block;margin-right: 25px;padding-left: 25px;}
.news .newsbox .right .infolist li .remark .data span.click{background-image: url(../images/ico_click.png);}
.newsbox .right .helplist{background-color: #FFFFFF;padding-top: 20px;padding-right: 20px;padding-left: 20px;}
.newsbox .right .helplist dl{border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #CCCCCC;padding-top: 20px;padding-bottom: 20px;}
.newsbox .right .helplist dl:last-child{border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}
.newsbox .right .helplist dl dt{font-size: 20px;background-image: url(../images/bg09.png);background-repeat: no-repeat;background-position: left 16px;padding-left: 45px;font-weight: bold;padding-top: 15px;}
.newsbox .right .helplist dl dt a{color: #333333;}
.newsbox .right .helplist dl dd{background-image: url(../images/bg10.png);background-repeat: no-repeat;background-position: left top;padding-left: 45px;margin-top: 15px;font-size: 16px;padding-bottom: 20px;}
.related_info{margin-top: 25px;background-color: #FFFFFF;padding: 12px;}
.related_info .list{width: 425px;float: left;}
.related_info .list:nth-child(2){float: right;}.related_info .list .tit{font-size: 20px;padding-bottom: 10px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}
.related_info .list ul li{padding-top: 15px;padding-bottom: 15px;}
.related_info .list ul li:hover a{color: #ff6600;font-weight: bold;}
.related_info .list ul li p{color: #888888;font-size: 12px;padding-top: 6px;}
.newsshowbox .article_body{float: left;width: 920px;}
.newsshowbox .article_body .container{background-color: #FFFFFF;padding: 22px;}
.newsshowbox .article_body .container .head{text-align: center;padding-bottom: 15px;border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;}
.newsshowbox .article_body .container .head h1{font-weight: normal;color: #333333;font-size: 24px;margin: 0px;padding: 0px;}
.newsshowbox .article_body .container .head .date{font-size: 12px;padding-top: 15px;color: #999999;}
.newsshowbox .article_body .container .content{line-height: 24px;padding-top: 15px;width: 876px;overflow: auto;}
.newsshowbox .article_body .container .content img{max-width:876px;}
.newsshowbox .article_body .flip{padding-top: 20px;padding-right: 5px;padding-bottom: 20px;padding-left: 5px;margin-top: 25px;background-color: #FFFFFF;color: #999999;}
.newsshowbox .article_body .flip a:hover{color: #0093dd;text-decoration: underline;}
.newsshowbox .article_body .flip span.next{float: right;}
