﻿@charset "utf-8";

#content { width: auto; }

/* media-header------------ */
.media-header { background: url(../img/header.jpg) no-repeat center top; }
.topBar { width: 1200px; margin: 0 auto; }
.topBar .get-home { display: block; float: right; width: 70px; height: 40px; font-size: 14px; text-align: left; transition: all 0.5s; line-height: 40px; border-radius: 0 0 5px 5px; background: rgba(0,0,0,0.3) url(../img/icons-home.png) no-repeat 14px center; padding-left: 38px; color: #fff;}
.topBar .get-home:hover { background-color: #d12c2c; }
.topBar .sub-logo { clear: both; height: 100px; margin-bottom: 30px; }
.topBar .sub-logo img { max-height: 100px; }

.top-intro { text-align: center; margin-bottom: 30px; }
.top-intro h3 { font-size: 65px; line-height: 98px; font-weight: bold; color: #fff; text-shadow: 0px 9px 1px rgba(0, 0, 0, 0.17); margin-bottom: 30px; }
.top-intro h3 a { color: #fff; }
.top-intro p { line-height: 30px; font-size: 16px; color: #fff; }

/* qr-menu */
.qr-menu { background-color: rgba(255,255,255,0.5); border-radius: 20px; margin: 0 auto 60px; padding: 8px; width: 1200px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09); position: relative; z-index: 2;	}
.qr-menu ul { border-radius: 20px; background-color: #fff; padding: 30px 100px;}
.qr-menu li { float: left; width: 24.99%; text-align: center; position: relative; }
.qr-menu li a { padding-top: 30px; height: 120px; display: block; }

.qr-menu li i { display: block; width: 50px; height: 50px; background: url(../img/icons-font.png) no-repeat 0 0; margin: 0 auto 15px; transition: all 0.5s; line-height: 40px; font-size: 14px; }
.qr-menu li.li2 i { background-position: 0 -50px; }
.qr-menu li.li3 i { background-position: 0 -100px; }
.qr-menu li.li4 i { background-position: 0 -150px; }
.qr-menu li.on,.qr-menu li:hover { background: url(../img/line.png) no-repeat center; }
.qr-menu li.on a,.qr-menu li:hover a { color: #D12C2C; }
.qr-menu li.on .in { display: block; }

.qr-menu .in { width: 240px; display: none; position: absolute; top: 100%; left: 50%; margin-left: -120px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }
.qr-menu .in::before { display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 20px; border-color: #fff #fff transparent transparent; transform: rotate(-45deg); position: absolute; left: 50%; margin-left: -20px; top: -20px; box-shadow: 0px 0 5px rgba(0, 0, 0, 0.25);  }
.qr-menu .pic img { width: 200px; height: 200px;  }
.qr-menu .pic { background-color: #fff; position: relative; z-index: 1; padding: 20px; background-color: #fff;  }



/*row-media-01--------------------------------------*/
.row-media { margin-bottom: 70px; }


/* 热门文章 */
#box { position:relative; width:1200px; height: 320px; margin-bottom: 30px;}
#box li{position:absolute; width:0;height:0; top:146px; left:377px; z-index:0; cursor:pointer;overflow:hidden; text-align: center;}
#box .pic { }
#box .pic img { width:100%; height:100%;vertical-align:top; opacity: 1 !important;}
#box .title { line-height: 40px; height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff; font-size: 16px; position: absolute; bottom: 0; width: 90%; padding: 0 5%; left: 0; background-color: rgba(0,0,0,0.5) ; text-align: center;}
#box .title a { color: #fff; }
#box .prev, #box .next{ position:absolute; top:50%; margin-top: -35px; border-radius: 5px; width:36px; height: 70px; cursor: pointer; background:#e8e8e8 url(../img/icons-arrow.png) no-repeat 14px 29px; z-index: 9; transition: all 0.5s;}
#box .prev { left:0;}
#box .next { right: 0; background-position:14px -79px;}

#box .prev:hover { background:#2F6EA4 url(../img/icons-arrow-on.png) no-repeat 14px 29px; }
#box .next:hover { background:#2F6EA4 url(../img/icons-arrow-on.png) no-repeat 14px -79px; }

/* box-primary */
.box-primary .hd { text-align: center; line-height: 36px; }
.box-primary .hd::after,.box-primary .hd::before { display: inline-block; content: ""; width: 252px; height: 36px; vertical-align: middle;}
.box-primary .hd::after { background: url(../img/title-right-line.png) no-repeat; }
.box-primary .hd::before { background: url(../img/title-left-line.png) no-repeat; }
.box-primary .hd h3 { display: inline-block; font-size: 36px; font-weight: bold; padding: 0 20px; line-height: 36px;}

/* box-media */
.box-media .hd { margin-bottom: 60px; }
.box-media .bd { margin-bottom: 40px; }
.box-media .bd li { line-height: 45px; height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; padding: 0 35px; position: relative; transition: all 0.5s; }
.box-media .bd li:nth-child(2n) { background-color: #F6F6F6; }
.box-media .bd span.date { float: right; color: #999; }
.box-media .bd li::before { display: block; position: absolute; content: ""; top: 50%; margin-top: -3px; width: 6px; height: 6px; left: 15px; border-radius: 100%; background-color: #d9d9d9; transition: all 0.5s; }
.box-media .bd li:hover { background-color: #006795; }
.box-media .bd li:hover::before { background-color: #fff; } 
.box-media .bd li:hover a { color: #fff; }
.box-media .bd li:hover span.date { color: #fff; }
.box-media .bd li a::after { display: block; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.box-media .btn-more { text-align: center; clear: both;}
.box-media a.more { display: inline-block; padding: 0 70px 0 46px; font-size: 16px; height: 42px; line-height: 42px; color: #fff; background: #2F6EA4 url(../img/icons-more.png) no-repeat 70% center; border-radius: 42px; transition: all 0.4s; }
.box-media a.more:hover { padding-left: 61px; padding-right: 85px; background-color: #D12C2C; filter: drop-shadow(0px 6px 0px rgba(209, 44, 44, 0.3)); }


/*row-media-02--------------------------------------*/
.row-media-02 { background-color: #efefef; padding: 65px 0; }

.box-zzjg { margin-right: -25px; }

.box-qr { float: left; width: 280px; height: 54px; text-align: center; margin-right: 25px; position: relative; margin-top: 40px; }
.box-qr.on { z-index: 1; }
.box-qr dt { padding-bottom: 26px; position: relative;  width: 280px;}
.box-qr dt>span { display: block; border-radius: 52px; background-color: #fff; border: 1px solid #e5e5e5; height: 52px; font-size: 16px; cursor: pointer; display: table-cell; vertical-align: middle; transition: all 0.5s; width: 280px; }
.box-qr dt::after {display: none;content: "";width: 57px;height: 26px;background: url(../img/jt.png) no-repeat center;position: absolute; top: 54px; left: 50%; margin-left: -29px;z-index: 4;}
.box-qr.on dt>span { background-color: #007CB4; color: #fff; box-shadow: 0px 6px 1px rgba(0, 69, 100, 0.21); }
.box-qr dd { display: none; position: absolute; left: 20px; top: 75px; z-index: 2; margin: 0;  border: 5px solid #007cb4; background-color: #fff; padding: 20px 0 0 0; max-width:720px; min-width: 230px; }
.box-qr.on dt::after,
.box-qr.on dd { display: block; }

.box-qr li { text-align: center; width: 140px; padding:0 10px; float: left; margin-bottom: 15px;} 
.box-qr li.noData { padding: 0 20px; text-align: left;}
.box-qr .pic {  width: 140px; height: 140px;}
.box-qr .pic img { width: 140px; height: 140px; font-size: 12px; line-height: 22px; display: block; margin: 0 auto; background-color: #f5f5f5;}
.box-qr .title { height: 40px; overflow: hidden; line-height: 20px; padding-top: 10px;  font-size: 13px;/*  padding-left: 30px; */ position: relative; text-align: center;}
.box-qr .title img { width: 20px; height: 20px;/*  display: block; position: absolute; top: 10px; left: 0; */  }
.box-qr li.first.last { float: none; margin: 0 auto 15px; }


/*row-media-03--------------------------------------*/
.row-media-03 { min-height: 360px; }

/* box-xs */
.box-xs .hd { overflow: hidden; }
.box-xs .hd li { float: left;  line-height: 36px; padding-bottom: 20px; height: 36px; font-size: 22px; position: relative; cursor: pointer;}
.box-xs .hd li span { display: block; padding: 0 41px; color: #333; }
.box-xs .hd li.on { background: url(../img/title-bar.png) no-repeat center bottom; }
.box-xs .hd li.on span::after,.box-xs .hd li span::before { display: block; content: ""; position: absolute; width: 35px; height: 28px; top: 4px; }
.box-xs .hd li.on span::after { background: url(../img/title-right.png) no-repeat; right: 0; }
.box-xs .hd li.on span::before { background: url(../img/title-left.png) no-repeat; left: 0; }
.box-xs .hd li.on span { font-weight: bold; }
.box-xs .in .box-qr:nth-child(4n) { margin-right: 0; }




/* 文章-列表页 ----------------------------------------- */
.pic-page-list { margin-right: -26px; }
.pic-page-list li { float: left; padding: 14px; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 5px; width: 250px; height: 275px; margin-right: 26px; margin-bottom: 30px; transition: all 0.5s ease-out 0s; transform: none; }
.pic-page-list li:nth-child(4n) { margin-right: 0; }
.pic-page-list .pic { overflow: hidden;  width: 250px; height: 130px; margin-bottom: 15px;}
.pic-page-list .pic img { width: 250px; height: 130px; transition: all 0.5s; }
.pic-page-list .pic:hover  img { transform: scale(1.03); }
.pic-page-list .con { padding: 0 5px; }
.pic-page-list .title { line-height: 20px; font-size: 16px; height: 40px; overflow: hidden; margin-bottom: 10px;}
.pic-page-list .intro { font-size: 14px; line-height: 20px; height: 40px; color: #999; overflow: hidden; margin-bottom: 10px; }
.pic-page-list .others { font-size: 12px; color: #999; }
.pic-page-list .others a.more { color: #999; float: right; }
.pic-page-list .others a.more:hover { color: #2F6EA4; }
.pic-page-list li:hover { box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); transform: translateY(-10px); }

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 8px;
    margin: 0 3px 5px 0;
    line-height: 26px;
    height: 26px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #1258AD;
    text-decoration: none;
    color: #1258AD;
    cursor: pointer;
}
.page .current {
    background: #1258AD;
    border: 1px solid #1258AD;
    color: #fff !important;
    font-weight: bold;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* articleCon */
.articleCon { margin-top: -20px; margin-bottom: 20px; border-radius: 20px; }