@charset "utf-8";
/* CSS Document */

/*CSS reset*/
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{vertical-align:top;border:0}
address,caption,cite,code,dfn,em,i,th,var{font-weight:400;font-style:normal}
li,ol,ul{list-style:none}
dd,div,dl,dt,li,ol,ul{zoom:1;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}

/* Public */
body{color: #333; font-size:16px; line-height: 30px; font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;-webkit-text-size-adjust: none; background:#ececec;min-width:1500px;}

a{color: #333; text-decoration: none; outline: none; transition:0.3s;}
a:hover{ color: #e30000; text-decoration: none; }
.fl{float: left !important;}
.fr{float: right !important;}
.hide{display: none;}
input[type=button],
input[type=submit],
input[type=file],
button{cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
/* frame */
.siteWidth{position: relative; max-width: 1200px; _width: 1200px; margin: 0 auto;}
.siteWidth:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .siteWidth{height: 1%;}
* + html .siteWidth{min-height: 1%;}

.hui_6 { color: #666; }
.hui_9 { color: #999; }
.text_decnone { text-decoration: none }
.ft10 { font-size: 10px }
.ft12 { font-size: 12px }
.ft14 { font-size: 14px }
.ft16 { font-size: 16px }
.ft18 { font-size: 18px }
.ft20 { font-size: 20px; }
.ft22 { font-size: 22px; }
.ft24 { font-size: 24px; }

.text_r { text-align:right}
.marl28 { margin-left:28px;}
.marbot50 { margin-bottom:80px}

.blue { color: #008fe2 }
.red { color:#ef0000}

/*清除浮动*/
.clears{*zoom: 1;}
.clears:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clears{height: 1%; }
* + html .clears{min-height: 1%;}

/* 等比填充 */
*[class*="rect-"] { position: relative; display: block; width: 100%; overflow: hidden; }
*[class*="rect-"] ._full { position: absolute; left: 0; top: 0; width: 100%; height: 100%; *height: auto;
}
.rect-img { padding-bottom: 66%; }

 @-webkit-keyframes gupIn {  from {
opacity:0;
-webkit-transform:translate3d(0, -30px, 0);
}
}
@-moz-keyframes gupIn {  from {
opacity:0;
-moz-transform:translate3d(0, -30px, 0);
}
}
@keyframes gupIn {  from {
opacity:0;
transform:translate3d(0, -30px, 0);
}
}
 @-webkit-keyframes gdownIn {  from {
opacity:0;
-webkit-transform:translate3d(0, 100px, 0);
}
}
@-moz-keyframes gdownIn {  from {
opacity:0;
-moz-transform:translate3d(0, 100px, 0);
}
}
@keyframes gdownIn {  from {
opacity:0;
transform:translate3d(0, 100px, 0);
}
}

.index_link { padding: 0; width: 100%; margin: 0; position: relative; z-index: 5; background: #008fe2; }
.index_link ul { width: 1100px; background: url(../images/index_link.jpg) no-repeat left center; margin: 0px auto; height: 30px; padding: 20px 0px 20px 100px; }
.index_link ul li a { color:#fff;}
.index_link ul li a:hover { text-decoration:underline}
.index_link ul li span { margin:0px 15px; color:#a4d0ea; font-size:12px}

/*footer*/
.footer { background: #3c3e3f; width: 100%; padding: 30px 0px; width: 100%; position: relative; z-index: 99; }
.foot_txt { padding: 0px 0px 0px 100px; margin: 0px auto; font-size: 14px; line-height: 24px; text-align: center; color: #fff; position: relative; width: 1100px; }
.foot_txt span { position: absolute; top: 5px; left: 200px; }
.foot_txt p img{ vertical-align:middle}
.foot_txt a { color:#fff}

/*返回样顶部*/
#goTopBtn { POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 50px; WIDTH: 50px; BOTTOM: 50px; HEIGHT: 50px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 80px; _position: absolute; _right: auto }
#goTopBtn a { width: 50px; height: 50px; display: block; text-indent: -9999px; background: url(../images/Go_top.png) no-repeat }
#goTopBtn a:hover { background-position: -50px 0px; }


/*首页样式*/
.banner{ width: 100%; height: 940px; position: absolute; overflow: hidden; top: 0px; z-index: 1; left: 0px; min-width:1500px; }
.banner .pic,.banner .pic li{ width: 100%; height: 940px; overflow: hidden; }
.banner .pic li{position:absolute; display:none;}
.banner .pic li div { padding:220px 0px 140px 0px;}
.banner .ben{ position: absolute; width: 100%; z-index: 500; bottom: 0px; }
.banner .ben span{ background:#Fff; display: inline-block; cursor: pointer; width:50px; height:4px; margin: 0 1px; overflow: hidden; }
.banner .ben span.on{background:#da251c; height:7px; width:60px;}

.headnav { width: 100%; margin: 0px; padding: 22px 0px 0px; color: #FFF; position: relative; z-index: 5; background: url(../images/head_bg.png) repeat; }
.head_top { width: 1200px; margin: 0px auto; line-height: 40px; height: 45px; }
.head_top li a { font-size:14px; color: #fff;}
.head_top li span { margin: 0px 15px; font-size: 12px; color: #fff; }

.navlist { width: 550px; height: 68px; margin: 0px 0px 0px 65px; position: relative; z-index: 999; }
.navlist ul.nav_list { height: 54px; padding-top: 14px; }
.navlist ul li{ padding: 0px; float: left; position: relative; width: auto; margin-right: 13px; }
.navlist ul li:last-child { margin-right:0}
.navlist ul li a{ float: left; display: block; width: auto; height: 24px; line-height: 24px; padding: 0px 10px 30px 10px; color: #fff; font-size: 16px; font-weight: bold }
.navlist ul li a img { vertical-align: bottom; margin-right: 8px }
.navlist ul li:hover img {transition:transform 1s ease-out; -moz-transition:-moz-transform 1s ease-out; -webkit-transition:-webkit-transform 1s ease-out; transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg);}
.navlist ul li:hover,.navlist ul li.on{ text-decoration: none; background:url(../images/ibg.png) no-repeat center bottom;}
.navlist ul li.selected .submenu{display:block;}
.navlist ul li .submenu{ display: none; position: absolute; top: 54px; left: 0px; background: url(../images/pic.png) repeat; width: 100%; z-index: 9999; }
.navlist ul li .submenu li{padding: 0;height: 40px; line-height:40px; display: block; width: 100%;border-top: #6d7c80 1px solid;  }
.navlist ul li .submenu li a{ float: none; padding: 0; text-align: left; font-family: "Microsoft YaHei"; height: 40px; line-height: 40px; color: #fff; width: 100%; text-align: center; background: none; font-weight: normal; font-size: 14px; display: block; }
.navlist ul li .submenu li a:hover{ background: #ef0000; font-weight: normal; color: #fff; text-decoration: none; }
.navlist .nav_other { height: 52px; line-height: 52px; color: #333; font-size: 16px; padding-left: 30px; }

.headsearch { padding-top:3px}
.isearch_txt { width: 190px; height: 41px; line-height: 41px; padding-left: 20px; font-size: 14px; color: #666; float: left; background: #fff; border:none; border-radius: 30px 0px 0px 30px }
.isearch_button { width:61px; height: 41px; line-height: 41px; display: block; float: left; background: url(../images/search.png) no-repeat ; cursor: pointer; border:none}
.isearch_button:hover {background: url(../images/search.png) no-repeat -61px 0px; border:none;}
.ilink { width: 45px; height: 45px; border: 0px; border-radius: 50%; background: url(../images/link.png) no-repeat center center #008fe2; text-indent: -9999px; float: left; cursor: pointer; margin-left: 5px; }
.ilink:hover {background: url(../images/link.png) no-repeat center center #ef0000}

.index_page { margin: 0px auto; display: block; width: 1200px; margin-bottom: 50px; z-index: 5; position: relative; }

.index_topnews { width: auto; height: 56px; margin-bottom: 20px; background: url(../images/hot_bg.png) repeat; padding: 0px; }
.index_topnews ul { background: url(../images/hot.png?p=1) no-repeat left center; padding-left: 220px; height: 56px; }
.index_topnews ul li.title { width: 880px; margin: 0px auto; height: 56px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 54px; }
.index_topnews ul li.txt { font-size: 16px; width: 900px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; margin: 0px auto; color: #888; line-height: 20px; }
.index_topnews ul li a{ color: #008fe2; font-size: 28px; }
.index_topnews ul li a:hover { color: #ef0000 }

.index_news_pic { width: 650px; height: 435px; overflow: hidden; padding: 0; }
.news_pic{ width: 650px; height: 435px; position: relative }
.news_pic .bd{ width: 650px; height: 435px; }
.news_pic .bd ul li{ width: 650px; height: 436px; border: 0; display: block; position: relative }
.news_pic .bd ul li img{ width: 100%; height: 100%; display: block; border: 0; }
.news_pic .bd ul li h5{ width: 390px; height: 60px; display: block; background: url(../images/pic2.png) repeat; position: absolute; z-index: 11; bottom: 0; right: 0; padding-left: 25px; padding-right: 160px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 60px; }
.news_pic .bd ul li a h5{ color:#fff; font-size:18px; font-weight: normal; }
.news_pic .bd .time{ width: 63px; height: 67px; background: #ea0016; position: absolute; z-index: 14; bottom: 0px; left: 0px; text-align: left; font-weight: normal; line-height: 28px; padding: 8px 0px 0px 12px }
.news_pic .bd .time h6{ font-size: 14px; color: #fff; font-weight: normal; display: block; }
.news_pic .bd .time h4{ font-size: 30px; color: #fff; font-weight: bold; display: block; background: url(../images/i.jpg) no-repeat left bottom; padding-bottom: 8px }
.news_pic .hd{ height: 6px; position: absolute; z-index: 12; bottom: 24px; right: 10px; text-align: right; overflow: hidden }
.news_pic .hd ul li{ width: 25px; height: 6px; display: block; float: left; background: #fff; margin: 0 2px; cursor: pointer; }
.news_pic .hd ul li.on{width:40px; height:6px; display:block; float:left; background:#ef0000; margin:0 2px;cursor:pointer;}

.index_tab_news { width: 500px; padding: 15px 15px 0px 15px; height: 421px; overflow: hidden; background:url(../images/hot_bg.png) repeat }
.index_tab_news .tab_UL{ height: 50px; margin: 0px 0px 5px 0px; width: 100%; background: #fff; }
.index_tab_news .tab_UL li a { color: #333; display: block; height: 50px; line-height: 50px; width: 250px; padding: 0px; font-size: 18px; float: left; cursor: pointer; text-align: center; }
.index_tab_news .tab_UL li.curr a{ color: #fff; font-weight: bold; background: #008fe2; }
.index_news_tab li{ line-height: 36px; position: relative; background: url(../images/index_list_icon.png) no-repeat 0px center; padding-left: 12px; font-size: 16px; }
.index_news_tab li span { position:absolute; font-size:12px; color:#999; right:0px; top:0}
.index_news_tab li.top { line-height: 20px; padding: 0px 0px 10px 0px; height: 90px; margin-bottom: 5px; border-bottom: #bababa 1px dotted; background: none }
.index_news_tab li.top p { padding: 10px 0px 0px }
.index_news_tab li.top p.title { text-align: center; padding: 15px 0px 0px 0px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.index_news_tab li.top p.txt { height:40px; overflow:hidden;}

/*图片逐步滚动*/
.index_pic_scroll { background: #fff; width: 100%; height: auto; padding: 30px 0px 50px 0px; margin-bottom: 50px; }
.index_pic { position: relative; width: 1280px; margin: 0px auto;}
.index_title { height: 50px; line-height: 50px; color: #008fe2; font-size: 20px; font-weight: bold; position: relative; text-align: center; background: url(../images/title_bg.jpg) repeat-x center center; width: 1200px; margin: 0px auto 20px auto; }
.index_title span.name {font-size:30px;text-align: center;color: #008fe2; font-weight: bold; border:#fff 15px solid; background:#fff; display:inline; line-height:45px }

.layout { TEXT-ALIGN: left; MARGIN: 0px auto; WIDTH: 1220px; OVERFLOW: hidden; }
.homebtm { POSITION: relative; HEIGHT: 420px; PADDING: 0; }
.homebtm LI { POSITION: relative; TEXT-ALIGN: center; WIDTH:284px; DISPLAY: inline; FLOAT: left; }
.mainCont { margin: 0px auto; width: 1220px!important; height: 420px; overflow: hidden; }
.mainCont UL { WIDTH: 1120px; WORD-WRAP: normal; margin: 0px; padding: 0px; list-style: none; }
.mainCont ul li { width: 285px; height: 420px; float: left; overflow: hidden; margin: 0px 10px; font-size: 14px; flex-wrap: wrap; justify-content: center; box-shadow: 0 5px 5px rgba(0,0,0,.30);  }

.card { width: 285px;height: 420px; }
.card__image { transition: .5s ease-in-out; }
.card:hover .card__caption { top: 30%; transform: translateY(-30%); }
.card:hover .card__image { transform: translateY(-10px); }
.card:hover .card__thumb::after { top: 0; }
.card__thumb { position: relative; width: 285px; height: 420px; overflow: hidden; margin: 0px; }
.card__thumb::after { position: absolute; top: 0; display: block; content: ''; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%); transition: .3s; }
.card__thumb::after { top: calc(100% - 140px); }
.card__caption { position: absolute; top: 50%; z-index: 1; padding: 0 20px; color: white; transform: translateY(-50%); text-align: left; transition: .3s; top: calc(100% - 110px); transform: unset; }
.card__title { display: -webkit-box; overflow: hidden; font-size: 20px; font-weight:bold; height:24px; line-height: 24px; overflow:hidden;white-space: nowrap; text-overflow: ellipsis;}
.card__snippet { display: -webkit-box; height: 45px; overflow: hidden; margin: 15px 0 26px 0px; overflow: hidden; font-size: 14px; line-height: 24px; text-overflow: ellipsis; transition: .5s ease-in-out; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.card:hover .card__snippet { max-height:150px; height:auto;}
.card__button { display: inline-block; padding: 8px 40px; color: white; border: 1px solid white; font-family: 'Roboto', sans-serif; font-size: 16px; text-transform: uppercase; text-decoration: none; transition: .3s; }
.card__button:hover { color: black; background-color: white; }

.leftBtn,.rightBtn{ width: 64px; height: 64px; position: absolute; cursor: pointer; overflow: hidden; z-index: 2; top: 240px }
.leftBtn { background: url(../images/index_prev.png) no-repeat left center; left: -60px; }
.leftBtn:hover { background: url(../images/index_prev.png) no-repeat -64px center; }
.rightBtn { background: url(../images/index_next.png) no-repeat left center; right: -60px; }
.rightBtn:hover { background: url(../images/index_next.png) no-repeat -64px center; }


.index_ad { width: 792px; margin: 0px; overflow: hidden; height: 132px; }

.index_icon { width:390px;}
.index_icon ul li { width: 165px; height:102px; color: #fff; text-align: right; position: relative; float: left; padding:32px 15px 0px 15px; line-height: 20px; }
.index_icon ul li p { padding-top:10px}
.index_icon ul li span { position:absolute; display:block; top:20px; left:20px;}
.index_icon ul li.css_1 { background:#008fe2}
.index_icon ul li.css_2 { background:#0077d2}
.index_icon ul li:hover { background:#ea0016}
.index_icon ul li a { color:#fff;}

/*内页样式*/
.sub_page { width: 1200px; padding: 0; background: #fff; margin: 0px auto; min-height: 600px; z-index: 5; margin-top: 370px; margin-bottom: 50px; position: relative; }
.sub_page_title { display: block; position: relative; height: 60px; line-height: 60px; padding: 0 30px; background: #f8f8f8; margin-bottom: 10px; }
.sub_page_title ul li { display:inline-block; padding:0px 40px; font-size:20px; color:#666; font-weight:bold}
.sub_page_title ul li:hover { background:#fff; }
.sub_page_title ul li.on {background:#fff;color:#0797ea;}
.sub_page_title ul li:hover a, .sub_page_title ul li.on a{color:#0797ea;}

.sub_page_title span{ position:absolute; right:30px; font-size:14px; color:#999; display:block; background:url(../images/home.png) no-repeat left center; padding-left:20px;}
.sub_page_title span em { margin:0px 10px;}


.sub_page_main { font-size: 16px; color: #333; line-height: 35px; overflow: hidden; margin: 0; width: 1140px; padding: 30px 30px 50px 30px; }
.sub_page_main img { max-width: 1140px; height: auto; }

.sub_left { width:270px;}
.sub_left_title { display: block; position: relative; margin: 30px 0px 25px 0px; padding-bottom: 3px; padding-left: 5px; border-bottom: #dc0011 2px solid }
.sub_left_title span.name { height: 36px; line-height: 36px; color: #333; font-size: 20px; font-weight: bold; padding-left: 20px; display: block; background: url(../images/index_list_icon2.png) no-repeat left center; }


.sub_nav h2 { width: 270px; height: 68px; text-align: center; line-height: 68px; font-size: 28px; color: #fff; display: block; background: url(../images/sub_lm.jpg) repeat; margin-bottom: 10px; border-bottom: #b4000e 3px solid; }
.sub_nav ul{ width: 270px; margin: 15px auto; }
.sub_nav li{ margin-bottom: 2px; }
.sub_nav li h3 a{ font-size: 16px; color: #fff; }
.sub_nav li h3 { background: url(../images/subnav_bg.png) no-repeat; width: 230px; height: 50px; line-height: 50px; font-size: 12px; color: #fff; cursor: pointer; padding-left: 40px; }
.sub_nav li h3:hover{ background:url(../images/subnav_h.png) no-repeat; color: #FFF; }
.sub_nav li h3:hover a{color:#FFF;}
.sub_nav li.selected h3 {background:url(../images/subnav_h.png) no-repeat; color: #FFF; }
.sub_nav li.selected h3 a{color:#FFF;}
.sub_nav .list-item { padding: 0px; }
.sub_nav .list-item ul { width: 280px; border-top: #eee 1px solid; padding: 10px 0px; display: none; }
.sub_nav .list-item ul li { margin-bottom:0px}
.sub_nav .list-item ul li a{ height: 28px; line-height: 28px; padding-left: 45px; display: block; width: 235px; }
.sub_nav .list-item ul li a:hover { background:#eee; color:#333;}
.sub_nav .list-item > a{ display: block; font-size: 14px; line-height: 42px; padding-left: 40px; background: #f5f5f5; color: #333; border-bottom: #fff 1px solid; }
.sub_nav .list-item > a:hover,.sub_nav .list-item > a.on{ background: #79b0fd; color: #fff; }

.sub_news_list ul li {padding-left:30px; line-height:18px; padding-bottom:10px; border-bottom:#ccc 1px dotted; margin-bottom:10px; max-height:40px; overflow:hidden; position:relative; font-size:14px; white-space: nowrap; text-overflow: ellipsis;}
.sub_news_list ul li span { width: 20px; height: 20px; line-height: 20px; text-align: center; display: block; color: #fff; font-size: 12px; font-weight: bold; position: absolute; left: 0px; top: 0px; background: #999; border-radius: 5px; }
.sub_news_list ul li span.top { background:#cc0000}



/*新闻*/
.newsList { width: 100%; margin: 0px; padding: 0px 0px 20px 0px; }
.newsList li{ width: 100%; padding: 0px 0px 40px 0px; height: 165px; border-bottom: #ddd 1px dotted; margin-bottom: 40px; }
.newsList li div.list_detail {width:100%; margin:0px auto; position:relative}
.newsList li .list_main{ overflow: hidden; height: 165px; }
.newsList li .bd_r{ width: 265px; height: 165px; overflow: hidden; float: left; margin-right: 30px; }
.newsList li .bd_r img { -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; width: 100%; height: 100%; margin: 0; }
.newsList li:hover .bd_r img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); width: 100%; height: 100%; }
.newsList li .bd_l{ font-size:1em; color: #8d8b8b; padding: 0 0px 0px 30px; border-left: 1px dotted #e6e6e6; font-family: Arial; width: 60px; text-align: right; position: relative; }
.newsList li .bd_l_day{ display: block; font-size: 3.5em; color: #e20000; line-height: 50px; }
.newsList li .bd_c{ width: 100%; padding: 0; }
.newsList li .list_title{ font-size: 1.4em; font-weight: normal; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all ease 600ms; -moz-transition: all ease 600ms; -webkit-transition: all ease 600ms }
.newsList li:hover .list_title { transition: all ease 600ms; color: #e30000 }
.newsList li .see_number{ color: #bebebe; line-height: 34px; display: block; font-size: 14px; }
.newsList li .see_number em { margin-right:10px}
.newsList li .list_p{ font-size: 16px; color: #808080; line-height: 22px; height: 42px; overflow: hidden; padding: 0px; }
.newsList li .bd_c .arrow{ width: 148px; height: 35px; border: 1px solid #e2e2e2; background: url("../images/arrow.png") no-repeat center center; transition: all ease 600ms; color: #186ce8; margin-top: 20px; }
.newsList li:hover .bd_c .arrow{ width: 200px; transition: all ease 600ms; background: url("../images/arrow1.png") no-repeat center center #e30000; border: #e30000 1px solid; }
.newsList li:hover .list_title a{color:#5ead00;}
.newsList li a i{display: inline-block;vertical-align:middle; margin:-1px 5px 0 -5px; width: 0px; height: 1px; background-color: #fff; transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; }
.newsList li a:hover i{ width: 30px; background: #e30000; }

.news_detailed { padding: 0px 20px 100px 20px; width: 1160px; min-height: 600px; background: url(../images/sub_page.png) repeat-x; }
.news_detailed img { width:auto; max-width:90%; margin:15px 0px;}

.news_top_title { padding: 30px 0px 20px 0px; height: 75px; text-align: center; margin: 30px 0px; }
.news_top_title h4 { font-size: 30px; text-align: center; display: block; padding-bottom: 30px; width: 90%; line-height: 30px; margin: 0px auto; }
.news_top_title p { background:#f5f5f5; padding:8px 0px}
.news_neirong { width: 100%; padding: 0px; margin: 0px auto; font-size: 16px; line-height: 30px; }
.news_neirong img { max-width:1100px; }
.share { padding-left: 60px; height: 50px; line-height: 50px; font-size: 12px; color: #666; position: relative; margin-top: 20px; border-bottom: #f1f1f1 2px solid; border-top: #f1f1f1 2px solid; }
.share span { position: absolute; left: 0px; top: 0px; font-size: 14px; }

.news_other { width: 100%; display: block; margin: 0px; padding: 30px 0px; line-height: 28px; color: #666 }
.news_other h4 { background: none; height: auto; padding-bottom: 5px; }
.news_other li { line-height: 36px; background: url(../images/index_list_icon.png) no-repeat left center; padding-left: 15px; }
.news_other li span { font-size: 14px; color: #999; margin-left: 30px; }

.news_list li { font-size: 12px; padding: 20px; margin-bottom: 20px; border-bottom: #efefef 1px dotted; }
.news_list li a { width: 1020px; height: 75px; display: block; margin: 0px auto; position: relative; padding-left: 100px; overflow: hidden; }
.news_list li span { width: 75px; height: 55px; padding: 10px 0px; border-right: #cfcfcf 1px dotted; position: absolute; left: 0px; top: 0px; text-align: left; font-size: 1em; color: #666; line-height: 30px; display: block; }
.news_list li span b { font-size: 50px; display: block; font-weight: normal; padding-bottom: 5px; }
.news_list li a:hover span  b { color: #ef0000 }
.news_list li h4{ font-size: 20px; color: #333; font-weight: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all ease 600ms; -moz-transition: all ease 600ms; -webkit-transition: all ease 600ms; padding-bottom: 5px; line-height: 28px; }
.news_list li:hover h4{ text-indent: 12px; transition: all ease 600ms; color: #ef0000 }
.news_list li p { line-height: 20px; font-size: 14px; color: #999; height: 40px; overflow: hidden; }
.news_list li a i{ display: inline-block; vertical-align: middle; margin: -1px 5px 0 -5px; width: 0px; height: 1px; background-color: #ef0000; transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; }
.news_list li a:hover i{ width: 30px; }


.ueditortable { display: block; overflow: auto; font-size: 14px; margin-top: -10px; }
.ueditortable td {border: 1px solid #ddd;}
.govDetailTable { margin: 20px 0px 0px; }
.govDetailTable td { background: #fff; padding: 4px 5px; border: 1px solid #e6e6e6; color: #969696; word-break: break-all; font-size: 12px; }
.govDetailTable td.con { text-align: left; width: 20%; padding: 0px 15px; font-size: 14px; color: #333; }
.govDetailTable td.tit { text-align: right; background: #f9f9f9; padding-right: 10px; line-height: 40px; font-size: 14px; font-weight: bold; }
.govDetailTable td.p1 { width: 10%; }
.govDetailTable td.p2 { width: 20%; }
.govDetailTable td.p3 { width: 8%; }
.govDetailTable td.p4 { width: 12%; }
.govDetailTable td.p5 { width: 10%; }
.govDetailTable td.p6 { width: 12%; }

.formTable { width: 100%; margin: 10px 0px; }
.formTable .title td { border: 1px solid #E5E5E5; background: #f4f4f4; text-align: center; color: #000; font-size: 16px; padding: 8px 8px; text-align: center }
.formTable .number { width: 15%; }
.formTable .date { width: 30%; }
.formTable .name { font-size: 14px; width: 65% }

.formList { margin: 10px 0 0 0px; }
.formList li { width: 100%; font-size:16px; height:30px; padding:10px 0px; line-height:30px; border-bottom: #ccc 1px dotted;}
.formList li span.number { float:left; width:130px; text-align: center; }
.formList li span.link { width:510px; float:left; overflow:hidden; padding-left:30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.formList li span.date { float: right; color: #666; width:19%; color:#999; text-align:center}

.download_table table{width:100%;}
.download_table th,.download_table td{ padding: 18px 10px 15px 10px; border-bottom: 1px dotted #ccc; height: 20px; color: #666; }
.download_table td img { margin-right:10px; vertical-align:middle}
.download_table th{ color: #666; font-size: 14px; font-weight: bold; border-bottom: 2px #ddd solid; }

/*展馆简介*/
.about_img { background:url(../images/about_bg.png) no-repeat 23px bottom; padding:0px 38px 35px 0px; width:480px; height:475px; overflow:hidden;}
.about_img2 { background:url(../images/about_bg.png) no-repeat left bottom; padding:0px 0px 35px 38px; width:480px; height:475px; overflow:hidden;}
.about_txt { width:560px}
.about_txt h2 { background: url(../images/abtitle.jpg) no-repeat left center; width: 188px; text-align: center; height: 48px; line-height: 48px; font-size: 28px; font-weight: bold; display: block; margin-top: 20px; }
.about_txt p.text { width: 100%; height: 160px; overflow: hidden; margin: 0px 0px 10px 0px; padding: 26px 0px; color: #666; }
.about_txt p.more { background: url(../images/abicon.jpg) no-repeat left center; padding-left: 30px; font-size: 18px; display: block; margin-top: 28px }
.about_txt p.more2 a {color:#fff; margin:0px 10px 10px 0px; font-size:16px; float:left;width:220px; height:45px; line-height:45px; text-align:center; display:block;} 
.about_txt p.more2 a.css_1 { background:#7fdc81; }
.about_txt p.more2 a.css_2 { background:#f6d87f;}
.about_txt p.more2 a.css_3 { background:#f27f7f;}
.about_txt p.more2 a.css_4 { background:#83cbf4;}
.about_txt p.more2 a.css_5 { background:#9f9bec;}
.about_txt p.more2 a.css_6 { background:#cd5c5c;}
.about_txt p.more2 a.css_7 { background:#ffd700;}
.about_txt p.more2 a.css_7 { background:#ee6363;}
.about_txt p.more2 a:hover { background:#dd0000;}
 
 
.notice_list li{ line-height: 56px; height: 56px; position: relative; font-size: 16px; background: url(../images/index_list_icon2.png) no-repeat left center; padding-left: 15px; padding-right:100px; border-bottom: #ccc 1px dotted; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  }
.notice_list li span { font-size: 14px; color: #999; position: absolute; right: 0px; top: 0px; }

.contact li p { height:24px; line-height:24px; margin-top:15px; font-size:16px}
.contact li p img { vertical-align:middle; margin-right:5px}

.page_numbers{ text-align: center; padding-top: 10px; }
.page_numbers a.previous_page, .page_numbers a.next_page{ width: 70px; height: 36px; line-height: 36px; color: #888; text-align: center; font-size: 14px; }
.page_numbers a{ display: inline-block; height: 36px; line-height: 36px; width: 36px; background:#efefef; text-align: center; font-size: 14px; color: #666; }
.page_numbers a:hover{ background: #e30000; color: #fff; }
.page_numbers a.cur{ background: #e30000; color: #fff; }

.visiting { background:url(../images/c_bg.jpg) no-repeat right bottom; padding-bottom:50px; margin-top:20px; margin-bottom:40px;}
.visiting li.title { height:27px; line-height:27px; font-size:24px; background:url(../images/c_x.png) no-repeat right center;width:165px; padding-left:25px;}
.visiting li.title img { vertical-align:middle; margin-right:5px}
.visiting li.txt { width:920px;}
.visiting li.txt p { line-height:28px; margin:0px 0px 10px 0px; width:100%; color:#666}
.visiting:last-child { background:none}