body{
    background: #ffffff;
    background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}
#gradeList{
	padding: 16px 0;
}
/* 头部底部 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;
}
.titNav{
    margin-top: 25px;
}
.titNav li{
    width: 390px;
    height: 45px;
    line-height: 45px;
}
.titNav li a{
    display: block;
    text-align: center;
    color: #7a8ba6;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 3px;
}
.titNav li .on{
    color: #ffffff;
    background: url(../images/titNav_on.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 头部底部 end */
/* 列表样式 */
.content{
    border-radius: 5px;
    /* background-color: #fff; */
    overflow: hidden;
}
.dataList{
    padding-top: 30px;
    border-top: 1px solid #e6e7ed;
}
.dataList li{
    margin-right: 18px;
    margin-bottom: 20px;
    width: 286px;
    box-sizing: border-box;
    background: url(../images/liBg.png) no-repeat center center;
    background-size: 100% 100%;
}

.dataList li:hover{
    /* box-shadow: 1px 1px 1px 1px rgba(55,69,103,0.2); */
    background: url(../images/liHoverBg.png) no-repeat center center;
    background-size: 100% 100%;
    /* border: 0; */
}

.dataList li:hover .textBox{
    border: 0;
}

.dataList li:hover .listTitle a{
    color: #1578f1;
}

.dataList li .picBox{
    display: block;
    width: 286px;
    height: 170px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.dataList li .picBox img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    width: 286px;
    height: 170px;
    object-fit: cover;
}
.dataList li .picBox:hover .videoBg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) url(../images/videoIcon01.png) no-repeat center center;
}
.dataList li .textBox{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 286px;
    /* border: 1px solid #f2f2f2; */
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dataList li .textBox .timeComp{
    margin-top: 13px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    color: #666666;
}
.dataList li .textBox .timeComp .comp{
    max-width: 170px;
}
.dataList li img{
    width: 150px;
    height: 100px;
    float: left;
}
.listTitle{
    padding-top: 10px;
    width: 100%;
    font-size: 18px;
    min-height: 50px;
}
.listTitle .hot{
    height: 14px;
    width: 30px;
    display: inline-block;
    background: url(../images/hot.png) no-repeat left center; 
}
.itemsBox span{
    height: 18px;
    border: 1px solid #fa8936;
    line-height: 18px;
    color: #ff9966;
    padding: 0 5px;
    border-radius: 4px;
    display: inline-block;
}
.timeBox{
    display: inline-block;
    color: #999;
    height: 14px;
    line-height: 14px;
    background: url(../../../public/images/icons/timeIcon.png) no-repeat left center;
    padding-left: 20px;
}
.bdBottom{
    /* padding: 30px 0;
    border-bottom: 1px solid #eee; */
}
.listTitle a:hover{
    color: #1578f1;
}
/* 搜索栏 start*/
.mryt_Search {
	height: 69px;
	line-height: 69px;
	border-bottom: 1px solid #e6e7ed;
}


.mryt_Search .sortBox {
	margin-left: 45px;
}
.mryt_Search .sortBox{
	margin-left: 0px;
}

.text-blue1 {
	color: #1578f1;
}

/* 搜索栏 end*/
.filterContainer ul li .filterBar.little {
	height: 28px;
	overflow: hidden;
}

.filterBox{
    overflow: hidden;
}

/* tabList start */
.tabList{
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #e6e7ed;
    box-sizing: border-box;
}

.tabList li {
   margin-right: 40px;
   line-height: 69px;
   height: 69px;
}

.tabList li a{
    height: 60px;
    color: #808080;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
}

.tabList li a span i {
    font-style: italic;
}

.tabList li.on a{
    font-size: 24px;
    color: #333333;
}

.tabList li.on a  span i{
    color: #1578f1;
}

.tabList li.on a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 48px;
    width: 100%;
    height: 2px;
    background: #1578f1;
}
/* tabList end */