﻿body,html{
    background-color: #f0f0f0;
}
/*------图片区------*/
.notice{
    width:100%;
    height:339px;
}

/*--------内容区--------*/
.content{
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #f0f0f0;
}

/*--内容区左侧--*/
.noticeLeft{
    width:300px;
    height:auto;
    background-color: #f0f0f0;
}
.noticeLeft .noticeNews{
    width:100%;
    height:auto;
    background-color: #606060;
    margin-bottom: 20px;
    color:#fff;
    border-radius: 5px;
}
.noticeLeft .noticeNews p a{
    color:inherit;
    display: block;
    height:60px;
    line-height:60px;
    padding-left:38px;
}
.noticeLeft .noticeNews p a.choose{
    background: #909090;
}
.noticeLeft .noticeNews p a:hover{
	background: #909090;
}
.noticeLeft .noticeNews p span{
    float: right;
    display: inline-block;
    width:16px;
    height:16px;
    overflow:hidden;
    background: url("../statics/icon_play.png");
    margin-right:138px;
    margin-top:22px;
}
.noticeLeft .noticeNews p a.choose span{
	background: url("../statics/icon_play2.png");
}
.noticeLeft .noticeNews p i{
    font-style:normal;
}
.noticeLeft .noticeNews .firstLine{
    padding-left:38px;
    color:#868686;
    background: #474747;
    font-size:14px;
    line-height:16px;
    padding-top:18px;
    padding-bottom: 20px;
    border-radius: 5px;
}
.noticeLeft .noticeNews .firstLine b{
    font-size:22px;
    line-height:40px;
    color:#fff;
}
.noticeLeft .freeUse{
    width:100%;
    height:231px;
    border-radius: 5px;
    background:url("../statics/freeUse.jpg");
}
.noticeLeft .freeUse{
    overflow:hidden;
}
.noticeLeft .freeUse a img{
    display: block;
    width:244px;
    height:63px;
    margin-top:145px;
    margin-left:30px;
}
/*二级菜单*/
.noticeLeft .hideMenu{
    background:#aaa;
    display: none;
}
.noticeLeft ul.active{
    display: block;
}
.noticeLeft .hideMenu a{
    color:inherit;
	display:block;
	width:250px;
	height:50px;
	line-height:50px;
    padding:0 38px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.noticeLeft .hideMenu li{
    height:50px;
}
.noticeLeft .hideMenu li:hover{
     color:yellow;
 }
.noticeLeft .hideMenu li.active{
    color:yellow;
}
/*--内容区右侧--*/
.noticeRight{
    width:880px;
    height:
    auto;
    min-height:684px;
    padding: 15px 25px;
    background-color: #fff;
    border:2px solid #e9e9e9;
    border-radius: 5px;
}
.noticeRight img{
	max-width: 900px;
	margin-left: -2em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.noticeRight .noticeTitle{
    font-size: 34px;
    color: #000;
    font-weight: normal;
    padding:10px 0;
}
.noticeRight .timeCreat{
	font-size:16px;
	color:#999999;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #999;
}
.noticeRight div{
	font-size:16px;
	color:#000;
	font-weight:
	normal;
	z-index: 100;
}
.noticeRight .font18{
	text-indent:36px;
}
.noticeRight .font36{
	text-indent:36px;
}
.noticeRight p{
    line-height:35px;
	text-indent:0px;
	

}
.noticeRight p.date{
    text-align: right;
    margin-top:50px;
	
}
.noticeContent{
    text-indent: 2em;
}
.noticeContent p{
    text-indent: 2em;
}
.noticeContent span{
    text-indent: 2em;
}
