normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #356efb;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #fff url('../images/bg.jpg') center top no-repeat;
    font-size: 16px;
}

#header {
    width: 100%;
}

.head {
    width: 1000px;
    height: 900px;
    margin: 0 auto;  
    background:url('../images/index.jpg') center top no-repeat ;
}

.head h1 {
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: -99999em;
}

.tip {
    background: url('../images/daoyu.jpg') center top no-repeat;
    width: 1000px;
    height: 270px;
    margin: 0 auto;
}

.tip p {
    width: 810px;
    font-size: 18px;
    color: #333333;
    text-align: justify;
    padding: 25px 0 0 135px;
    line-height: 30px;
    text-indent: 2em;
    letter-spacing: 0px;
}

.main {
    width: 1000px;
    height: 1200px;
    margin: 0 auto;
}

.two-col {
    box-sizing: border-box;
    width: 1000px;
    height: 420px;
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

.two-col .left {
    width: 680px;
    height: 420px;
}

.two-col .right {
    width: 300px;
    margin-left: 20px;
}

.two-col .right ul  {
    width: 300px;
    list-style: none;
    overflow: hidden;
}

.two-col .right ul li {
    position: relative;
    height: 160px;
    background-color: #fff1db;
    margin-top: 11px;
    overflow: hidden;
}

.two-col .right ul li h5 {
    padding: 25px 30px;
}

.two-col .right ul li h5 a{
    color:#eb6100;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: bolder;  
}

/* 只有一条 */
/* .two-col .right ul li {
    height: 330px;
}
.two-col .right ul li h5 {
    padding: 25px 30px 0px;
}
.two-col .right ul li p {
    color: #666;
    text-indent: 2em;
    margin: 10px 30px;
    padding-top: 10px;
    border-top: #eb6100 solid 1px;
} */

.tit {
    width: 293px;
    height: 47px;
    background: url('../images/new_title.png') right top no-repeat;
    margin-top: 20px;
}
.more {
    float: right;
    font-size: 14px;
    padding-top: 5px;
}

#tempNews {
    display: none;
}

/* 新增功能 */
.wrapp_video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.flag_none {
    display: none;
}

.wrapp_video > video {
    width: 100%;
    cursor: pointer;
}

@media only screen and (max-width:720px) {
    .wrapp_video, .wrapp_video > video {
        display: none;
    }
}






