@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #3f3f3f;
    /*background: url(/gwxy/css/../images/bg.png) repeat-x;*/
    background-color: #f1f1f1;
    width: 100%;
}

img {
    border: 0px;
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

.clear {
    clear: both;
}

#wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.top {
    height: 25px;
    width: 100%;
    background-color: #e3e3e3;
}

.topbox {
    width: 1002px;
    margin: 0 auto;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
}

.toplf {
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.toplf span {
    float: right;
}

.toprt {
    float: right;
}

.toprt a {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.toprt a:hover {
    color: #cf0000;
}

.header {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #096fc4;
}

.header-box {
    width: 1002px;
    height: 150px;
    margin: 0 auto;
    background: url("/gwxy/css/../images/logo.png") no-repeat;
}

.menu {
    width: 1002px;
    height: 50px;
    margin: 0 auto;
    background-color: #1362a4;
}

/*菜单*/
#nav {
    line-height: 50px;
    width: 1002px;
    margin: 0 auto;
}

#nav a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft Yahei";
}

#nav a:hover {
    color: #FFF;
    font-weight: bold;
}

#nav li {
    float: left;
    width: 100px;
}

#nav li a:hover {
    background-color: #fdc701;
}

#nav li ul {
    line-height: 27px;
    text-align: left;
    padding: 5px 0;
    background-color: #0E419C;
    left: -999em;
    width: 140px;
    position: absolute;
    z-index: 999;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#nav li ul li {
    float: left;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #0E419C;
    color: #FFF;
    border-top: 1px solid #114ebc;
    border-bottom: 1px solid #0c3784;
}

#nav li ul a {
    display: block;
    width: 140px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}

#nav li ul a:hover {
    color: #1362a4;
    font-weight: bold;
}

#nav li:hover ul {
    left: auto;
}

#nav li.sfhover ul {
    left: auto;
}

.main {
    height: auto;
}

.main-box {
    height: auto;
    width: 1002px;
    padding: 0 1px;
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    height: 400px;
}

.start {
    color: #999;
    border-top: 1px solid #D0D0D0;
    width: 1000px;
    height: 30px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
}

.start h2 {
    background: #F2F2F2 none repeat scroll 0% 0%;
    color: #999;
    font-size: 18px;
    font-weight: 600;
    margin: -16px auto 20px;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    width: 280px;
    line-height: 30px;
}

.main1 {
    height: 270px;
}

.main1-lf {
    float: left;
    width: 680px;
    height: 270px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
}

.con1 {
}

.con1-lf {
    float: left;
    padding: 10px;
}

.con1-rt {
    float: right;
    width: 300px;
}

.main1-rt {
    float: right;
    width: 300px;
    height: 270px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
}

.main2 {
    height: 290px;
    margin-top: 20px;
}

.main2-lf {
    width: 330px;
    height: 290px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
    background-color: #fff;
    float: left;
}

.main2-min {
    width: 330px;
    height: 290px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 20px;
}

.main2-rt {
    width: 300px;
    height: 290px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
    background-color: #fff;
    float: right;
}

.con {
    padding: 15px 10px;
}

.con ul li {
    overflow: hidden;
    line-height: 28px;
}

/*.con li p {
    float: left;
}

.con li p a{

}*/

.con li a:hover {
    text-decoration: underline;
    color: #1579cc;
}

.con li span {
    float: right;
}

.tt {
    width: 100%;
    height: 45px;
    border-bottom: 4px solid #1579cc;
}

.tt h3 {
    width: 110px;
    padding-left: 10px;
    color: #1579cc;
    font: 20px/45px "微软雅黑", "microsoft yahei";
    border-bottom: 4px solid #ffb921;
}

.tt span {
    font-size: 12px;
    color: #1579cc;
    float: right;
    line-height: 45px;
    padding-right: 10px;
}

.tt span a {
    color: #000;
}

.tt span a:hover {
    text-decoration: underline;
    color: #1579cc;
}

.con2 {
}

.con2 li {
    background: url("/gwxy/css/../images/icon3.png") no-repeat 0 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 5px;
}

.main3 {
    margin-top: 20px;
    height: 230px;
    width: 1002px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
}

.piclist p {
    padding: 8px 0 5px 0;
    text-align: center;
    color: #1579cc;
}

.main4 {
    margin: 20px 0;
    height: 60px;
    width: 1002px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #989898;
}

.link h3 {
    float: left;
    color: #1579cc;
    padding-left: 10px;
    padding-top: 8px;
    font: 20px/45px "微软雅黑", "microsoft yahei";
}

