/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}

abbr,acronym { border: 0;
}
a, a:link, a:visited, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a img {
    border: none;
    text-decoration: none;
}
img {
    border: none;
    text-decoration: none;
}

.clear {
    clear: both;
}


body
{
    font-size: 14px;
    color: #333;
    background:url(../images/bg.png) no-repeat center 130px;
    font-family: microsoft yahei, Source Han Sans CN Regular,"宋体",

}
a, a:link, a:visited,a:active
{
    color:#666;
}
a:hover
{
    color:#00ad72;
}

a.link_left:link,a.link_left,a.link_left:visited,a.link_left:active
{
    display:block;
}
a.link_left:hover
{
    display:block;
}

.float_l{
    float:left;
}
.float_r{
    float:right;
}

.header{
    height: 176px;
    background: #fff url(../images/navbg.png) no-repeat center bottom;
}
.header .top{
    width: 1200px;
    margin: 0 auto;

}
.header .logo{
    background: url(../images/lc_logo.png) no-repeat 4px center;
    height: 120px;
}

.header .menu{
    height: 56px;
    line-height: 56px;
}
.header .menu a{
    display: inline-block;
    padding:0 25px;
    color: #fff;
    font-size: 20px;
}
.header .menu a:hover,.header .menu a.act{
    display: inline-block;
    text-decoration: none;
    background: url("../images/menubg.png") no-repeat center;
}

.father {
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
}
.father .lc_logo{
    height: 111px;
    background: url("../images/lc_logo.png") no-repeat center;
}
.father .banner{
    background: url(../images/bannerbg.png) no-repeat center;
    height: 371px;
    overflow: hidden;
}
.father .banner .left{
    float: left;
    width: 659px;
    background: #fff;
    height: 371px;
    position: relative;
    border-radius: 8px;
}
.play {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 0px;
    left: 17px;
    top: 370px;
    margin-left: 0px;
    margin-top: 0px;
    background: url(../images/ds_play_20171122_17036.png) no-repeat;
}
.play:hover {background: url(../images/ds_playh_20171122_17036.png) no-repeat;}
.father .banner .right{
    float: left;
    width: 471px;
    margin-left: 28px;
}
.father .banner .right li{
    font-size: 18px;
    height: 47px;
    width: 486px;
    line-height: 47px;
}
.father .banner .right li a{
    display: block;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    color: #fff;
    padding: 0 16px;
}
.father .xqlibox{
    width: 1300px;
}

.father .xqlibox .small-video{
    margin-bottom: 28px;
}


.father .banner .right li a:hover,.father .banner .right li a.act{
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    text-decoration: none;
    background: url(../images/bannerrightbg.png) no-repeat;
    font-weight: bold;
}

.father .hot_tv {
    margin: 39px 0 45px;
    overflow: hidden;
}
.father .hot_tv h1 a{
    font-size: 24px;
    font-weight: bold;
    color: #d91820;
    vertical-align: top;

}

.father .hot_tv .neitit .videoListClass{
    color: #00AD73;
}

.father .hotli{
    margin-top:26px;
    height: 205px;
}
.hover {
    text-decoration: none; transition-duration: 400ms; -moz-transition-duration: 400ms; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms;
}
.pointer {
    cursor: pointer;
}

.father .small-video {
    width: 269px;
    height: 199px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 26px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.11);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.11);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.11);
    border-radius: 10px;
}
.father .small-video:last-child{ margin-right:0 }
.father .small-video a {
    display: block;
}
.father .small-video a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.father .small-video img {
    width:290px; height: 149px; display: block; behavior: url(../pie/PIE.htc);
}
.father .small-video img:hover {
    transform: scale(1.05);
}
.father .small-video .content {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.father.small-video .content:hover a {
    color: rgb(227, 11, 32);
}
.father .small-video .small-time {
    padding: 0px 10px; border-radius: 13px; left: 10px; text-align: center; bottom: 50px; color:#fff; line-height: 25px; position: absolute; background-color: rgba(0, 0, 0, 0.5); behavior: url(../pie/PIE.htc);
}
.father.small-video span {
    font-size: 12px !important; opacity: 1;
}
.father .small-video .small-time i {
    font-size: 12px !important; margin-right: 10px; opacity: 1;
}


/*********林草频道 ********/
.father .p-content {
    position: relative;
    height: 430px;
    margin: 30px 0;
}
.father .p-max-width-wrap {
    box-sizing: border-box;
    margin: 0 auto 35px auto;
}

.father .p-content h1.tit{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 5px 0 11px 0;
    position: relative;
    padding-left: 24px;
    color: #10819f;
    text-align: left;

}


.father .p-content .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #54d2d5;
    padding:16px;
}
.father .p-left-imgs-wrap h1{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin:7px  0 22px 0;
}
.father .p-left-imgs-wrap h2 {
    margin-top:20px;

}
.father .p-left-imgs-wrap h2 a{
    font-size: 16px;
    color: #fff;
    line-height: 24px;

}

