@charset "utf-8";

.banner {
    width: 100%;
    height: 320px;
    margin-top: 90px;
    background-image: url(../images/news/banner.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.head {
    font-size: 32px;
    letter-spacing: 5px;
    color: #fff;
    padding-top: 100px;
}

.head .english {
    font-size: 40px;
    letter-spacing: 3px;
    /* font-family: -webkit-pictograph; */
}

.more {
    display: inline-block;
    margin: 48px 0;
    float: right;
}

.more .text {
    float: left;
    background-color: #2f394c;
    color: #fff;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

.more .mark {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f1904c;
    color: #fff;
    text-align: center;
}

.menu {
    float: left;
    width: 318px;
    height: auto;
}

.menu .head {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 55px;
    padding-left: 26px;
    color: #333;
    width: 100%;
    height: 100px;
    background-image: url(../images/news/bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.menu .head .english {
    font-size: 22px;
    font-weight: normal;
    /* font-family: inherit; */
    letter-spacing: 1px;
}

.menu .menu-list {
    width: 256px;
    height: auto;
    background-color: #2e67ae;
    margin-top: 25px;
    padding: 0 8px;
    margin-left: 10px;
}

.menu .menu-list li {
    width: 100%;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px dashed #ddd;
}

.menu .menu-list li.curr {
    background-image: url(../images/news/curr.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 300px;
    height: 92px;
    margin-left: -21px;
    margin-top: -10px;
    line-height: 100px;
}

.menu .menu-list li a {
    color: #fff;
    font-size: 20px;
    padding-left: 50px;
}

.menu .menu-list li.curr a {
    color: #f1904c;
    padding-left: 70px;
}

.news .news-right {
    float: right;
    width: 860px;
    height: auto;
}

.pos {
    width: 100%;
    height: 58px;
    line-height: 65px;
    color: gray;
    border-bottom: 1px solid #ddd;
}

.news .news-list {
    width: 100%;
    height: auto;
}

.news .news-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #dbd4cd;
}

.news .news-list li a {
    color: #696969;
}

.news .news-list li .time {
    float: left;
    width: 62px;
    height: 80px;
    margin: 30px;
    display: inline-block;
    text-align: center;
}

.news .news-list li .time .d {
    color: #949494;
    font-size: 32px;

}

.news .news-list li .time .ym {
    color: #949494;
    font-size: 16px;
}

.news .news-list li .conts {
    margin-top: 30px;
}

.news .news-list li .conts2 {
    float: left;
    width: 570px;
    margin-top: 30px;
}

.news .news-list li .title {
    font-size: 22px;
    line-height: 140%;
    color: #333;
}

.news .news-list li .des {
    line-height: 22px;
    padding-top: 8px;
    color: gray;
}

.content{margin-top: 90px;}
	.content .title{text-align:center; padding: 60px 20px 30px 20px; font-size: 24px;}
	.content .info{text-align:center; padding:10px 0px; border:1px solid #e3e3e3; color:#aaa; background-color: #efefef;}
	.content .m_con{padding: 60px 20px;line-height: 1.75em;font-size: 16px;}
	.content .m_con span{line-height: 1.75em !important;}
	.content .m_con img{margin: 5px auto;max-width: 1160px;}
	.content .m_con embed{margin-left: 200px;}
	.content .m_con table td{border:1px #ccc solid;padding-left:5px;}
	.content .relative{padding: 0 20px 40px 20px;}
	.content .relative a{line-height: 30px;}