.link ul {
    float: left;
    margin-left: 20px;
    padding-top: 21px;
}

.link ul li {
    float: left;
    margin-right: 15px;
}

.link ul li a {
    font-weight: bold;
    color: #ffb921;
}

.link ul li a:hover {
    color: #3f3f3f;
}

.footer {
    width: 100%;
    height: 150px;
    background-color: #3f3f3f;
}

.footerbox {
    width: 1002px;
    margin: 0 auto;
    color: #fff;
}

.footlogo {
    float: left;
    position: relative;
    top: 44px;
    left: 300px;
}

.foottxt {
    float: right;
    position: relative;
    top: 65px;
    right: 200px;
    line-height: 26px;
    color: #989898;
}

/* 焦点图 水平滚动
------------------------------ */
.slide_x {
    overflow: hidden;
    position: relative;
    width: 320px;
    height: 200px;
}

.slide_x a {
    color: #eee;
    text-decoration: none;
}

.slide_x .box {
    overflow: hidden;
    position: relative;
    width: 325px;
    height: 220px;
}

.slide_x .list {
    overflow: hidden;
    width: 9999px;
}

.slide_x .list li {
    float: left;
    position: relative;
    width: 320px;
    height: 200px;
}

.slide_x .list img {
    vertical-align: top;
}

.slide_x .list p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    color: #eee;
    font: 12px/24px "\5b8b\4f53";
    text-indent: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
    background: rgba(0,0,0,0.6);
}

.slide_x .btn {
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    right: 6px;
}

.slide_x .btn li {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
    border-radius: 2px;
    background: #eee;
    color: #333;
    font: 11px/16px Tahoma;
    text-align: center;
    cursor: pointer;
}

.slide_x .btn .selected {
    background: #ffb921;
    color: #fff;
}

.slide_x .minus,
.slide_x .plus {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 50px;
    background-image: url(/gwxy/css/../images/control.png);
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
}

.slide_x .minus {
    left: 0;
    background-position: 0 0;
}

.slide_x .plus {
    right: 0;
    background-position: -40px 0;
}

.slide_x .minus:hover {
    background-position: 0 -50px;
}

.slide_x .plus:hover {
    background-position: -40px -50px;
}




/*返回顶部*/
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    bottom: 170px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #eee;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #4191dc;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #419edc;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #419edc;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

/*底部滚动图*/

.tubox {
    width: 980px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    _height: 100%;
}

.picbox {
    width: 980px;
    height: 145px;
    overflow: hidden;
    position: relative;
}

.piclist {
    height: 145px;
    position: absolute;
    left: 0px;
    top: 0px
}

.piclist li {
    background: #eee;
    margin-right: 20px;
    padding: 5px;
    float: left;
    height: 150px;
}

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px
}

.og_prev, .og_next {
    width: 30px;
    height: 50px;
    background: url(/gwxy/css/../images/icon.png) no-repeat;
    background: url(/gwxy/css/../images/icon_ie6.png) no-repeat \9;
    position: absolute;
    top: 33px;
    z-index: 99;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.og_prev {
    background-position: 0 -60px;
    left: 4px;
}

.og_next {
    background-position: 0 0;
    right: 4px;
}


/*列表*/

.subnav {
    height: 50px;
    width: 1000px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #989898;
    background-color: #fff;
}

.sn {
    float: left;
    line-height: 50px;
    padding-left: 20px;
    color: #333;
}

.sn a {
    color: #333;
}

.sn a:hover {
    color: #096fc4;
    text-decoration: underline;
}

.listbox {
    margin-top: 10px;
    width: 1000px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 1px;
}

.listlf {
    float: left;
    width: 260px;
    min-height: 700px;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 100%;
    overflow: hidden;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    display: inline;
}

.listlf h3 {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #0070b4;
    font-weight: normal;
    font-size: 24px;
    border-bottom: 2px solid #0070b4;
}

.listlf ul {
    /*padding: 10px 20px 20px;*/
}

.listlf li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
}

.listlf li a {
    font-size: 16px;
    padding-left: 10px;
    display: block;
    border-left: 3px solid #fff;
}

.listlf li a:hover {
    display: block;
    background-color: #ddd;
    border-left: 3px solid #0070b4;
    color: #0070b4;
    font-size: 16px;
}

.thisclass {
    display: block;
    background-color: #ddd;
    border-left: 3px solid #0070b4 !important;
    color: #0070b4;
}

