	video{
		max-width:100%;
	}
	.newTitle{
    font-size: 18px;
    font-weight: bold;
    }
    .newsNav{
        font-size: 16px;
    }
    @media screen and (min-width: 768px) {
    .t_n_b{
        margin-top: 25px;
        width:300px;
    }
    .top_new .top_new_img:first-child{
        display: block;
    }
    .top_new_img{
        display: none;
        width:300px;
        height:200px;
    }
    .top_new_title{
        line-height: 50px;
        border-bottom: 1px dashed #cccccc;
        font-size: 14px
    }
    .top_new_title > a{
        /*height: 100%;*/
        width: 100%;
        display: block;
    }
    .news_page_list{
        width:800px;
    }
    .news_page_list_box{
        border-bottom: 1px dashed #cccccc;
        padding:30px 0;
        cursor: pointer;
    }
    .news_page_list_box:hover .newTitle, .top_new_title:hover a{
        color: red !important;
    }
    .n_img{
        width:180px;
        height:140px;
    }
    .n_c{
        width:100%;
        line-height:25px;
        box-sizing: border-box
    }
    .n_d{
        font-size: 14px;
        color: #999999;
        /*position: absolute;*/
        /*bottom:0;*/
    }
    .artCon{
        max-width:667px;margin:auto;
    }
}

	.apply{
	    width:140px;height:45px;line-height:45px;background:#fff;border-radius:5px;transition: all .3s;margin-bottom:30px;
	}
	.apply:hover{
	    background: #DA2735;
	    color: #fff;
	}
	.apply:last-child{
	    margin-bottom:0;
	}
	.artCon img{
	    max-width: 100%;
	}
    .posBg{
        background-size:100% auto;min-height:362px
    }
@media screen and (max-width: 768px) {
    .artCon{
        max-width: 100%;
    }
    .posBg{
        background-size:cover;height: auto !important;
    }
}