@charset "utf-8";
@import "hover-min.css";

/*公共样式*/
*{margin:0;padding:0;}
.flv{ position:absolute;}
body{ font-size:12px;font-family:SimSun,Arial,Helvetica,sans-serif;}
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:12px;font-family:SimSun,Arial,Helvetica,sans-serif; }
button{cursor: pointer;}
.cur,a{cursor: pointer;}
.mt_20{ margin-top:20px;}

.yj{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}

img{border:none;}

table{ margin:auto;}
.clear{clear:both;}

a,a:link {color:#333;text-decoration:none;}
a:visited { }
/* a:active,a:hover{text-decoration:underline;cursor: pointer; color:#2952AC;} */
a:focus {outline:none;}
/* a:hover{ color:#2952AC;} */

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.h25{ height:25px;}
.h30{ height:30px;}

.ml30{ margin-left:30px;}

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


.b{ font-weight:bold;}
.n{ font-weight:normal;}
.nodata{position:absolute;left:20px;}
.yh{font-family:\5FAE\8F6F\96C5\9ED1;}
.st{font-family:\5B8B\4F53;}
.media{ margin:0 auto; display: inline;}

.tRed{ color:red;}
.tGreen{ color:green;}
.tBlue{ color:#04AEDA;}

.none{ display:none;}
.clear{ clear:both;}
.fl{ float: left; }
.fr{ float: right; }
.clear{ display: block; content: ""; clear: both; }

/*公共样式*/
body{ font-family: "微软雅黑"; color: #333; min-width: 1200px; background-color:#f7e7e7 ;}
.header{width:100%;position:relative; height: 100px; /* background-color: #0069a3; */  }
.header-content{width:1200px;height:100%;margin:0 auto;  position: relative; display: flex; align-items: center; }
.banner { width: 100%; height: 210px;position: relative; }
.ny-banner { height: 210px; background: url('../images/ny-banner.png') no-repeat center center; }

/*logo*/
/* .logo { margin-right: 100px; } */
/* .home .logo { margin-right: 40px; } */
/* .home .home-title { font-size: 24px; color: #C81814; } */
.logo img { height: 78px; }
.logo { position: absolute; top: 5px; left: calc((100vw - 1200px) / 2);}
/*搜索*/
.search{ width:200px; height:35px; background:url(../images/search-bg.png) no-repeat;float: right;margin-top:70px;}
.input-text{ width:145px; border:none; background:none; height:35px; line-height:35px; padding:0 10px; float:left; display:inline; }
.input-btn{ width:35px; height:35px; background:none; border:none; cursor:pointer; float:right; display:inline;}
input::-webkit-input-placeholder {color:#ccc;}
input:-moz-placeholder {color:#ccc;}

.search-con{ width:1198px; float:left; overflow:hidden; padding-bottom:20px;margin-top:20px; margin-bottom:20px; border-top:none; border:1px solid #ccc; background:#fff;}
.search-title{background:#C81814; 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;} 
.title{ line-height:25px;}

/*默认二级下拉导航菜单*/
.home .menu { display: none; }
.menu{ flex: 1; height:100%;position:relative; z-index:9; /*  background-color:#9d0a03; */}
#nav { /* width:1200px; */ height:100%; display: flex; justify-content: space-between; line-height:100%;text-align:right;white-space:nowrap;margin:0 auto;}
#nav> li {  float:left;display:inline; height:100%; text-decoration:none;font-size:16px; color:#333;text-align:center;position:relative;z-index:990;}
#nav> li > a { height: 100%; line-height: 100px;}
#nav li:last-of-type{border-right:none;}
#nav li a{text-align:center; display:block;color:#333; text-decoration:none; float:left;position:relative; z-index:9; padding:0 20px; font-size:16px;}

/* #nav>li:hover a { color:#C81814;} */
#nav  li:hover a{ color:#fff;background:#C81814;}
#nav  li:hover  {  background:#C81814 }

#nav> li> ul {display:none; width: 100%; position:absolute;left:0px;top:100px; z-index:9;  /* border:1px solid #ddd; *//* min-width:180px; */}
#nav>li>.ul>.li1{border: 1px solid #d4d4d4;border-top: 3px solid #C81814;}
#nav li ul li{float:left;display:inline;  background:#9d0a03; padding:0px;width: 100%;position: relative;}
#nav li ul a{float:left;display:block;text-align:left;text-decoration:none;width:100%; box-sizing: border-box; font-weight:normal;  padding:10px 20px;line-height:20px; font-size:14px; background:none !important; color:#fff !important; white-space: pre-wrap; word-break: break-all;}
#nav li ul li span{ display:none;}
#nav li ul li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, .2); }

#nav>li>ul>li:hover>a{color:#fff !important; }
#nav>li:hover>ul {display:block;}
/* #nav li.sfhover ul {left:0px;display:block;} */
#nav>li>ul>li:hover>a { color:#fff !important; }
#nav>li>ul>li>ul { width: 100%; opacity: 0; position: absolute; left: 100%; top: -1px;/* border:1px solid #ddd; */ }
#nav>li>ul>li:hover>ul { opacity: 1; }
#nav>li>ul>li>ul li:hover a { color:#fff !important; } 
/*默认二级下拉导航菜单*/
/*主要内容*/

.container {margin: 0 auto;width: 1200px;/* padding-bottom: 40px; */min-height: 450px;}
.home .container {  padding-top: 100px; }
.ny-container { width: 100%; background-color: #f1f1f1; }

.area-list ul { display: flex; flex-wrap: wrap; }
.area-list .area { position: relative; margin-bottom: 150px; }
.area-list .area:not(:nth-child(3n)) { margin-right: 60px; }
.area-list .bg { transition: all .3s; width: 360px; height: 210px; transform: rotate(-6deg); background-color: #fecccb;  }
.area-list .area:nth-child(2n) .bg { background-color: #fddecb; }
/*.area-list .area:first-child .bg { background-color: transparent; }*/
.area-list a { position: absolute; bottom: -18px; left: 10px; width: 360px; height: 210px; display: flex; }
.area-list a img { width: 360px; height: 210px; }
.area-list a .title { position: absolute; width: 100%; height: 80px; background-color: rgba(228, 0, 0, .5); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; white-space: pre-wrap; word-break: break-all; text-align: center; box-sizing: border-box; padding: 0 10px; font-size: 30px; color: #fff; font-weight: bold; line-height: 36px; margin-bottom: -40px; bottom: 50%; left: 0; }  
/*.area-list .area:first-child .title { background-color: transparent; color: #C81814; text-shadow: #fff 2px 0 ,#fff 0 2px , #fff -2px 0 , #fff 0 -2px; }*/
.area-list .bg.active { transition: all .3s ; transform: rotate(0deg); transform: translate(10px,18px); }

/*底部*/
#foot{width: 100%;height: 68px;background-color: #eeb1ab5c; color: #000000; display: flex; align-items: center; justify-content: center;font-size: 16px; }

/*底部*/

.ny-content { overflow: hidden; margin: 0 auto; width: 1200px; background-color: #fff;}

/*内页侧栏*/
.ny-left{ display: none; width:265px; overflow:hidden; float:left; background:#f7f7f7; margin-top:50px; margin-left: 20px; }
.ny-left-title{ padding-right: 10px; padding-left: 60px;  height:50px; color:#fff; font-size:18px; display: flex; flex-wrap: wrap; word-break: break-all; white-space: pre-wrap; /* text-align: center; justify-content: center; */ align-items: center; line-height:24px; font-weight:bold; overflow:hidden; background:#C81814 url('../images/ny-left-title.png') no-repeat  10px center; }
.ny-left-content{ min-height:200px; _height:200px; overflow:hidden; padding:0 20px; border-top:0;}
.ny-left-content ul li{ /* width:200px; float:left; */ overflow:hidden; /* margin-bottom:5px; */}
.ny-left-content li a{ display:block; word-break: break-all; white-space: pre-wrap; line-height:35px;font-size:14px; color:#333; padding-left:20px; }
.ny-left-content>ul>li>a { min-height: 52px; display: flex; flex-wrap: wrap; align-items: center; line-height: 20px; border-bottom:1px solid #e4e4e4; border-top: 1px solid #e4e4e4; font-size: 16px; background: url('../images/ny-left-li.png') no-repeat left center; }  

.ny-left-content>ul>li:first-child>a { border-top: none; }
.ny-left-content>ul>li:last-child>a { border-bottom: none; }
.ny-left-content li a:hover{ text-decoration:none; color:#C81814;}
.ny-left-content ul .cur>a{font-weight: bold;color: #C81814;background-image: url('../images/ny-left-cur.png');}
.ny-left-content li ul{ display:none; /* width:175px;  */margin-left:20px;}
.ny-left-content li ul li{margin-bottom:0px; padding: 5px 0; background:none; border:none;}
.ny-left-content li ul li a{ /* width:155px;  */ min-height: 30px; display: flex; flex-wrap: wrap; align-items: center; line-height:20px; background:none !important; padding-left:0px; margin: 0; font-weight:normal; border:none; color:#666; font-size:14px;}
/* .ny-left-content li.cur>ul{ display:block;} */
.ny-left-content li ul li ul li a{width: 130px;}
.ny-left-content li ul li ul li a{width: 130px;}
.ny-left-content li.isDown>ul { display: block; }
.ny-left-content li.isDown ul .cur>ul { display: block; }

/*内页侧栏*/


/*内页右边内容区*/
.index-title { width: 100%; }
.ny-right{ width:100%; box-sizing: border-box; position: relative; float:right; padding-left: 20px; margin-top:20px; margin-right: 20px;  }
.ny-right-title{  max-width: 1200px; padding-left: 200px; padding-bottom: 5px; min-height:50px; margin: 0 auto; line-height:25px; color:#999; font-size:16px; display: flex; flex-wrap: wrap; justify-content: flex-end; word-break: break-all; align-items: center;  overflow:hidden;position: relative;margin-bottom: 20px;border-bottom: 1px solid #dfdfdf;} 
.ny-right-title h3 { color: #C81814; font-size: 20px; /* height: 50px; */ line-height:22px; max-width: 240px; display: flex; align-items: center; position: absolute; left: 0; top: 50%;transform: translateY(-50%); }
.ny-right-title a{ color:#999;word-break: break-all;}
.ny-right-title a:hover { color: #C81814; }
.ny-right-title a:last-child { color: #C81814; }
/* .ny-right-title:before{ position: absolute; content: ""; left: 10px; top: 50%; transform: translateY(-50%);  width: 25px; height: 25px;  background: url(../images/ny-right-title-bg.png) no-repeat 0px center; } */
.ny-right-content{min-height:650px; background: #fff; /* border: 1px solid #DDDDDD;  */box-sizing: border-box; line-height:24px;width:100%; position:relative; float:left; display:inline;padding: 20px;}
.ny-right-content .right-title { width: 100%; height: 82px; position: relative; border-bottom: 2px solid #ff327d; box-sizing: border-box; padding: 0 70px; display: flex; justify-content: center; align-items: center; /* background: url('../images/right-title.png') no-repeat top */; 
background-size: 100% 100%; color: #1e2a64; word-break: break-all; white-space: pre-wrap; font-size: 30px; margin-bottom: 20px; font-weight: bold;  }
.ny-right-title img  { margin-right: 10px; }
.paging{ width:100%; height:30px;line-height:30px; margin-top:10px;}
.ny-right .ny-right-title { margin-left: 20px; }


/*内页右边内容区 - 文字内容*/
.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;font-size: 16px;}
.right-main-show p img { max-width: 100%; }
.next-page{ margin-top:20px; line-height:24px;}
.next-page a:hover { color: #C81814; }

/*内页右边内容区 - 文字内容*/
.img-center{ display:block; width:100%; text-align:center;}
/*文字列表01*/
.news-list01 li{ position: relative; height:35px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; line-height:35px; border-bottom:1px dashed #D7D7D7; }
.news-list01 li a{  padding-left:14px; background:url('../images/ny-left-li.png') no-repeat left center; float:left;flex: 1; font-size: 16px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news-list01 li a:hover { color: #C81814; background-image: url('../images/ny-left-cur.png');}
.news-list01 li span{ float:right; color:#999; width: 100px;font-size: 16px; margin-left: 10px; }


/*文字列表02*/
.news-list02 li{ height:35px; background:#F6F6F6;margin-bottom:15px;float:left; width:100%; position:relative;}
.news-list02 li a{ line-height:35px;  display:block; background:#F6F6F6; border-left:4px solid #F6F6F6; padding-left:16px; color:#333; padding-right:15px;}
.news-list02 li span{ color:#999999; position:absolute; top:0px; right:15px; display:block; line-height:35px;}
.news-list02 li a:hover{ text-decoration:none; color:#C81814; border-left:4px solid #C81814; }
.news-list02 li a:hover span{ color:#999999;}

/*文字列表03*/
.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:#2952AC;}
.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:26px; }

/*文字列表04*/
.news-list-inner{ float:left; display:inline;margin-left:-22px; display:inline;}
.news-list-li{ width:188px; height:218px; border:1px solid #DFDFDF; background:#fff; float:left; display:inline; margin-left:30px; margin-bottom:20px;}
.news-list-li-inner{ width:156px; height:176px; margin:1px; 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:#2952AC;}
.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; display:inline;  margin-left:-22px; display:inline;}
.img-list01 li{ width:157px; height:200px; float:left; text-align:center; margin-left:22px; margin-bottom:20px; display:inline; overflow:hidden;}
.img-list01 li img{ margin-bottom:10px;  width:144px; height:151px; background:#fff; padding:4px; border:1px solid #E6E6E6; float:left; margin-bottom:10px;}


/*图片列表02*/
.img-list02-inner{ float:left; display:inline;  margin-left:-22px; display:inline;}
.img-list02 ul a{  display:block; width:415px; height:140px; padding:2px; border:3px solid #CECECE; overflow:hidden; float:left; margin-left:22px; _margin-left:10px; margin-bottom:20px;}
.img-list02 ul a:hover{ border:3px solid #C1C1C1; text-decoration:none;}
.img-list02 dl dt{ height:140px; width:140px; float:left; margin-right:7px;}
.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:80px; height:80px; float:left; overflow:hidden; margin-left:10px; display:inline; border:5px solid #ccc;}
.imglist li img{ width:80px; height:80px;}
.imglist .imgclick{ border:5px solid #8B8B8B;}
.imglistcon{ height:90px; overflow:hidden; position:relative; float:left; width:785px; display:inline;}
.btnleft{ float:left; margin-top:20px;}
.btnright{ float:right; margin-top:20px;}

/*视频列表01*/
.video-list01 ul{ float:left; display:inline;  margin-left:-22px; display:inline;}
.video-list01 li{ width:155px; height:190px; float:left; text-align:center; margin-left:22px; margin-bottom:20px; display:inline; position:relative;}
.video-list01 li img{ float:left; margin-bottom:10px; width:153px; height:150px; background:#fff; padding:4px; border:1px solid #E6E6E6;}
.video-list01 li span{ display:block; width:153px; height:150px; position:absolute; top:5px; left:5px;}
.video-list01 li .hover{background:url(../images/video-hover-2-2-hover.png);}
.video-list01 li .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 .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 dt a{ display:block; width:180px; height:180px;}
.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:#2952AC;}
.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; display:inline; margin-left:-22px; display:inline;}
.video-list03 li{ width:202px; height:180px; float:left; display:inline; margin-left:22px; margin-bottom:20px; overflow:hidden; position:relative;}
.video-list03 li img{ width:202px; 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:182px;}
.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:#3D86D8; margin-top:10px;}
.video-list03 .video-list-play a:hover{ text-decoration:none; background:#2467B4;}

/*评论*/
.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; }
.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;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;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:center; }
.manu a { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#C81814; text-decoration:none;}
.manu a:hover { color:#666; border:#999 1px solid;}
.manu a:active { border:#999 1px solid; color:#666; }
.manu .current { border:#C81814 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #C81814
}
.manu .disabled { border:#eee 1px solid; padding:2px 5px; 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:#C81814; text-decoration:none;}
.manu2 a:hover { color:#666; border:#999 1px solid;}
.manu2 a:active { border:#999 1px solid; color:#666; }
.manu2 .current { border:#C81814 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #C81814
}
.manu2 .disabled { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}