﻿@CHARSET "UTF-8";

.news-line {
    list-style: none;
    margin: 20px 0;
    margin-left: -40px;
}

.news-line li {
    font: 500 14px Microsoft Yahei;
    margin-bottom: 20px;
    line-height: 24px;
}

.news-line li a {
    color: #1f3549;
    cursor: pointer;
}

.news-line li a:hover {
    color: #4178be;
    cursor: pointer;
}

.news-line li span {
    color: #4178be;
    font: 500 12px Arial;
    margin-left: 20px;
}

#close {
    font: 500 20px Arial;
    float: right;
    margin-right: 7px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

.white_content {
    display: none;
    width: 50%;
    height: 50%;
    padding: 16px;
    background-color: #fff;
    z-index: 1002;
    position: fixed;
    _position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 1px 23px #343333;
}

.video_content {
    display: none;
    width: 50%;
    z-index: 1002;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgb(52, 51, 51) 0 1px 23px;
    background-color: #fff;
}

.video_content a {
	margin-right: 7px; 
	font: 500 20px Arial;
	text-decoration: none;
	float: right; 
}

.video_content video {
    width:100%;
    z-index:-1;
}

a {
    cursor: pointer;
}

/*新闻动态*/
.news-list {
    min-width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    margin-bottom: 0;
}

.news-list li {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.c-left {
    width: 85px;
    height: 85px;
    color: #555;
    display: inline-block;
    float: left;
    font-family: Arial;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 16px;
}

.c-left p {
    text-align: center;
}

.time-list {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.c-right {
    max-width: 88%;
    text-align: left;
    margin-top: 5px;
    margin-left: 24px;
    display: inline-block;
    float: left;
}

.c-right h2 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.c-right p{
	color: #707070;
}
