/*头部begin*/
.lk_header{
    width: 100%;
    height: 290px;
    background: url(../images/header-bg.png) top center no-repeat;
}
.head-top {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.head-top .media-list a {
    color: #8d8b8b;
    cursor: pointer;
}
.head-top .media-list a.line {
    border-left: 1px solid #666;
    margin: 0 17px;
    opacity: 0.3;
}
.head-top .version-list a {
    font-size: 15px;
    color: #8d8b8b;
}
.lk_header .logo {
    width: 406px;
    height: 91px;
    margin-top: 65px;
}
.searchBox {
    width: 685px;
    margin-top: 74px;
    position: relative;
}
.wza1-box a {
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}
.wza1-box a.wza1 {
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}
.wza1-box a.oldman {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
}
.search {
    width: 100%;
    height: 42px;
    border: 1px solid #d1d1d1;
    background: #fff;
    margin-top: 16px;
	box-sizing: content-box;
}
.pick-type {
    position: absolute;
    background: #355e92;
    color: #fff;
    line-height: 42px;
    padding: 0 18px;
}
.search-type {
    display: block;
    float: left;
    font-size: 15px;
    padding: 0 5px;
}
.search #searchInput {
    border: none;
    width: 590px;
    height: 42px;
    line-height: 42px;
    margin-left: 12px;
    font-size: 14px;
    outline: none;
}
.search #searchInput {
    text-indent: 90px;
}
.search #searchBtn {
    border: none;
    width: 80px;
    height: 42px;
    background: url(../images/search-btn.png) no-repeat 10px center;
    cursor: pointer;
}
/*头部end*/

/*导航begin*/
.lk_nav{
    height: 50px;
    background: #015293;
}
.lk_nav .lk_nav_box{
    position: relative;
    height: 100%;
}
.lk_nav .lk_nav_box .lk_nav-item{
    width: 180px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    float: left;
}
.lk_nav .lk_nav_box .lk_nav-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color:#fff;
}
.lk_nav .lk_nav_box .lk_nav-item.on,.lk_nav .lk_nav_box .lk_nav-item:hover {
    background: #4781b9;
}

.lk-search{
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 50px;
}
.lk-search .search-form{
    background: url("../images/search-btn.png") no-repeat 18px 6px;
    margin-top: 11px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.search-btn{
    width: 100%;
    line-height: 29px;
    text-indent: 20px;
    background: none;
    border: none;
    outline: none;
}
/*导航end*/

/*尾部begin*/
.lk_foot{
    width: 100%;
    height: 267px;
    background: #355e92;
    /*overflow: hidden;*/
}
.lk_wzdh{
    height: 40px;
    margin-bottom: 45px;
}
.lk_wzdh .select-item,.lk_wzdh_first,.lk_wzdh_two{
    position: relative;
    float: left;
    width: 215px;
    height: 40px;
    background: #5d7ea9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 11px;
}
.lk_wzdh .select-item{
    width: 261px;
}
.lk_wzdh_first a,.lk_wzdh_two a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fdfdff;
    line-height: 40px;
    text-align: center;
}
.lk_wzdh_first a{
    background: url("../images/gh.png")no-repeat 49px 9px;
}
.lk_wzdh_two a{
    background: url("../images/gh.png")no-repeat 35px 9px;
}
.lk_wzdh .select-item.on {
    z-index: 15;
}
.lk_wzdh .select-item .select-wraper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fdfdff;
    cursor: pointer;
    text-indent: 22px;
    padding-left: 5px;
    background: url("../images/top.png") no-repeat 227px 17px;
}
.lk_wzdh .select-item .select-list {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 280px;
    _height: 280px;
    border: 1px solid #5d7ea9;
    background: #fff;
    overflow-y: auto;
}
.lk_wzdh .select-item .select-list-other {
    max-height: 224px;
}
.lk_wzdh .select-item .select-list li {
    height: 28px;
    line-height: 28px;
}
.lk_wzdh .select-item .select-list li a {
    display: block;
    padding: 0 10px 0 25px;
    font-size: 16px;
    color: #666;
    -webkit-transition: 0s;
    transition: 0s;
}
.lk_wzdh .select-list li a:hover,
.lk_wzdh .select-item .select-list li.on a {
    text-decoration: none;
    background: #eee;
    color: #355e92;
}
.lk_foot_cont{
    position: relative;
    width: 100%;
    height: 83px;
}
.lk_foot_cont p{
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.lk_foot_cont p>a{
    color: #fff;
}
.lk_foot_cont #zfzc{
    position: absolute;
    top: 15px;
    left: 70px;
    width: 116px;
    height: 53px;
    /*background: url("../images/zfzc.png") no-repeat;*/
}
.lk_foot_cont #dzjg{
    position: absolute;
    top: 13px;
    left: 210px;
    width: 52px;
    height: 64px;
    background: url("../images/dzjg.png") no-repeat;
}
.lk_foot_cont #wjjg{
    position: absolute;
    top: 7px;
    right: 157px;
    width: 69px;
    height: 67px;
    background: url("../images/jc.png") no-repeat;
}
.lk_foot_cont #gaba{
    position: absolute;
    top: 16px;
    right: 101px;
    width: 36px;
    height: 57px;
    background: url("../images/bah.png") no-repeat;
}
.lk_foot_cont #zfzc>a, .lk_foot_cont #dzjg>a, .lk_foot_cont #wjjg>a, .lk_foot_cont #gaba>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*尾部end*/

