*{margin:0px; padding:0px;}
body{font-size:13px;font-family: "Microsoft Yahei"; margin: 0 auto; background: #FFF;}
.fixed-navbar-makeup {padding-top:10px}
*{margin:0;padding:0;}
a{color: #333; text-decoration: none}
a:focus{color: #E98300; text-decoration: none;}
a:hover{color: #E98300; text-decoration: none;}
.clear{clear:both}
ul{ margin:0; }
li{ list-style-type:none; }
ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; margin-top:0}  
.navbar-inverse .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color:#333;}
#page_result .label-important {background: #fff !important;color:red;}
.outer-corner {margin-top: 12px;}

.btn {font-family: "Microsoft Yahei"; }
a img{opacity: 1;}
a img:hover {opacity: 0.9;}

.breadcrumb {border-radius:0;}

.well {
    border-radius: 0;
}

.a_color{
    color:#63943B;
}
.container {
    width:1000px;
}
.radius-img img {
  border-radius: 3px;
}

.h_title {
    color:#63943B;
}

.top .container {
    position: relative;
    padding: 10px 0;
}

.top .search {
    position: absolute;
    top: 10px;
    right: 0;
}
.top .search .sicon {
    width: 16px;
    height: 16px;
    margin-left: -23px;
    margin-bottom: 9px;
    border: 0px;
}


.top .top_nav {
    float: right;
}

.top .top_nav .nav_ul {
    font-size: 16px;
    font-family: simhei;
    margin-top: 55px;
    margin-bottom: 0;
}

.top .top_nav .nav_ul li {
    padding: 0 15px;
    /*border-right: 1px solid #F4F4F4;*/
}

.top .top_nav .nav_ul li a{
    padding:1px 15px 20px 15px;
    background: none;
}

.top .top_nav .nav_ul li:hover{
    color:#333;
    /*background: #F4F4F4;*/
}
.top .top_nav .nav_ul li a:hover {
    /*padding-top:7px;*/
    color: #333;
}

.top .top_nav .nav_ul li.active {
    color: #E98300;
}
.top .top_nav .nav_ul li.active a{
    color: #E98300;
}

.top .top_nav .nav_ul .dropdown-menu {
    background: #DDD;
    border: none;
    border-radius: 0;
    width: 155px;
    min-width: 155px;
    left: -16px;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0;
}

.top .top_nav .nav_ul .dropdown-menu li {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid white;
}

.top .top_nav .nav_ul .dropdown-menu a{
    padding: 10px 0;
    font-size: 14px;
}

.top .top_nav .nav_ul li.active .dropdown-menu > li > a {
    color: #333;
}
.top .top_nav .nav_ul li.active .dropdown-menu > li:hover > a {
    color: #FFF;
}


.top .top_nav .nav_ul .dropdown-menu > li > a:hover, 
.top .top_nav .nav_ul .dropdown-menu > li > a:focus {
    color:white;
    background: #E98300;
}

.top .top_nav .nav-tabs .open .dropdown-toggle,
.top .top_nav .nav-pills .open .dropdown-toggle,
.top .top_nav .nav > li.dropdown.open.active > a:hover,
.top .top_nav .nav > li.dropdown.open.active > a:focus {
  color: #333;
  background-color: white;
  border-color: white;
}

input[type="text"] {
    font-size: 13px;
    height: 16px;
    border-radius: 0;
    font-family: "microsoft yahei";
}

input[type="text"]:focus {
    border-color: #8AD5AB;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8AD5AB;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8AD5AB;
    box-shadow: none;
}

.carousel {
    width:1000px;
    height: 300px;
    background: url('./images/carousel.jpg') no-repeat;
}

.content-box {
    border:1px solid #ddd;
    position: relative;
    padding:15px 20px 5px 20px;
    margin-top: 25px;
}

.box-title{
    color: #333;
    font-size: 17px;
    font-family: simhei;
    padding-bottom: 5px;
    
}
.box-title-tip {
    width: 0;
    height: 0;
    margin-left: 34px;
    vertical-align: middle;
    border-top: 4px solid #E98300;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    text-align: center;
    margin-top: 0px;    
}

.main {
    margin-top: 30px;
}

.more {
    font-family: "microsoft yahei";
    text-align: right;
    font-size: 12px !important;
}

.icon-more {
    background: url(images/more.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.listleft {
    width:755px;
    float: left;
    border-right: 1px solid #f4f4f4;
}

.listleft .shared{
    width:170px;
}

.listleft .shared h5{
    border-bottom: 3px solid #ddd;
    font-size: 16px;
    color: #63943B;
    width:175px;
    padding-bottom: 5px;
}


.listright {
    float:left;
    width: 244px;
}

.listright ul.simple li{
    padding-left: 18px;
    line-height: 35px;
    background: url(images/li.png) no-repeat 7px 16px #f4f4f4;
    border-bottom: 2px solid #FFF;
    height: 35px;
    overflow: hidden;
}

.listright ul.simple li:hover {
    color: white;
    background: url(images/li-white.png) no-repeat 7px 16px #E98300;
}

.listright .list-box {
    padding-bottom: 20px;
    position: relative;
    padding-left: 18px;
    margin-top: 10px;
}

.listright .list-box .list-box-head {
    background: white;
    font-size: 17px;
    color: #63943B;
    font-family: simhei;
    text-align:center;
    margin: 10px;
}

.listright .list-box .list-content {
    background: #f4f4f4;
    padding: 10px;
    margin-top: 5px;
    font-size: 15px;
    font-family: simhei;
    text-align:center;    
}

.listright .list-box .list-content:hover {
    background: #E98300;
    color: #FFF;
}

.listright .list-box .list-content-selected {
    background: #E98300;
    color: #FFF;
}

.listfull .list-box {
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
}

.listfull .list-box .list-content {
    border-bottom: 1px solid #F4f4f4; 
    padding: 10px;
    margin-top: 5px;
    font-size: 12px;
}
.listfull .list-box .list-content h4{
    font-family: simhei;
    font-weight: normal; 
}

.listfull .list-box .list-content h5{
    font-weight:normal;
}
.listfull .list-box .list-content h5 i{
    font-size:13px;
}

.listfull .list-box table {
    width:100%;
}
.listfull .list-box table td{
    vertical-align: top;
}

.listfull .list-box .list-content h5 > a{
    background: url(./images/circle.jpg) no-repeat left center;
    padding-left:15px;
}

.listfull .list-box .list_list:hover {
    background: #f8f8f8;
}
.listfull .list-box .list-content .list-dl {
    margin-bottom: 10px;
}
.listfull .list-box .list-content .list-dl dt {
    width:250px;
    text-align: center;
    /*height: 190px;*/
}
.listfull .list-box .list-content .list-dl dd {
    margin-left:295px;
}

.listfull ul.pagelist li {
    width: 317px;
    height: 320px;
    float: left;
    background: #f9f9f9;
    margin: 0 24px 24px 0;
    border-bottom: 2px solid #63943B;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.listfull ul.pagelist li:hover {
    opacity: 0.9;
    filter:alpha(opacity=90);
    border-bottom: 2px solid #E98300;
}

.listfull ul.pagelist li a {
    color: #555;
}
.listfull ul.pagelist li a h5{
    color: #333;
    padding: 0 10px;
    margin-bottom: 3px;
}

.listfull ul.pagelist li div, .listfull ul.pagelist li p {
    padding: 0 10px;
    color: #999;
    /*padding-top: 5px;*/
}

.listfull ul.pagelist li.last {
    margin-right: 0px;
}

.detail .listfull .list-box{
    border: none;
    padding-top: 0;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border-bottom:none;
}

.listleft .main-content {
    padding-right: 15px;
}
.info-content {
    padding:0 10px 20px 0;
    font-size: 14px;
    line-height: 25px;
    /*text-indent: 2em;*/
}
.info-content img {
    max-width: 710px;
}

.info-content ul li {
    padding-left: 15px;
    background: url('images/li-black.png') no-repeat 0 10px;
    line-height: 25px;
}


.info-content .single{
    text-indent: 0;
}

.info-head {
    padding: 10px 0;
}
.source-box {
    margin-bottom: 15px;
    text-align: right;
}
.summary_div {
    border: 1px solid #ccc;
    padding: 10px;
    background: #eee;
    color: #666;
    margin-bottom: 15px;
}

#footer {
    margin-top: 30px;
    padding: 30px 0 20px 0;
    background: #000;
    color:white;
    text-align:center;
}

#footer .footer-nav {
    height:50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px dashed whitesmoke;
}
#footer .footer-nav a {
    color:#fff;
    padding:0 20px;
}
#footer .footer-nav a:hover {
    text-decoration: underline;
}

#footer .footer-bg a {
    color:white;
}
#footer .footer-bg a:hover {
    text-decoration: underline;
}

