
input {
    border: none;
}

#header {
    background: #070730 !important;
}

#header .container {
    margin: 0 auto !important;
    max-width: 1140px;
}

.nav_item {
    line-height: 22px;
}

#news_wrapper {
    margin: 90px auto;
    width: 1110px;
    height: 100%;
}

.contents_top {
    margin: 188px auto 29px;
    width: 1110px;
    height: 120px;
}

.contents_top h1 {
    float: left;
    padding-top: 3px;
    margin-right: 30px;
    width: 115px;
    height: 57px;
    font-size: 39px;
    font-weight: 500;
    line-height: 100px;
}

.contents_top .media_h1 h1 {
    width: 120px;
}

.contents_top .news_search {
    float: right;
    margin-top: 40px;
    margin-right: 17px;
    width: 442px;
    height: 49px;
}

.news_search input[type=text] {
    float: right;
    padding: 3px 6px 6.5px;
    font-size: 17px;
    border: 1px solid #cccbcb;
    border-right: 1px solid #d9d9d9;
}

input::placeholder {
    font-size: 14px;
}

.news_search .search-container button {
    float: right;
    padding: 3px 6.5px;
    font-size: 17px;
    border: 1px solid #cccbcb;
    border-left: none;
    cursor: pointer;
    background: #fbfbfb;
}

.news_search .search-container button img {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 24px;
}

.news_search .search-container button:hover {
    background: #ccc;
}

.contents_bottom {
    margin: 0 auto;
    width: 1110px;
    height: auto;
}

.contents_bottom .contents_bottom_box {
    width: 100%;
    height: 100%;
}

.contents_bottom .contents_bottom_box li {
    float: left;
    margin: 0 45px 70px 0;
    width: 334px;
    height: 340px;
    color: #5c5c5c;
    cursor: pointer;
}

#mediaUl li {
    margin: 0 45px 8px 0;
}

#mediaUl .img_div {
    position: relative;
    top: 0;
    left: 0;
}

.img_div .play_btn {
    position: absolute;
    top: 78.3px;
    left: 132.3px;
    width: 69.5px !important;
    height: 49px !important;
}

.img_div > img.playOn {
    opacity: 0;
    transition: opacity 0.2s;
}

.img_div:hover > img.playOn {
    opacity: 1;
}

#mediaUl li:nth-child(3n) {
    margin: 0 0 8px 0;
}

.contents_bottom .contents_bottom_box li:nth-child(3n) {
    margin: 0 0 70px 0;
}

.contents_bottom .contents_bottom_box li img, .contents_bottom .contents_bottom_box li iframe {
    display: block;
    width: 334px;
    height: 205px;
}

.contents_bottom .contents_bottom_box li p {
    margin: 0 auto;
    width: 97%;
    height: 54px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents_bottom .contents_bottom_box li p.pr_title {
    margin: 11px auto 0;
    line-height: 1.5;
    letter-spacing: 0.11px;
    font-size: 16px;
}

.contents_bottom .contents_bottom_box li p.pr_txt {
    margin: 5px auto 7px;
    height: 40px;
    line-height: 19px;
    font-size: 13px;
    color: #5f5f65;
}

.contents_bottom .contents_bottom_box li p.pr_date {
    height: 18px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.76px;
    color: #a29f9c;
}

#mediaUl .pr_date {
    /*margin-top: 4.5px;*/
    margin-top: 7px;
}

/*dim*/
.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .pop-layer {
    display: block;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 10;
}

.btn-r {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
}

a.btn-layerClose {
    position: absolute;
    top: -35px;
    right: 10px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    transform: scale(1);
    color: #fff;
}

.pop-layer .pop-container {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 1%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=50);
}

/*dim end*/

/*pagination*/
.contents_bottom .pg_contents {
    margin-bottom: 13px;
    position: relative;
    top: 25px;
    width: 1090px;
    height: 115px;
}

.contents_bottom .pg_contents .pg_btn {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%);
}

.contents_bottom .pg_contents .pg_btn li {
    float: left;
    margin: 0 4.5px;
    width: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.btn_img {
    margin-left: 1px;
    width: 6px;
}

.contents_bottom .pg_contents .pg_btn .btn_box {
    margin: 0 0 0 25px;
    width: 41px;
    text-align: left;
}

.contents_bottom .pg_contents .pg_btn .btn_prev {
    margin: 0 25px 0 0;
}

.contents_bottom .pg_contents .pg_btn li strong {
    font-weight: normal;
    text-align: center;
}

.btn_active {
    display: block;
    margin: 13px 4px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 15px;
    background-color: #f15b45;
    color: white;
}

/*pagination end*/

.more_media {
    position: relative;
    top: 0;
    left: 0;
    width: 1090px;
    height: 10px;
}

.more_media p {
    position: absolute;
    top: -85px;
    right: 0;
}

.more_media p:hover {
    text-decoration: underline;
}

/*footer*/

footer {
    padding-top: 29px;
    width: 100%;
    height: 130px;
    font-size: 13px;
    background-color: #eff2f6;
}

footer address, footer .copyright {
    width: 100%;
    height: 31.5px;
    line-height: 40px;
    text-align: center;
    color: #151414;
}

footer .copyright {
    font-size: 11px;
    color: #707070;
}