.hot_tv  h1.hot_video:before{
    display: block;
    content: "";
    width: 5px;
    height: 28px;
    border-radius: 5px;
    position: absolute;
    left: 7px;
    top: 0;
    background: #d91820;
}



.father .p-left-imgs-wrap h2 a:hover{
    text-decoration: underline;

}
.father .left_img{
    width: 206px;
    height: 106px;
    overflow: hidden;
    border:solid 5px rgba(255,255,255,0.27);
}
.father .left_img img{
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition:all 0.4s; /* Firefox 4 */
    -webkit-transition:all 0.4s; /* Safari and Chrome */
    -o-transition:all 0.4s; /* Opera */

}
.father .p-middle-cont-box {
    padding: 28px 18px 21px;
    background: url(../images/contitem.png) no-repeat;
    box-shadow: 0 0 6px rgba(0,0,0,.11);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.11);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.11);

}
.father .left_img img:hover{
    transform: scale(1.05);
}
.father .p-middle-content-wrap {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 336px;
    background: #fff;
    padding: 19px 230px 0 14px;
}

.father .pd_pic{
    margin-right: 24px;
    float: left;

}.father .pd_pic .picbox{
     width:206px;
     height: 116px;
     overflow: hidden;

 }
.father .pd_pic img{
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition:all 0.4s; /* Firefox 4 */
    -webkit-transition:all 0.4s; /* Safari and Chrome */
    -o-transition:all 0.4s; /* Opera */


}
.father .pd_pic img:hover{
    transform: scale(1.05);

}
.father .pd_pic h1{
    text-align: center;


}
.father .pd_pic h1 a{
    line-height: 40px;
    color: #666;

}
.father .pd_pic h1 a:hover{
    color: #00AD72;
    text-decoration: underline;

}

.father .p-right-list-wrap {
    position: absolute;
    right: 18px;
    top: 68px;
    display: inline-block;
    width: 235px;
}
.father .p-content .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}
.father .p-content h1.tit:before{
    display: block;
    content: "";
    width: 5px;
    height: 28px;
    border-radius: 5px;
    position: absolute;
    left: 7px;
    top: 0;
    background: #10819f;
}
.father .p-content .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}
.father .p-right-list-wrap li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;

}

/********访谈频道********/
.father .p-content2 {
    /*position: relative;
    height: 370px;
    background-color: #fff;
    border: 1px solid #FF92A6;
    margin:25px 0;*/
}
.father .p-content2 h1.tit:before {
    background: #5ecbfe;
}
.father .p-content2 h1.tit:before{
    background: #10819f;
}
.father .p-content2 .p-right-list-wrap ul{
    background: url(../images/3x.png) no-repeat left top;
}
.father .p-content2 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #FF92A6;
    padding:16px;
}

.father .p-content2 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content2 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/********专题节目********/


.father .p-content3 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #58B797;
    padding:16px;
}

.father .p-content3 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content3 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/********短视频频道********/


.father .p-content4 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #82BFFD;
    padding:16px;
}

.father .p-content4 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content4 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/********动物频道********/


.father .p-content5 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #AEACFF;
    padding:16px;
}

.father .p-content5 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content5 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/********植物频道********/

.father .p-content6 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #6EE093;
    padding:16px;
}

.father .p-content6 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content6 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/********荒漠频道********/



.father .p-content7 .p-left-imgs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 208px;
    height: 338px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    background: #FFB06A;
    padding:16px;
}

.father .p-content7 .p-right-list-wrap h1{
    color: #10819f;
    font-size: 16px;
    text-align: center;
}
.father .p-content7 .p-right-list-wrap ul{
    background: url("../images/3x.png") no-repeat left top;
    height: 302px;
    padding-left:25px;
}

/*****底部*****/

.footer{
    width: 100%;
    height: 138px;
    background:#1c649f;
    position: relative;
}
.footer .footer-bottom{
    width: 850px;
    margin: auto;
    padding-left:230px;
    padding-right: 170px;
    position: relative;
}

