/* 标准新闻 */

/* 顶部图片 */
.topImgBox {
    height: 350px;
    background: url("../images/ad_bg.png") center 100%;
}

/* 主体 */
.main {
    height: 800px;
}

/* 左侧 */
.main .leftList {
    float: left;
    width: 300px;
    height: 100%;
    background: #F4F6F7;
    font-family: "SourceHanSansCN";
    line-height: 40px;
    overflow: hidden;
}
.main .leftList h2 {
    font-size: 20px;
    color: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    cursor:pointer;
    text-align: center;
    background-color: #00C8A3;
}
.main .leftList h2.titleCheck {
	
}
.main .leftList .titleListBox .titleList h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 28px;
    background: #E7F6FF;
}
.main .leftList .titleListBox .titleList h4 span {
	font-size: 16px;
    cursor:pointer;
}
.main .leftList .titleListBox .titleList h4 i {
	display: inline-block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 12px;
	background: url("../images/down.png") no-repeat center;
	cursor:pointer;
}
.main .leftList .titleListBox .titleList h4 i.leftImg  {
	background: url("../images/left.png") no-repeat center;
} 

.main .leftList .titleListBox {
    font-size: 18px;
    color: rgba( 0, 0, 0, 0.702 );
    height: 760px;
    overflow:auto;
    position: relative;
}
.main .leftList .bodyListBox .bodyList {
    
}
.main .leftList .bodyListBox .bodyList h4 {
	padding-left: 28px;
	background: #F7F7F7;
}
.main .leftList .bodyListBox .bodyList h4 span {
	font-size: 20px;
    cursor:pointer;
}
.main .leftList h4 span:hover {
	color: #EC6941;
    font-weight: bold;
}
.main .leftList .bodyListBox .titleText {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.main .leftList .bodyListBox .titleText:hover {
	color: #EC6941;
    font-weight: bold;
}
.main .leftList .bodyListCheck {
    color: #00C8A3;
    font-weight: bold;
}
.main .leftList .centerListBox {
	padding-left: 28px;
	background: #fff;
}
.main .leftList .centerListBox .centerList {

} 
.main .leftList .bodyListBox,
.main .leftList .centerListBox {
	
}
.main .leftList .listNum {
	color: #EC6941;
}
.main .leftList .bodyListBox .bodyList h4.bgLeft {
	background: #00C8A3 url(../images/w-left.png) no-repeat center right;
	color: #fff;
	
}


/* 右侧 */
.main .rightDetails {
    float: right;
    width: 800px;
}
.main .rightDetails h1 {
    height: 48px;
    font-size: 18px;
    color: rgba( 0, 0, 0, 0.702 );
    line-height: 48px;
    border-bottom: 1px solid #E5E5E5;
    text-indent: 20px;
}
.main .rightDetails .rightSearch {
    padding: 15px 0 15px 18px;
    overflow: hidden;
}
.main .rightDetails .rightSearchInput {
    height: 35px;
    width: 300px;
    border-radius: 18px;
    border: none;
    outline: none;
    background: #EDEDED;
    text-indent: 12px;
    float: left;

}
.main .rightDetails .rightSearch .rightSearchBtn {
    font-size: 16px;
    color: #fff;
    background: #00C8A3;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 18px;
    float: left;
    margin-left: 10px;
    overflow:hidden;
}
.main .rightSearch .rightSearchBtn i {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 10px 3px 0 0;
    background: url("../images/search1.png") no-repeat center;
}

/* 右侧详情列表 */
.main .newsList {
    border-top: 1px solid #E5E5E5;
    padding: 0 8px;
}

.fixed-table-pagination div.pagination .pagination {
	display: flex;
}
td {
	border-top: none !important;
	border-bottom: 1px dashed #E5E5E5 !important;
	font-size: 13px;
    cursor:pointer;
}
tr:hover td:first-child {
	color: rgb( 0, 96, 255 );
}
tr td:last-child {
	color: #999;
}


