.bg_white{
	background-color: #fff;
}
i {
    font-style: inherit;
}
/* 头部底部 start */
.headerBtm{
    height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}
.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}
.headerBtm .titCont{
    margin-left: 15px;
    font-size: 20px;
    color: #d9f0ff;
    line-height: 160px;
}
.mryt_Search {
    line-height: 60px;
    height: 66px;
    border-bottom: 1px solid #e6e7ed;
    z-index: 2;
}
.mryt_Search .sortBox {
    margin-left: 20px;
}

.mryt_Search .mryt_TitleTab {
    width: 106px;
    height: 60px;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
	font-size: 20px;
    color: #808080;
    background: transparent;
}
.mryt_TitleTab.on:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 64px;
    width: 100px;
    height: 2px;
    background: #1578f1;
}
.mryt_Search .mryt_TitleTab.on{
    font-size: 24px;
	color: #333;
}
.mryt_Search .mryt_TitleTab.on i{
    font-style: italic;
	color: #1578f1;
}
.mryt_Search .searchBox {
    margin-top: 15px;
}


















/* 列表 start*/
/* 政策tabName */
.table_tabNameList {
	/* box-sizing: border-box;
    padding: 0 22px; */
	margin-top: 18px;
}

.table_tabNameList li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #c2c6cc;
	color: #808080;
	font-size: 16px;
}

.w520 {
	width: 520px;
	padding-right: 20px;
}

.w300{
	width: 300px;
	padding-right: 20px;
}
.w150{
	width: 150px;
	padding-right: 20px;
}
/* 内容 */
ul.dataList {
	padding: 0;
}

ul.dataList li {
	height: 74px;
	line-height: 74px;
	padding: 0;
	border-bottom: 1px dashed #c2c6cc;
	color: #333333;
	font-size: 16px;
    padding: 0 15px;
}

ul.dataList li:hover {
	color: #2597e7;
	border-bottom: 1px dashed #2597e7;
}

ul.dataList li:hover {
	color: #1578f1;
	border-bottom: 1px dashed #1578f1;
	background-color: white;
	box-shadow: 1px 1px 7px 3px rgba(5,63,111,0.2);
}

ul.dataList li:hover a {
	color: #1578f1;
}

.dataList li .recom_title {
	width: 500px;
	padding-right: 20px;
}

.dataList li .recom_supMet {
	width: 150px;
	padding-right: 30px;
}

.dataList li .recom_tag {
	width: 300px;
	padding-right: 30px;
}

.dataList li .recom_date {
	width: 130px;
}
.content{
    min-height: 600px;
}