@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(footer.css);

.warp{width:100%;min-width:1230px;max-width:1920px;position:relative;overflow:hidden;margin:0 auto;background: url(zfgb_bg.jpg) no-repeat center top #FFF;box-shadow:0 0 10px 0px #8ea5ab;}
.Footer{background-color: #333333;}
.Main{background-color:#FFF;width: 1190px;padding: 5px;}

/*左侧*/
.LeftBox{width: 186px;min-height: calc(100vh - 560px);}

.LeftBox>h2.L_Top{ height: 67px; background: url(zfbg_ico_1.gif) no-repeat;}
.LeftBox>h2.L_Bot{ height: 21px; background: url(zfbg_ico_3.gif) no-repeat;}
.LeftBox>.LeftContent{padding: 0 15px;min-height: calc(100vh - 560px);background: url(zfbg_ico_2.gif) repeat-y;}


.LeftContent li{min-height: 24px;position: relative;overflow: hidden;margin-top: 10px;}
.LeftContent li>a{display: block;padding: 0 15px;height: 24px;line-height: 24px;background: url(zfgb_ico_4.png) repeat-x;color: #FFF;}
.LeftContent li.on>a{ background: url(zfgb_ico_5.png) repeat-x;}
.LeftContent dl{ padding: 5px 0; display: none;}
.LeftContent dl>dd{ font-weight: bold; border-bottom: 1px solid #dadada; font-size: 90%;}
.LeftContent dl>dd>a{color: #A70303;background: url(arrowbullet.png) no-repeat center left;display: block;height:30px;line-height: 30px;padding-left: 20px;}
.LeftContent dl>dd.on>a,.LeftContent dl>dd:hover>a{ background-color: #F3F3F3;}



/*右侧*/
.RightCon{width: 968px;padding:15px;background-color: #feddcc;min-height: calc(100vh - 560px);}
.RightCon.border{width: 870px;padding: 15px 15px 0;}
.RightCon .Title{position:relative;width:100%;height:40px;font-size: 22px;font-weight: bold;}
.RightCon .Title>a{display:inline-block;height:37px;padding:0 15px;line-height:37px;margin-right:10px;float: right;}
.RightCon .Title>a.on,.RightCon .Title>a:hover{ color:#ff0000;}

.RightCon .Content{min-height:500px;background-color:#FFF;padding: 30px 15px;}
.RightCon .Content .tit{ height:50px; line-height:50px; text-align:center; font-size:24px; font-weight:bold;}
.RightCon .Content .newsBox{margin-top: 20px;}
.newsBox .newsTit{ font-size:16px; font-weight:bold; color:#F00;}

/*文章列表*/
ul.NewsList{padding:10px 5px;}
ul.NewsList li{line-height: 24px;background: url(listStyle.png) no-repeat 0px center;padding-left:15px;height: 24px;overflow: hidden;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;font-size: 14px;}
ul.NewsList li:hover{transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
ul.NewsList li a{ float:left; display:inline-block; width:100%;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}