.footer .footer-bottom div{
    padding:38px 0;
}
.footer .footer-bottom p{
    font-size:14px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.icp{
    position: relative;
    height: 14px;
    margin-right: 3px;
    top:1px;
}
.link-list a{
    margin: 0 17px;
    color: #fff;
}


/***********侧菜单************/
.lift-nav {
    position: fixed;
    z-index:1000;
    right: 10px;
    top: 100px;
    width: 58px;
}
.lift{
    background: url("../images/tv.png") no-repeat top center;
    padding-top:20px;
}
.lift-nav li{
    height:48px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #656d79;
    cursor: pointer;
    padding-top:10px;
    border-bottom:#7d8693 solid 1px;
}
.lift-nav li.current{
    background: #00ad72;
}


.lift-nav .p-goto-top {
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: center;
    background-color: #00AD72;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #fff;
    cursor: pointer;
}
.lift-nav .p-goto-top a{
    color:#fff;
}

.search{

    margin-bottom: 18px;
    height: 100%;
}

.search .sea-icon{
    background:url( "../images/search.png") no-repeat center;
    width: 58px;
    height: 58px;
    display: block;
    cursor: pointer;
}
.search .hide-box{
    width: 274px;
    background-color: #fff;
    border: 1px solid #00ad72;
    text-align: left;
    position: absolute;
    left:-242px;
    top:0px;
    padding: 13px;

}
.q_ipt{
    height:30px;
    line-height:30px;
    border:#147bad solid 1px;
    padding:0 5px;
    width: 210px;
    color: #333;
    float: left;
    border-right: 0;
    outline: none;
}
.q_btn{
    width:50px;
    height: 32px;
    background:#00ad72;
    color: #fff;
    border:0;
    text-align: center;
    float:left;
}
.q_btn：hover{
    cursor: pointer;
    background:#0aa399;

}

/***********************************/
.father .xqli{
    margin-top:26px;
    height: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.father .hot_tv h1{
    line-height: 26px;
}
.father .hot_tv h1 i{
    width: 10px;
    display:inline-block;
    height: 30px;
    background:url("../images/titbg.png") no-repeat;
    float: left;
    margin-right: 5px;

}
.father .hot_tv .neitit{
    margin: 40px 0 ;
}

.xqcon{
    background: #fff;
    padding: 0px 15px;
    margin: 15px auto ;
}
.address{
    color: #666;
    background: url( "../images/dingwei.png") no-repeat left center;
    height: 30px;
    line-height: 30px;
    padding-left:25px;
    margin-bottom: 30px;
}
.address a{
    color:#333;
}
.address a:hover{
    color:#00ad72;
    color:#00ad72;
}
.main h1 {
    text-align: center;
    font-size: 28px;
    line-height: 44px;
    padding: 12px 0;
    font-weight: bold;
}

.time {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #888;
    line-height: 26px;
    margin-bottom: 20px;
}
.content {
    clear: both;
    padding-bottom: 40px;
}

.nsearch{
    width: 676px;
    margin: 45px auto;
    border-bottom: #eee solid 1px;
    height: 100%;
    overflow: hidden;
}

.nsearch .sear_box{
    width: 590px;
    line-height: 37px;
    height: 37px;
    display: inline-block;
    padding-left: 13px;
    outline: none;
    font-size: 16px;
    color: #333;
    float: left;
    background: #fff;
    border: 1px solid #c3d5c5;
}
.nsearch .sear_btn{
    height: 39px;
    float: left;
    border:none;
    background: url("../images/sear_btnbg.png") ;
    width: 70px;
    color: #fff;
    cursor: pointer;

}

.neser{
    height: 100px !important;
    width: 100%!important;
    overflow: hidden!important;
    margin-bottom: 20px !important;

}
.neser img{
    width: 180px !important;
    height: 100px !important;
}
.w1{
    bottom:5px!important;
}

.sea_text{
    margin: 0 30px;
    width: 950px;
}
.name{
    width:100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.sea_text span a{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    float: left;
    padding-top: 10px;

}
.sea_text .name span a:hover{
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #00ad72;

}
.sea_text .name p{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 10px;
}
.about{
    color: #888888;
    line-height: 24px;
    height:100%;
    overflow: hidden;
    line-height: 30px;

}
.about a{
    float:left;
    margin-right:30px;
    font-size: 16px;
    line-height: 30px;
    color: #00ad72;

}

/*CSS Digg style pagination*/

.digg {
    padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-ALIGN: center
}
.digg A {
    border-right: #aaaadd 1px solid; padding-right: 7px; border-top: #aaaadd 1px solid; padding-left: 7px; padding-bottom: 3px; margin: 2px; border-left: #aaaadd 1px solid; color: #00ad72; padding-top: 3px; border-bottom: #aaaadd 1px solid; text-decoration: none
}
.digg A:hover {
    border: #00ad72 1px solid;  color: #066fbd;
}
.digg A:active {
    color: #000;
}
.digg span.current {
    border: #00ad72 1px solid;  padding-right: 7px;  padding-left: 7px; font-weight: bold; padding-bottom: 3px; margin: 2px; color: #fff; padding-top: 3px;  background-color: #00ad72
}
.digg span.disabled {
    border: #00ad72 1px solid; padding-right: 7px; padding-left: 7px; padding-bottom: 3px; margin: 2px;  color: #ddd; padding-top: 3px;
}

.father .p-left-imgs-wrap h1 a{
    color: #fff;
}

.hot_video{font-size: 24px;line-height: 28px;font-weight: 700;margin: 5px 0 11px 0;position: relative;padding-left: 24px;color: #d91820;text-align: left;}





div#my-div {
    font-size: 18px;
}