.listrt {
    float: right;
    width: 730px;
    min-height: 700px;
    height: auto !important;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.listrt h3 {
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    color: #f7b217;
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.listrt ul {
    padding: 10px 20px 20px 30px;
}

.listrt li {
    border-bottom: 1px #ccc dotted;
    line-height: 36px;
    background: url('/gwxy/css/../images/arrow1.gif') no-repeat 0 15px;
    padding-left: 13px;
}

.listrt li a {
    font-size: 14px;
}

.listrt li a:hover {
    color: #f7b217;
}

.listrt li span {
    float: right;
}




/*搜索*/
.ser {
    float: right;
    padding-top: 4px;
}

.navbar-form {
    border: 0;
    margin-left: 0;
    width: 250px;
    height: 30px;
    padding: 2px 0 2px 3px;
    position: relative;
}

.navbar-form .search {
    display: block;
    margin: 0;
    padding-left: 10px;
    border: 0;
    height: 30px;
    width: 200px;
    line-height: 30px;
    color: #333;
    background: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-form button {
    position: absolute;
    top: 2px;
    right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("/gwxy/css/../images/ser.png") 0 0 no-repeat;
}

/*分页*/
.sort {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    color: #ccc;
}

.sort a {
    display: inline-block;
    color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.sort a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

/*文章页*/
.share {
    float: right;
    color: #333;
    padding-top: 18px;
    padding-right: 10px;
}

.share a {
    color: #333;
}

.article {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 5px;
    width: 1000px;
    box-shadow: 0 1px 2px #989898;
    margin-bottom: 10px;
}

.title {
    font-size: 28px;
    padding: 30px 0 20px;
    width: 95%;
    margin: 0 auto;
    color: #0158b5;
    text-align: center;
}

.author {
    text-align: center;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    border-bottom: 1px dashed #ddd;
}

.word {
    min-height: 600px;
    height: auto;
    width: 90%;
    font-family: "宋体";
    margin: 0 auto;
    color: #000;
    line-height: 35px;
    font-size: 16px;
    padding: 20px 0 30px;
}

.fj {
    width: 88%;
    margin: 0 auto;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.fj h4 {
    font-size: 18px;
    color: #0158b5;
}

.fj ul {
    padding-left: 20px;
    padding-top: 20px;
}
}

.fj ul li {
    height: 35px;
    line-height: 35px;
}

.fj li a {
    border-bottom: 1px dotted #BBB;
    padding-bottom: 1px;
    line-height: 35px;
}

.fj li a:hover {
    border-bottom: none;
}

.pn {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 20px 50px;
    border-top: 1px dashed #ddd;
    clear: both;
}

.pre {
    float: left;
    color: #0E419C;
}

.next {
    float: right;
    color: #0E419C;
}

.pre a,.next a {
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    display: block;
    background: #096fc4;
}

.pre a:hover,.next a:hover {
    background: #666;
    text-decoration: underline;
}


/*侧边栏文章页*/
.article-lf {
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    width: 760px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 2px #989898;
    margin-bottom: 10px;
}

.article-rt {
    float: right;
    width: 230px;
    margin-top: 10px;
    padding-right: 1px;
}

.rbox1 {
    height: 50px;
    width: 100%;
    background: #096fc4;
    border-radius: 5px;
    box-shadow: 0 1px 2px #989898;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

.rbox2 {
    margin-top: 10px;
    height: 200px;
    width: 220px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #989898;
    padding: 10px 5px;
}

.rbox2 h3 {
    padding: 10px 5px 5px 5px;
    font-size: 16px;
    color: #096fc4;
    border-bottom: 1px dashed #ddd;
}

.rbox2 ul {
    padding: 10px 10px 0 10px;
}

.rbox2 li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.rbox2 li a {
    font-size: 13px;
    color: #333;
}

.rbox2 li a:hover {
    font-size: 13px;
    color: #096fc4;
}


/* 视野 */
.picBox{overflow:hidden;zoom:1;margin:50px auto;width:980px;}
.picL{overflow:hidden;zoom:1;margin-left:-1px;}
.picL li{overflow:hidden;position:relative;float:left; display:inline; width:195px;height:149px;margin:1px 0 0 1px; zoom:1  }
.picL li .text{background:#096fc4;position:absolute;width:199px;height:149px;top:149px;left:0;font-family:'微软雅黑','黑体';}
.picL li .text b{background:#f7b217;padding:5px 15px;color:#fff;font-size:14px;display:inline-block;*display:inline;zoom:1;font-weight:100;}
.picL li .text p{font-size:14px;line-height:24px; }
.picL li .text a{color: #fff;display: block;height: 80px;padding: 20px;}