.dl-horizontal dt {width: 150px;}
.dl-horizontal dd {margin-left: 160px;}
.summary_box {
    margin-bottom: 10px;
}

.banner{ height:400px; overflow:hidden; width: 100%}
.banner .focus{ position:relative; filter: inherit; background:#ffffff;}
.banner .focus li{ background:#ffffff; position:absolute; width:100%; height:400px; display:block; left:0; top:0;}
.banner .focus li .in{ width:100%; height:400px; margin:0 auto; overflow:hidden; position:relative;}
.banner .focus li .focusbg{ width:100%; height:400px; display:block;}
.banner .focus li .altbox{ width:998px; height:400px; margin:0 auto; position:relative;}
.banner .focus li .alt{ width:100px; height:30px; display:block; overflow:hidden; position:absolute; right:0px; bottom:10px; background: white; font-family: simhei; line-height: 30px;}
.banner .focus li .alt h2{ width:400px; height:92px; display:block; margin-bottom:10px; overflow:hidden; zoom:1;}
.banner .focus li .alt h2 img{ display:block;}
.banner .focus li .alt .tab_d{ font-size:14px; text-align:center; display:block; overflow:hidden;}
.banner .focus li .alt a.tab_d:hover{ background:#E98300; color: #FFF; }
.banner .focus li.f01{}
.banner .focus li.f02{}
.banner .focus li.f03{}
.banner .focus .tabs{ /*position:absolute; bottom:12px; left:598px;*/ width:180px; height:18px; padding-top:360px; margin:0 auto; display:block; z-index:200; position:relative;}
.banner .focus .tabs b{ float:left; display:inline-block; width:17px; height:17px; padding:0; font:400 16px/17px Arial; margin-left:9px; margin-top:0; margin-bottom:1px; color:#ffffff; text-align:center; background:url(images/slider-num.png) 0 1px no-repeat; cursor:pointer;}
.banner .focus .tabs .on{ width:17px; height:17px; padding:0; font:400 16px/17px Arial; margin-top:1px; margin-bottom:0; background:url(images/slider-num-on.png) 0 0 no-repeat;}

ul.modules_tab {width:1000px; margin:0 0 30px 0;}
ul.modules_tab li {width: 300px; margin-right: 50px; float: left;}
ul.modules_tab li a{color: white;}
ul.modules_tab li a .h{width: 300px; background: #63943B; font-size: 21px; font-weight: bold; height: 50px; line-height: 50px; text-align: center; letter-spacing: 2px;}
ul.modules_tab li img {width: 300px;}
ul.modules_tab li.last{margin-right: 0 }
ul.modules_tab li:hover a .h{background: #E98300;}


.news_table {width:100%; margin-bottom: 30px;}
.news_table .tabbable {height: 260px; overflow: hidden;}
.news_table td {padding:0;}
.news_table td.l {width:700px; vertical-align: top; }

.border-nav .nav {margin-bottom: 10px;}
.border-nav .nav-pills a {font-size:17px; font-family: simhei; padding:0 10px 18px 8px; }
.border-nav .nav-pills .active a {background: url('images/bottom_border.png') no-repeat 0 bottom; color:#E98300;}
/*.news_table td.l .nav-pills .active a {background: url('images/bottom_border.png') no-repeat 0 bottom; color:#333; border-bottom: 2px solid #E98300;}*/

.news_table td.r {width:250px; text-align: right; padding-left:20px;}


/* 首页中间slider */
.featured {position:relative; float:left;}
.featured ul.ui-tabs-nav { position:absolute; left:319px; list-style:none; padding:0; margin:0; }
.featured ul.ui-tabs-nav li { padding-left:15px; height: 30px; line-height: 30px; vertical-align: middle; width:370px;}
.featured ul.ui-tabs-nav li img { margin-top:2px; margin-bottom:2px; margin-left:3px; padding:2px; background:#DFDFDF; border:1px solid #CCC; }
.featured ul.ui-tabs-nav li span.pull-right { font-size:11px; font-family:Verdana; line-height:18px; padding-top: 7px; color: #999;}
.featured .ui-tabs-panel {position:relative; float:left; *zoom: 1;}
.featured .ui-tabs-panel div.left{ width:300px;}
.featured .ui-tabs-panel img{width:300px; height:180px; }
.featured .ui-tabs-panel .caption{ background: none repeat scroll 0 0 #000000; bottom: 0; color: #FFFFFF; font-size: 16px;font-weight: bold; height: 30px; line-height: 30px; margin-left: 3px; opacity: 0.7; padding-left: 10px; position: absolute; width: 532px; z-index: 8;}
.featured .ui-tabs-hide { display:none; }

.featured li.ui-tabs-selected { background: url('images/select_li.png') no-repeat 0 12px;}
.featured li.ui-tabs-selected a{ color:#E98300 ;}
/*.featured li a{ color: white; font-size: 15px; line-height: 25px; text-decoration: none}*/
.featured li td{ vertical-align: middle; height:60px}

.edu .featured ul.ui-tabs-nav {left: 336px;}
.edu .featured ul.ui-tabs-nav li {width: 630px; height: 62px; border-bottom: 1px dashed #ddd;}
.edu .featured .ui-tabs-panel div.left{ width:320px;}
.edu .featured .ui-tabs-panel img{width:320px; height:192px; }


.home-mission {background:#63943B;height:250px;}
.mission_table {width:100%; margin-bottom: 30px; color: #FFF; height: 250px;}
.mission_table a {color: #FFF;}
.mission_table td {padding:0;}
.mission_table td.l {width:700px; vertical-align: middle; }
.mission_table td.l img{float:left; max-width: 180px; border-radius:100px;}
.mission_table td.l .c{float:left; width: 480px; margin-left: 20px; }
.mission_table td.l .c h4{margin-bottom: 20px; }
.mission_table td.l .c p{font-size: 14px; line-height: 25px;}
.mission_table td.r {width:250px; text-align: center; vertical-align: middle; }


.cat-title-block {border-bottom:2px solid #f4f4f4;}
.cat-title-block .container {font-size:22px; font-family:simhei; color: #63943B; padding:25px; }

.history .nav {margin-bottom: 10px;}
.history .nav-pills a {font-size: 17px; font-family: simhei; padding-bottom: 24px; background: url('images/history_bg.png') no-repeat 0 bottom; text-align: center; width: 72px; border-radius:0; padding-right: 9px;}
.history .nav-pills .active a {background: url('images/history_bg_on.png') no-repeat 0 bottom; color:#333;}


ul.attachlist li {text-align:center;float:left; width:200px; min-height:332px; margin-right:65px; margin-bottom: 20px;}
ul.attachlist li.last {margin-right: 0} 
ul.attachlist li div.h {font-size:15px;font-family:simhei; margin: 8px 0;}

.home-notice-small {display: none;}
.notice-right-fix {width: 150px; position: absolute; right: 0; top: 569px; z-index: 999; border: 1px solid #63943B; background: white;}
.notice-right-fix .h{ padding: 3px 5px; background: #63943B; color:white;}
.notice-right-fix .c{ padding: 5px 8px; }
@media (max-width: 1100px) {
    .home-notice-small {display: block;}
    .notice-right-fix {display: none;}    
}

