@charset "UTF-8";
@import url(reset.css);

html {
    min-width: 1000px;
}

body {
    background: url(essence_01.jpg);
}

a:hover {
    text-decoration: underline;
}

.content:after,
.summary_pic:after,
.promotion_list:after,
.title:after,
.promotion .news_list:after,
.essay .news_list li:after,
.col_list li p,
.implementation .news_list li:after,
.learning:after,
.col_temp:after {
    content: '';
    clear: both;
    display: table;
}

.banner {
    background: url(essence_02.jpg) no-repeat center top;
    width: 100%;
    height: 572px;
}

.nav {
    background: #418f82;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.nav > li {
    display: inline-block;
    position: relative;
}

.nav > li > a {
    font-size: 18px;
    height: 18px;
    padding: 0 25px;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.nav li .sub {
    display: none;
}

.nav li:hover .sub {
    z-index: 1;
    display: block;
    position: absolute;
    top: 44px;
    width: 205px;
    text-align: center;
    background: #418f82;
    padding-bottom: 20px;
    left: 50%;
    margin-left: -102.5px;
}

.nav li:hover .sub li a {
    color: #FFFFFF;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
}


.content {
    background: url(essence_03.jpg);
    width: 1000px;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 300px;
}

.video {
    width: 680px;
    margin: 0 auto;
    display: block;
}

.video video {
    width: 100%;
    height: 380px;
}

.video .video_text {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

.broadcasts {
    float: left;
    width: 495px;
}

.broadcasts .news_list li {
    padding: 5px 0;
    font-size: 17px;
}

.broadcasts .news_list li > a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 28px;
    color: #740303;
}

.broadcasts .news_list li p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 23px;
    text-indent: 2em;
    display: table;
}

.broadcasts .news_list li p a {
    color: #a26b18;
}

.broadcasts > a {
    float: right;
    font-size: 15px;
}

.implementation {
    width: 920px;
    margin: 25px auto 0;
}

.implementation .news a {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    background: url(essence_04.png) center no-repeat;
    height: 66px;
    line-height: 66px;
    letter-spacing: 10px;
}


.implementation .news_list {
    margin: 15px 0;
}

.implementation .news_list li .title {
    font-size: 16px;
    line-height: 40px;
}

.implementation .news_list li .title a {
    width: 830px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
    color: #000000;
}

.implementation .news_list li .title a:before {
    content: '●';
    padding: 0 10px;
}

.implementation .news_list li .title span {
    display: block;
    float: right;
    width: 90px;
    text-align: center;
}

.implementation .news_list li p {
    font-size: 14px;
    line-height: 22px;
    color: #7c7a7a;
    text-indent: 2em;
    padding-bottom: 10px;
    float: left;
}

.implementation .news_list li p img {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.implementation .news_list li p a {
    color: #7f0505;
}

.learning {
    width: 964px;
    margin: 30px auto 0;
}

.learning li {
    width: 225px;
    height: 190px;
    float: left;
    margin: 10px 5px;
}

.learning li img {
    width: 100%;
    height: 140px;
    border: 3px solid #ffffff;
    border-radius: 5px;
}

.learning li span {
    display: block;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.col_temp {
    margin-top: 20px;
    text-align: center;
    margin-bottom: -20px;
}

.col_temp li {
    display: inline-block;
}

.col_temp li a {
    display: block;
    float: left;
    padding: 10px;
    border: 1px solid #418e81;
    border-radius: 15px;
    margin-right: 13px;
    font-size: 17px;
}

.col_temp li a.on,
.col_temp li a:hover {
    background: #418e81;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.footer {
    width: 100%;
    background: #418f82;
}

.footer * {
    color: #FFFFFF;
}

/* 栏目页、文章页样式 */
.col_list {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.col_list li {
    border-bottom: 1px dashed #c38d49;
    margin-top: 15px;
}

.col_pic {
    margin: 0 auto;
}

.col_pic li {
    width: 303px;
    margin: 20px 15px 0;
}

.col_list li span {
    float: right;
    line-height: 35px;
    color: #666666;
}

.col_pic li img {
    width: 293px;
    height: 220px;
}

.col_list li p {
    color: #666666;
    text-indent: 2em;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}

.col_list li p img {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.col_list li p a {
    color: #428d80;
    margin-left: 15px;
}

.col_list li a.title {
    color: #428d80;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: bold;
    line-height: 30px;
}

.collection {
    text-align: right;
}

.collection a {
    display: inline-block;
}