body {
	background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}
i {
    font-style: inherit;
}
.mryt_Search {
	line-height: 60px;
    height: 66px;
	margin-top: 15px;
}
.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: 100%;
    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;
}

/* 订阅选择 start */
.chooseBox{
	box-sizing: border-box;
	padding: 23px 21px 23px 27px;
	background-color: #f1f2f3;
	line-height: 36px;
}
.text-808080{
	color: #808080;
}
.text-fc8600{
	color: #fc8600;
}
.chooseBox .chooseBtn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding-left: 39px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #1578f1 url(../images/psIcon2.png) no-repeat 16px center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.chooseBox .againBtn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding-left: 39px;
	box-sizing: border-box;
	border-radius: 4px;
	color: #1578f1;
	background: #fff url(../images/psIcon11.png) no-repeat 16px center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #1578f1;
}
.f24{
	font-size: 24px;
}
/* 订阅选择 end */

/* 列表 shart */
.dataList li{
	width: 585px;
	box-sizing: border-box;
	padding: 25px 20px 0;
	border-radius: 6px;
	/* border: 1px solid #dae0ec; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 20px;
	background: url(../images/liBg.png) no-repeat center center;
	background-size: 100% 100%;
}
.dataList li:nth-child(2n){
	margin-right: 0;
}

.dataList li:hover{
	background: url(../images/liHoverBg.png) no-repeat center center;
	background-size: 100% 100%;
}

.dataList li .leftLi{
	width: 510px;
	box-sizing: border-box;
	padding-left: 76px;
	color: #363b4d;
	background: url(../images/psIcon33.png) no-repeat left center;
}

.dataList li:hover .leftLi p.cp{
	color: #1578f1;
}

.text-7a8ba6{
	color: #7a8ba6;
}
.dataList li .checkBtn{
	height: 45px;
	line-height: 45px;
	color: #363b4d;
	border-top: 1px dashed #dfe5f2;
	box-sizing: border-box;
	padding-left: 245px;
}
.dataList li .checkBtn:hover{
	/* color: #1578f1; */
}

.dataList li:hover .checkBtn {
   background: url(../images/liMoreHover.png) no-repeat center center;
   color: white;
}

.dataList li .checkBtn i{
	width: 17px;
	height: 10px;
	background: url(../images/icon_rightArrow.png) no-repeat center center;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 13px;
}	

.dataList li:hover .checkBtn i{
	background: url(../images/icon_rightArrowOn.png) no-repeat center center;
}

/* 列表 end */

/* 头部 */
.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;
}