/*通用begin*/
.ty_single .gzdt_tab li {
    float: left;
    width: 120px;
    height: 40px;
    margin-left: 31px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.ty_single .gzdt_tab li.on {
    background: url("../images/yj120.png") no-repeat;
}
.ty_single .gzdt_tab li.on a {
    color: #fff;
}
.newslist_2 {
    width: 100%;
}
.newslist_2 li {
    line-height: 37px;
    font-size: 16px;
    color: #464646;
    overflow: hidden;
}
.newslist_2 li a {
    display: inline-block;
    width: calc(100% - 130px);
    float: left;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 13px;
}
.newslist_2 li a:hover {
    color: #3d6d9e;
}
.newslist_2 li b{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a4a4a4;
    margin-top: 16px;
    float: left;
}
.newslist_2 li .pub_time{
	display: inline-block;
	text-align:center;
	width:104px;
    float: right;
    color: #c4c4c4;
}
/*通用end*/

/*适老模式begin*/
.oldman .lk-search .search-form{
    width: 80px;
    margin-left: 33px;
    background: url(../images/search-btn.png) no-repeat 11px 6px;
}
.oldman .lk_nav{
    height: 70px;
}
.oldman .lk_nav .lk_nav_box .lk_nav-item{
    font-size: 28px;
}
.oldman  .lk_nav .lk_nav_box .lk_nav-item {
    line-height: 70px;
}
.oldman .lk_foot_cont p{
    line-height: 40px;
    font-size: 21px;
}
.oldman .lk_wzdh .select-item .select-list li {
    height: 35px;
    line-height: 35px;
}
.oldman .lk_wzdh_first a,.oldman  .lk_wzdh_two a,.oldman .lk_wzdh .select-item .select-wraper,.oldman .lk_wzdh .select-item .select-list li a{
    font-size: 21px;
}
.oldman .lk_wzdh_first a {
    background: url(../images/gh.png)no-repeat 24px 9px;
}
.oldman .lk_wzdh_two a {
    background: url(../images/gh.png)no-repeat 9px 9px;
}
.oldman .newslist_2 li a {
    width: calc(100% - 190px);
}
.oldman .newslist_2 li .pub_time{
	width:164px;
}
/*适老模式end*/
 .lkipv6 {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 16px;
    border: 1px solid #D6D6D6;
    width: 115px;
    float: right;
    text-align: center;
    color: #8d8b8b;
    font-size: 14px;
}