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;
}
}
.download_file {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
background: #DA2735;
color: #fff;
border-radius: 5px;
margin: auto;
transition: all .3s;
cursor: pointer;
}
.download_file:hover {
opacity: .85;
}
.submit_btn {
height: 50px;
background: #DA2735;
color: #fff;
border: none;
width: 100%;
}
.ip_box {
height: 50px;
background: #f4f4f4;
}
.download_layer {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .75);
z-index: 909;
/*display: none;*/
}
.download_box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 5px;
width: 400px;
box-shadow: 0 0 10px #fff;
padding: 30px;
}
.download_title {
font-size: 18px;
}
.click_hide{
cursor: pointer;
}
.download_result{
display: none;
}