/*公共样式-S*/
@import "./normalizeV3.03.css";
*{margin:0;padding:0;}
body{font-size:16px;}
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:14px; }
button{cursor: pointer;}
.cur,a{cursor: pointer; }

.yj{ border-radius:3px;}

img{border:none;}

table{ margin:auto;}

a,a:link {color:#333;text-decoration:none;}
a:visited {}
a:active,a:hover{text-decoration:none;cursor: pointer;}
a:hover{color: #951207;}
a:focus {outline:none;}

.right{ float:right;}
.left{ float:left;}

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.b{ font-weight:bold;}
.n{ font-weight:normal;}
.nodata{}
.yh{font-family:\5FAE\8F6F\96C5\9ED1;}


.none{ display:none;}
.block{display: block;}
.clear{clear: both;}
.clearFix::after{content:"";display:block; clear:both;}
.w-1200{width: 1200px; margin: 0 auto;}
body{min-width: 1230px; position: relative;}
body.ny-body{background: url("../images/banner-bg.png");}
/*公共样式-E*/


/* 页面通用结构-S */

/* 首页通用标题 */
.title{padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; position: relative; line-height: 1;}
.title::before{content: ""; display: inline-block; width: 21px; height: 13px; background: url("../images/title-icon.png")no-repeat center center; float: left; margin-right: 10px; margin-top: 3px;}
.title > h3{  font-size: 18px; font-weight: 400; color: #951207; float: left;}
.title > a{ font-size: 12px;font-weight: 400; color: #951207;float: right; margin-top: 5px;}



/* 页面通用结构-E */

/* Header-S */
.header{min-width: 1200px;}
.banner-content{height: 200px;}
.header-top{background: #fff; position: relative; z-index: 10;} 
.header-top-bg{background: url("../images/header-bg.png")no-repeat left top; }
.header-top >.w-1200{position: relative;height: 90px;} 
.logo{margin-top: 6px;}
.search{ position: absolute; right: 0px; top: 50%; margin-top: -20px; display: inline-block;height: 40px;line-height: 40px;background: #EEEEEE; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px 10px;}
.search .input-text{width: 180px; line-height: 40px; height: 40px; outline: none; border: none;background: #EEEEEE; -webkit-transition:.5s; -o-transition:.5s; -moz-transition:.5s; transition:.5s; color: #333;}
.search .input-btn{width: 40px; height: 40px;text-align: center; border-radius: 50%; color: #333; -webkit-transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s; transition: 0.5s;}
.search .input-btn i{display: inline-block; background: url("../images/search.png"); background-repeat: no-repeat; background-position: center center; width: 40px; height: 40px;}
.search:hover .input-text{width: 180px; margin: 0px 10px;}
.search:hover .input-btn{color: #333; -webkit-transform: rotateZ(-360deg); -moz-transform: rotateZ(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotateZ(-360deg); transform: rotateZ(-360deg); }

/* 搜索页样式 */
.search-con{ width:1198px; float:left; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-top:none; border:1px solid #ccc; background:#fff; margin-top: 30px;}
.search-title{background:#951207; height:40px; line-height:40px; color:#fff; font-size:14px; padding-left:20px;width: 1180px;}
.search-content{ padding:10px 20px;}
.search-content li{ height:35px; line-height:35px; border-bottom:1px dashed #D7D7D7; padding-left:13px; background:url(../images/news-list02-icon.png) no-repeat left center;}
.search-content li a{ float:left;}
.search-content li span{ float:right; color:#999;} 

.header-top.sticky{background: #fff; position: fixed; top: 0px; left: 0px; width: 100%;  z-index: 99999; box-shadow: 0px 5px 5px -4px rgba(171, 181,184, 0.4);}
.header-top.sticky ~ .banner{top: 90px;}
/* animation: smoothScroll 1s forwards; */
/* @keyframes jump{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
} */
/* banner */
.banner{position: relative; height: 200px; width: 100%; overflow: hidden;}
.banner > img{ position: absolute; left: 50%;  margin-left: -960px; height: 200px; z-index: -1;}
.banner-title{height: 100%; text-align: center; position: relative;}
.banner-title .bt1{background: url("../images/banner-title.png")no-repeat center center; height: 60px; position: relative; top: 48px;}
.banner-title .bt2{background: url("../images/banner-subtitle.png")no-repeat center center; height: 18px;position: relative; top: 62px;}
.banner-title .info{margin-top: 51px;}
.banner-title .info p{padding: 10px 30px;background: #951207; font-size: 20px;line-height: 1; color: #fff; border-radius: 20px; display: inline-block;}
.banner-title .QRcode{margin-top: 20px; border: 10px solid #fff;}


/*默认二级下拉导航菜单*/
.menu{height: 50px;position: relative; border-bottom: 1px solid #eee;}
#nav{width: 1200px;}
#nav li{position: relative;  cursor: pointer;}
#nav > li{height: 50px; line-height: 50px; float: left; -moz-box-sizing: border-box; box-sizing: border-box; color: #999;}
#nav > li > a{display: inline-block; height: 100%; color: #333;}
#nav li ul{position: absolute; display: block; opacity: 0;  visibility: hidden;  left: 0px; top: 50px; width: 140px;  opacity: 1; background: #fff;padding: 13px 0px; z-index: 9999; -moz-box-sizing: border-box; box-sizing: border-box;background: #951207; }
/* 滚动条 */
.menu .scrollbar{width: 77px; height: 2px; background: #951207; position: absolute; left: 0px; top: 48px; opacity: 0; transition: all ease-in-out .3s;}
#nav li.on{}

/* 二级 */
#nav li ul li{line-height: 1; line-height: 24px; padding: 8px 18px; z-index: 1000; text-align: left;}
#nav li ul li a{font-size: 16px; color: #fff;}
/*一级动效*/
#nav li:hover > a{color: #951207;}
#nav li:hover > ul{ opacity: 1; top: 50px; visibility: visible;}

/* 二级动效 */
#nav li ul li:hover{background: #7d1006; }
#nav li ul li:hover > a{ color: #fff; font-weight: 400; }
 




/* Header-E */

/* 首页内容-S */
body{background: url("../images/body-bg.png")no-repeat center bottom;}
#home{line-height: 1;}
#home .wrapper{margin-top: 45px;}

/* area */
#home .area{padding: 15px;}
#home .area-content{padding-top: 20px; height: 255px; overflow: hidden;}
#home .area-content li{margin-bottom: 17px;}
#home .area-content li a::before{content: ""; display: inline-block;width: 6px;height: 6px; border: 1px solid #951207; border-radius: 50%; box-sizing: border-box; margin-right: 10px; float: left; margin-top: 5px; }
#home .area-content li a{display: block; height: 16px; transition: all ease-in-out .3s;}
#home .area-content h3{float: left; font-size: 16px; font-weight: 400;}
#home .area-content i{float: right; font-style: normal; font-size: 14px; color: #999;}
#home .area-content i.none{display: none;}

#home .area-content li:hover a{color: #951207;}

/* area1 */
#home .area1{width: 400px;padding-left: 0px;}
#home .area1-title{}

/* area2 */
#home .area2{width: 280px;}

/* area3 */
#home .area3{width: 280px;}
#home .area3-content{padding-top: 10px;}
#home .area3-content .area3-pic{width: 280px; height: 140px; margin-bottom: 10px;}
#home .area3-content .area3-pic > img{width: 280px; height: 140px;}
#home .area3-content .area3-box{}
#home .area3-content .area3-box p{margin-bottom: 10px;line-height: 26px; }
#home .area3-content .area3-box i{font-size: 14px; color: #999; float: right;;font-style: normal; }
#home .area3-content .area3-box i::before{content: ""; display: inline-block; background: url("../images/time.png")no-repeat center center; width: 13px; height: 13px; margin-right: 10px;}

/* link1 */
#home .link1{padding: 53px 0px 0px 15px;}
#home .link1-list{}
#home .link1-list li{position: relative; text-align: center; width: 150px; height: 115px;margin-bottom: 30px; border: 1px solid #951207; box-sizing: border-box; cursor: pointer;}
#home .link1-list .link1-icon{display: inline-block; margin-bottom: 14px; margin-top: 20px;}
#home .link1-list p{font-size: 18px;font-weight: 400; color: #951207;}

#home .link1-list .link1-icon.icon1{background: url("../images/link1-icon-1.png")no-repeat center center; width: 49px; height: 51px;}
#home .link1-list .link1-icon.icon2{background: url("../images/link1-icon-2.png")no-repeat center center; width: 40px; height: 48px;}


/* 遮罩层 */
#home .link1-list .link1-mask{position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-size: 100% 100%; opacity: 0; transition: all ease-in-out .3s; background-color: #0184DC;}
#home .link1-list .link1-mask > img{width: 100%; height: 100%;}
#home .link1-list li:hover .link1-mask{opacity: 1;}


/* area4 */
#home .area4{padding-left: 0px; width: 280px;}

/* area5 */
#home .area5{width: 640px;}
#home .area5-content{padding-top: 10px;height: 270px; overflow: hidden; }
#home .area5-content li{height: 120px; margin-bottom: 20px;}
#home .area5-content .area5-pic{width: 160px; height: 120px; float: left; margin-right: 20px;}
#home .area5-content .area5-pic > img{width: 160px; height: 120px;}
#home .area5-content .area5-box{overflow: hidden; padding-top: 9px;}
#home .area5-content .area5-box h3{font-weight: 400; margin-bottom: 10px;}
#home .area5-content .area5-box p{font-size: 14px; color: #999; line-height: 24px;}

/* link2 */
#home .link2{padding: 50px 0px 15px 15px; padding-right: 0px;}
#home .link2 .link2-list{}
#home .link2 .link2-list li{width: 220px; height: 72px; margin-bottom: 22px;
    border: 1px solid #951207; box-sizing: border-box; padding: 15px; transition: all ease-in-out .3s; cursor: pointer;}
#home .link2 .link2-list li a{color: #951207;}
#home .link2 .link2-list .link2-pic{float: left; margin-right: 17px; width: 50px; height: 42px;}
#home .link2 .link2-list .link2-box{overflow: hidden;}
#home .link2 .link2-list .link2-box h3{font-size: 18px;  font-weight: 400; margin-bottom: 6px;}
#home .link2 .link2-list .link2-box p{font-size: 12px; }

#home .link2 .link2-list .link2-pic.pic1{background: url("../images/link2-icon-1.png")no-repeat center center; background-size: 47px 40px; }
#home .link2 .link2-list .link2-pic.pic2{background: url("../images/link2-icon-2.png")no-repeat center center;  background-size: 40px 40px;}
#home .link2 .link2-list .link2-pic.pic3{background: url("../images/link2-icon-3.png")no-repeat center center;  background-size: 34px 42px;}

#home .link2 .link2-list li:hover{background: #951207;}
#home .link2 .link2-list li:hover a{color: #fff;}
#home .link2 .link2-list li:hover .link2-pic.pic1{background: url("../images/link2-icon-1-hover.png")no-repeat center center;}
#home .link2 .link2-list li:hover .link2-pic.pic2{background: url("../images/link2-icon-2-hover.png")no-repeat center center;}
#home .link2 .link2-list li:hover .link2-pic.pic3{background: url("../images/link2-icon-3-hover.png")no-repeat center center;}

#home .home-bottom{margin-bottom: 40px;}
/* 首页内容-E */

/* Footer-S */
#foot{height: 100px; background-color: #951207; font-size: 12px; text-align: center; line-height: 100px; color: #fff;background-size: 73px 73px; background-image: url("../images/build-icon.png"); background-position: center center; background-repeat: no-repeat; }
#foot.ny-footer{background: #fff; height: 130px; line-height: 130px; position: relative; top: 0px;}


/*内页*/
.ny-header{position: relative; height: 400px; line-height:1;}
.ny-header #nav > li{padding-top: 0px;}
.ny-header .nav li a{color: #333;}
.ny-header .header-top{background: #fff;}
.ny-header .banner{ position: absolute; left: 0px; top: 100px; height: 200px; width: 100%;overflow: hidden;}
.ny-header .banner img { position: absolute; left: 50%; margin-left: -960px; z-index: -1;}
.ny-header .banner-title{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ny-header .banner-title h3{ font-size: 64px; font-weight: bold; margin-bottom: 23px;}
.ny-header .banner-title p{font-size: 26px;}
.ny-container{ padding-bottom: 60px; background-color: #f7f7f7;}
.ny-content{padding-top:40px; width: 1200px; margin: 0px auto 0px; margin-bottom: 110px;}

/*内页侧栏*/
.ny-left{float:left; line-height: 1; width: 250px; min-height: 460px; background: #fff; margin-right: 50px;}
.ny-left-title{height: 60px; background: #951207; text-align: center; line-height: 60px; color: #Fff; font-size: 20px; font-weight: 400;  border-radius: 10px 10px 0px 0px;}

.ny-left-content{ padding:0px 25px; box-sizing: border-box;}
.ny-left-content ul{padding: 32px 0px; box-sizing: border-box; }
.ny-left-content li{line-height:23px; position: relative; padding: 15px 0px; border-bottom: 1px solid #f4f4f4 ;} 
.ny-left-content ul li a{position: relative; color:#fff; padding-left: 10px;}
.ny-left-content ul li a::before{content: ""; display: inline-block; position: absolute; left: -25px; top: 2px; width: 2px; height: 100%; background: #951207; opacity: 0;}

.ny-left-title h3{color: #333; font-weight: 400;}
.ny-left-content ul li a{ color:#333;}
.ny-left-content ul li.cur a{ font-weight:bolder; color:#951207;}
.ny-left-content ul li.cur a::before{opacity: 1;}
/*内页侧栏*/
.ny-left-content li ul{ display:none;padding:0; margin:0;}
.ny-left-content li ul li{margin-bottom:0px; background:none; border:none; padding:5px 0; }
.ny-left-content li ul li a{ width:155px; height:20px; line-height:20px;font-weight:normal; border:none; color:#333333; font-size:14px;font-family:\5FAE\8F6F\96C5\9ED1; display:block; padding-left:20px;}
.ny-left-content li.cur ul{ display:block;}
.ny-left-content li ul li ul{ display:none; overflow:hidden; padding:0; margin:0; padding-left:15px;}

/*内页右边内容区*/
.ny-right{overflow: hidden; background:#fff; padding: 21px; position: relative;min-height: 820px; box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;}
.ny-right-inner{ width:887px;  min-height:420px; float:right; background:#fff; padding:15px;}
.ny-right-title{position: relative;  padding-bottom: 21px; border-bottom: 1px solid #f4f4f4; color: #797979; }
/* .ny-right-title::before{content: ""; display: inline-block; width: 12px; height: 16px; background: url("../images/point.png")no-repeat center center; position: absolute; left: 3px; top: 2px;} */
.ny-right-title a{color: #797979;}
.ny-right-content{padding: 20px 0px;}


.paging{ width:100%;min-height:30px;line-height:30px; margin-top:10px; }
/*内页右边内容区 - 文字列表*/

/*内页右边内容区 - 文字内容*/
.right-main-title{ font-size:18px; line-height:30px; margin-top:10px; text-align:center;}
.right-sub-title{ height:30px; line-height:30px; border-bottom:1px dotted #cacaca; text-align:center; padding-bottom:10px; margin-bottom:20px;}
.right-sub-title span{ margin: 0 20px; color:#999;}
.right-main-show{ line-height:24px; margin-bottom:20px;}
.next-page{ margin-top:20px; line-height:24px;}
/*内页右边内容区 - 文字内容*/

.img-center{ display:block; width:100%; text-align:center;}

/*文字列表01*/
/* .news-list01{ float:left; display:inline;} */
.news-list01 li{margin-top: 28px;}
.news-list01 li a{ float:left;  font-size: 18px;font-weight: 400; margin-bottom: 9px; width: 100%;}
.news-list01 li a:hover{color: #951207;}
.news-list01 li p{display: block;color: #999999; line-height: 26px;}

.news-list01 li span{color:#999; position: relative; font-size: 12px;display: inline-block;}
.news-list01 li span.people{padding-left: 17px; width: 40px;}
.news-list01 li span.time{padding-left: 17px; }
.news-list01 li span.people::before{content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/people.png")no-repeat center center; width: 13px; height: 13px; margin-top: 1px;}
.news-list01 li span.time::before{content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/time.png")no-repeat center center; width: 13px; height: 13px; margin-top: 1px;}

/*文字列表02*/
.news-list02 li{ height:40px; background:#F6F6F6;margin-bottom:15px;float:left; width:100%; position:relative;}
.news-list02 li a{ line-height:40px;  display:block; background:#F6F6F6; border-left:4px solid #F6F6F6; padding-left:16px; color:#333; padding-right:15px; -webkit-transition:all ease-in-out .3s; -o-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; transition: all ease-in-out .3s;}
.news-list02 li span{ color:#999999; position:absolute; top:0px; right:15px; display:block; line-height:40px; font-size: 14px;}
.news-list02 li a:hover{ text-decoration:none; color:#951207; border-left:4px solid #951207; }
.news-list02 li a:hover span{ color:#999999;}

/*文字列表03*/
.news-list03{padding: 0px;}
.news-list03 dl{ width:100%; height:100px;padding:20px 0; border-bottom:1px solid #EEEEEE;}
.news-list03 dl dt{ width:100px; height:100px; float:left; margin-right:20px;}
.news-list03 dl dt img{ width:100px; height:100px;}
.news-list-title a{ font-size:14px; font-weight:bold; color:#333;}
.news-list-title a:hover{ color:#951207;}
.news-list-time{ color:#999; font-size:12px; line-height:2em;}
.news-list-info{ color:#999; font-size:12px; line-height:1.5em; margin-top:17px;}

/*文字列表04*/
.news-list-inner{}
.news-list-li{ width:205px; height:218px; border:1px solid #DFDFDF; background:#fff; float:left; display:inline; margin-bottom: 20px; margin-right: 9px;-moz-box-sizing: border-box;box-sizing: border-box;}
.news-list-li-inner{width: 172px;height: 176px;background: #F5F5F5;padding: 20px 15px;overflow: hidden;}
.news-list-li-inner .news-list-title{ font-size:14px;}
.news-list-li-inner .news-list-title a:hover{ color:#951207;}
.news-list-li-inner .news-list-info{ color:#787887; line-height:2em; margin-top:10px; margin-bottom:8px;}
.news-list-li-inner .news-list-more a{ color:#9292B8;}

/*图片列表01*/
.img-list01 ul{ float:left; /*间距调整这里*/}
.img-list01 li{ width:170px; height:180px; float:left; text-align:center; margin-right:59px; margin-bottom:40px; display:inline; position: relative;}
.img-list01 li:nth-of-type(4n){margin-right: 0px;}
.img-list01 li img{ margin-bottom:10px; float:left; width:170px; height:140px; background:#fff;}
.img-list01 li .mask{width: 100%; height: 54px;   background: rgba(0, 0, 0, 0.5);color: #fff; position: absolute; top: 50%; -webkit-transform: translateY(-70%); -moz-transform: translateY(-70%); -ms-transform: translateY(-70%); -o-transform: translateY(-70%); transform: translateY(-70%);-moz-box-sizing: border-box;box-sizing: border-box; padding-top: 6px;}
.img-list01 li:hover a{color: #951207;}

/*图片列表02*/
.img-list02-inner{ float:left;}
.img-list02-inner a{  display:block; width:415px; height:140px; padding:2px; border:3px solid #DEDEDE; overflow:hidden; float:left; margin-bottom:20px; -webkit-transition:all ease-in-out .3s; -o-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; transition: all ease-in-out .3s; margin-right:4px;}
.img-list02 a:hover{ border:3px solid #951207; text-decoration:none;}
.img-list02 dl dt{ height:140px; width:140px; float:left; margin-right:20px;}
.img-list02 dl dt img{ width:140px; height:140px;}
.img-list02 dl dd{ width:250px; float:left;}
.img-list02 .img-list-title{ font-size:12px; font-weight:bold; color:#333; line-height:40px;}
.img-list02 .img-list-info{ font-size:12px; text-indent:2em; color:#999; line-height:22px;}

/*图片列表03*/
.imgGallery{ width:100%;margin:0 auto; margin-top:10px; overflow:hidden;}
.imgshow img{ height:400px; width:auto;display:none;}
.img-content{height:400px; position:relative; overflow:hidden; margin:0 auto; margin-bottom:20px; text-align: center;}
.imgtitle{width: 100%;height: 30px;line-height: 30px;text-align: center;color: #333; background: #ddd;margin-bottom: 20px;}
.imglist{ width:99999px; height:140px; position:absolute;}
.imglist ul{ margin-left:-10px; float:left;}
.imglist li{ width:77px; height:77px; float:left; overflow:hidden; margin-left:10px; display:inline; border:5px solid #ccc;}
.imglist li:first-child{margin-left:10px!important;}
.imglist li img{ width:77px; height:77px;}
.imglist .imgclick{ border:5px solid #1797DA;}
.imglistcon{ height:90px; position:relative; float:left; width:calc(100% - 100px)!important; width:-webkit-calc(100% - 100px)!important; width:-moz-calc(100% - 100px)!important; display:inline; overflow: hidden;}
.btnleft{ float:left; margin-top:20px; display:inline; margin-left:0px;/*间距调整这里*/}
.btnright{position: relative; z-index: 9999; float:left; margin-top:20px;display:inline;}




/*视频列表01*/
.video-list01 ul{}
.video-list01 li{ width:159px; height:180px; float:left; text-align:center;margin-bottom:20px; display:inline; position:relative; margin-right:12px;}
.video-list01 li img{ float:left; margin-bottom:10px; width:149px; height:140px; background:#fff; padding:4px; border:1px solid #E6E6E6;}

.video-list01 li a span{ display:block; width:149px; height:140px; position:absolute; top:5px; left:5px;}
.video-list01 li a .hover{background:url(../images/video-hover-2-2-hover.png);}

.video-list01 li a .video-list01-hover{ position:absolute; top:50%; left:50%; margin-top:-25px; margin-left:-25px; width:50px; height:50px; background:none; padding:0; border:none; opacity:0.8; -webkit-opacity:0.8;}
.video-list01 li a .opa{  opacity:1; -webkit-opacity:1;}

/*视频列表02*/
.video-list02 dl{ height:180px; border:5px solid #EEEEEE; background:#fff; margin-bottom:30px;}
.video-list02 dl dt{ width:180px; height:180px; overflow:hidden; float:left; margin-right:20px; position:relative;}
.video-list02 dl dt img{ width:180px; height:180px;}
.video-list02 dl dt .video-list02-hover{ width:180px; height:180px; background:url(../images/video-hover-2-2.png); position:absolute; top:0; left:0; display:none;}
.video-list02 dl dt .video-list02-hover img{ position:absolute; top:50%; left:50%; margin-left:-50px; margin-top:-17.5px; width:100px; height:35px;}
.video-list02 dl dd{ padding:20px 20px 20px 0;}
.video-list02 .video-list-title a{ font-size:18px; color:#333; font-weight:bold;}
.video-list02 .video-list-title a:hover{color:#951207;}
.video-list02 .video-list-time{ font-size:12px; color:#999; line-height:26px; }
.video-list02 .video-list-info{ font-size:12px; color:#999; margin-top:15px; line-height:2em;}


/*视频列表03*/
.video-list03 ul{ float:left;-moz-box-sizing: border-box;  box-sizing: border-box;/*间距调整这里*/}
.video-list03 li{ width:207px; height:180px; float:left;  margin-right:7px; margin-bottom:20px; overflow:hidden; position:relative;}
.video-list03 li img{ width:207px; height:180px;}
.video-list03 li .video-list03-hover{ position:absolute; left:0; padding:0 10px; height:130px; background:url(../images/img-list-bg.png); top:145px; width:187px;}
.video-list03 .video-list-title{ font-size:14px; color:#fff; font-weight:bold; line-height:35px;}
.video-list03 .video-list-info{ font-size:12px; color:#999; line-height:20px;}
.video-list03 .video-list-play a{ display:block; width:100px; height:30px; line-height:30px; text-align:center; color:#fff; background:#0D9EDB; margin-top:10px;}
.video-list03 .video-list-play a:hover{ text-decoration:none; background:#0D8BC1;}

/*评论*/
.cl99{ color:#999;}
.ny-comment{color:#333333; margin-top:30px;}
.comment-top{ font-size:18px; padding-bottom:15px; border-bottom:1px dashed #BBBBBB; padding-left:5px; color:#0D7CCE; font-weight:bolder;}
.comment-info{ padding:15px 5px 15px 5px;border-bottom:1px dashed #BBBBBB;}
.comment-info-top{ width:100%; height:27px;}
.comment-name{ width:50%; float:left;}
.comment-name .com-name{ font-weight:bold; font-size:14px;}
.comment-time{ width:40%; float:right; text-align:right; color:#999999; padding-right:10px;}
.comment-content-review{ background:#EEEEEE; padding:10px; margin-top:15px; border-radius:5px; position:relative;}
.review-content{ color:#FF0101; line-height:2;}
.review-time{ text-align:right; color:#999;}
.review-icon{ width:18px; height:7px; background:url(../../zdhsc/images/ny-review-icon.png) no-repeat; display:block; position:absolute; top:-7px; left:30px;}
.comment-add{ padding:5px;}
.comment-add-title{ padding:20px 0px; font-weight:bold; font-size:14px;}
.comment-add-name{ margin-bottom:15px; height:35px;}
.comment-name-input{ width:233px; height:33px; padding:0 10px; border:1px solid #DDDDDD; float:left; line-height:33px;}
.comment-add-name-right{ line-height:35px; padding-left:13px; float:left; color:#989898;}
.comment-add-name-right span{ color:#FF0101; padding-left:3px;}
.comment-add textarea{ width:100%; height:165px; resize:none; border:1px solid #DDDDDD; overflow-y:hidden}
.anonymous{ line-height:35px; margin-left:15px; float:left; color:#989898; position:relative;}
.anonymous input{ position:absolute; top:10px; float:left; *top:6px;}
.anonymous-info{ padding-left:20px;}
.comment-ok{ display:block; width:100px; height:30px; background:#0D7CCE; margin:20px 0px; line-height:30px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF;}
.comment-ok:hover{ color:#FFF; text-decoration:none; background:#0184DC;}
.pl-yzm{ height:35px; margin-top:15px;}
.pl-yzm input{ width:138px; height:33px; background:#fff; border:1px solid #DDDDDD; margin-right:20px; line-height:33px; padding:0 5px;}
.Validform_wrong{ padding:3px 0; color:#ff0000;}
.Validform_checktip{ padding:3px 0;}
/*评论*/
/*留言*/
#msg-title{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:60px; line-height:60px;} 
#msg-title2{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:80px; line-height:80px;}
.msg-container{ overflow:hidden; color:#333;}
.msg-content{ border-bottom:1px dashed #C2C2C2; padding-bottom:15px; margin-top:15px;}
.msg-title{ color:#999999;}
.msg-msginfo{  line-height:20px; color:#333; padding:8px 0; padding-bottom:11px;}
.msg-hf{ line-height:33px; background:#fff; border:1px solid #E2E2E2;}
.msg-hfinner{  line-height:31px; background:#F4F4F4; margin:1px; color:#FF7D00; padding:0 10px;}

.msg-top{ padding-bottom:50px;}
.msg-from dl{ height:30px; line-height:30px; margin-bottom:15px;}
.msg-from dl dt{ width:60px; float:left; line-height:30px; text-align:right;}
.msg-from dl dd{}
.msg-from dl dd input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px;}
.email{ width:240px; float:left; margin-right:20px;}
.email input{ float:left;}
.msg-from .msg-fb-tite dd input{ width:418px;}
.msg-fb{ margin-top:30px;}
.msg-fb-info,.msg-yzm{ margin-bottom:15px; float:left; width:100%;}
.msg-fb-info span{ display:block; height:30px; line-height:30px; float:left; text-align:right;}
.msg-fb-info textarea{ width:418px; height:129px; padding:10px;border:1px solid #E3E3E3; font-size:12px; resize:none; float:left; margin-right:20px;}
.msg-yzm span{ display:block;height:30px; line-height:30px; float:left; text-align:right;}
.yzm-title{ width:60px;}
.msg-yzm input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px; float:left; margin-right:20px;}
.msg-ok{ margin-bottom:15px; float:left; width:100%;}
.msg-ok input{ display:block; width:100px; height:30px; background:#0D7CCE; line-height:28px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;box-shadow:1px 1px 3px #AFAFAF; margin-left:60px;}
.msg-ok input:hover{ color:#FFF; text-decoration:none; background:#1A90E8; cursor:pointer;}


/*内页*/




/*CSS manu style pagination*/

.manu { padding:3px; margin:3px; text-align:right; margin-top: 15px; }
.manu span:first-child{font-size: 12px;}
.manu a { border:#eee 1px solid; padding:2px 8px; margin:2px; color:#909799; text-decoration:none;}
.manu a:hover { color:#666; border:#999 1px solid;}
.manu a:active { border:#999 1px solid; color:#666; }
.manu .current { border:#909799 1px solid; padding:2px 8px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #909799
}
.manu .disabled { border:#eee 1px solid; padding:2px 8px; margin:2px; color:#ddd;}

/*CSS manu style pagination*/

.manu2 { padding:3px; margin:3px; text-align:center; margin-top:20px; }
.manu2 a { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#909799; text-decoration:none;}
.manu2 a:hover { color:#666; border:#999 1px solid;}
.manu2 a:active { border:#999 1px solid; color:#666; }
.manu2 .current { border:#909799 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #909799
}
.manu2 .disabled { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}








