
body,div,p{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: proxima-nova,"Microsoft YaHei",Helvetica,Arial,sans-serif;
}

ul, li {
    list-style: none;
    margin: 0;
}
a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
a:hover{
    font-size: 13px;
    color:#3399cc;
    text-decoration: none;
}
.main_0 {

}
.topImage {
    position: relative;
    left: 50%;
    margin-left: -530px;
    margin-top: 2px;
    /*width:1000px;*/
    width: 1061px;
    height: 118px;
    overflow: hidden;
}
.topImage img {
    /*width:1000px;*/
    width:1061px;
    height:118px;
}
.moveUp_315px {
    position: relative;
    top: -315px;
}
.moveUp_770px {
    position: relative;
    top: -770px;
}
.moveDown_155px {
    position: relative;
    top: 155px;
}
.moveDown_55px {
    position: relative;
    top: 55px;
}
.navLists {
    width: 100%;
    height: 39px;
    /*background: url(/publish/jgxy2021/pic/bg2.jpg) repeat-x;*/
    background: url(/publish/jgxy2021/pic/bg3.jpg) repeat-x;
    /*background: #c1ae8d;*/
    box-shadow: 0 4px 8px #bfbfbf;
    -moz-box-shadow: 0 4px 8px #bfbfbf; ;
    -webkit-box-shadow: 0 4px 8px #bfbfbf;
    position: relative;
    z-index: 100;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
}
.navLists .nav {
    position: relative;
    display: block;
    float: left;
    width: 110px;
    height: 39px;
    line-height:36px;
    text-align: center;
    font-size: 16px;
    /*color:#fff;*/
    color:#39528a;
}
.navLists .nav a {
    /*color:#fff;*/
    font-size: 16px;
    font-weight: bold;
    color:#39528a;
}

.navLists .nav .subnavs {
    display: none;
    position: absolute;
    left: -40px;
    top:38px;
    width:100%;
    z-index: 99;
}

.navLists .nav .subnavs .subnav {
    width:100%;
    height:100%;
    /*background: #39abb8;*/
    background: #c1ae8d;
}

.banner {
    width: 100%;
    margin: 0 auto;
    height: 330px;
    background: url(/publish/jgxy2021/pic/bannerbg.jpg) repeat-x;
}
.bannerPicContainer {
    /*width:1000px;*/
    width:1061px;
    height:300px;
    overflow: hidden;
    position: relative;
    left: 50%;
    top:20px;
    margin-left: -530px;
}
.bannerPic {
    width:1061px;
    height:300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.bannerPic:not(.active) {
    opacity: 0;
    z-index: 0;
}
.bannerPic.active {
    opacity: 1;
    z-index: 20;
}
.bannerPic img {
    width:1061px;
    height:300px;
}

.btnPointContainer {
    position: relative;
    top: 280px;
    left: 940px;
    width: 100px;
    height: 10px;
    display: flex;
    justify-content: space-around;
    z-index: 21;
    /*background: silver;*/
}
.btnPoint {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    transition: all 800ms ease;
}
.btnPoint:not(.active) {
    border: 1px solid white;
}
.btnPoint.active {
    background: white;
    border: 1px solid white;
}


.main_1 {
    background: #f7f7f7;
    margin: 0 auto;
}
.content {
    /*width:1000px;*/
    width:1061px;
    margin-right: 0px;
    margin-top: 0px;
    background: #f7f7f7;
    position: relative;
    left: 50%;
    margin-left: -530px;
}
.tableInterval_20px {
    width: 20px;
}
.tableInterval_8px {
    width: 8px;
}
.tableColumn_404px_width {
    width: 404px;
}
.tableColumn_170px_width {
    width: 170px;
}
.tableColumn_170px_width img{
    width: 170px;
    height: 67px;
    border: 0;
}
.tableColumn_213px_width {
    width: 213px;
}
.tableColumn_400px_width {
    width: 400px;
}
.tableColumn_209px_width {
    width: 209px;
}
.channelTitleRow {
    height: 30px;
}
.channelContentRow {
    height: 300px;
}
.itemListRow {
    height: 67px;
}
.rowInterval_10px {
    height: 10px;
}
.channelContent {
    /*border: 2px solid #39abb8;*/
    border: 1px solid #39528a;
    background: white;
}
.articleTitleArea {
    height: 29px;
}
.pointBeginInterval {
    position: relative;
    width: 6px;
    height: 29px;
}
.articleTitleBeginInterval {
    position: relative;
    width: 9px;
    height: 29px;
}
.articleTitle {
    position: relative;
    width: 285px;
    height: 29px;
}
.articleTitleText {

}
.articlePublishDate {
    position: relative;
    width: 75px;
    height: 29px;
    font-size: 13px;
    text-align: left;
}




.bottom-links {
    height: 50px;
    width: 100%;
    border-top: 2px solid #f3842b;
    background: #fff;
    line-height: 50px;
    color: #656363;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.bottom-links a {
    padding: 0 25px;
    color: #656363;
}
.wrapper1 {
    display: block;
    width: 990px;
    margin: 0 auto;
}
.footer {
    width: 100%;
    height: 60px;
    /*background: #efefef;*/
    background: #c1ae8d;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    /*color: #656363;*/
    color: #39528a;
}











.withDashUnderLine
{
    border-bottom:1px dashed #cccccc;
}
.blackPoint_5px
{
    height: 5px;
    width: 5px;
    background:black;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.whitePoint_5px
{
    height: 5px;
    width: 5px;
    background:white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.redPoint_10px
{
    height: 5px;
    width: 5px;
    background:red;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}



.container {
    position: relative;
    width: 1061px;
    margin:0 auto;
}
.left {
    float: left;
    /*margin-right: 27px;*/
}
.left .survey1 {
    width: 300px;
    height: 560px;
    position: relative;
    top: -45px;
}
.survey1 .header1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*background: #3aadba;*/
    background: #39528a;
    color: #fff;
    font-size: 13px;
}
.survey1 .body1 {
    width: 100%;
    height: 550px;
    background: #f6fbfb;
    /*position: relative;*/
    /*top: -15px;*/
}
.survey1 .body1 .line.active {
    /*background-image: url(../../../images/arrow.png);*/
}
.survey1 .body1 .line {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e7ecec;
    color: #3aadba;
    font-size: 12px;
    line-height: 30px;
    /*background-image: url(../../../images/arrow2.png);*/
    background-repeat: no-repeat;
    background-position-x: 216px;
    background-position-y: center;
}
.survey1 .header1 p {
    padding-left: 17px;
}

.right2 {
    float: left;
    width: 685px;
}
.right2 .location {
    width:100%;
    height:48px;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 48px;
}
.right2 .location a {
    color:#6a6a6a;
}
.right2 .substance {
    width:100%;
    height:720px;
    background: #ffffff;
    border:1px solid #c2c2c2;
}
.right2 .substance .outer {
    padding:15px 20px 0 20px;
}

.right1 {
    float: left;
    width: 1040px;
    min-height:550px;
}
.right1 .location {
    width:100%;
    height:48px;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 48px;
}
.right1 .location a {
    color:#6a6a6a;
}
.right1 .substance {
    width:100%;
    height:720px;
    background: #ffffff;
    border:1px solid #c2c2c2;
}
.right1 .substance .outer {
    padding:15px 20px 0 20px;
}

.alinks{
    color:#3aadba;
}

.right1 .substance .title {
    margin-bottom: 18px;
    text-align: center;
    font-size: 18px;
    color: #6f6f6f;
    letter-spacing: 12px;
    font-weight: normal;
}

.right1 .substance .release-date {
    width:100%;
    height: 22px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    color:#6a6a6a;
    background: #efefef;
}

.right1 .substance .text p {
    line-height: 25px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #393939;
    text-indent: 26px;
}
.block .links .link {
    width:100%;
    margin-bottom: 8px;
    font-size: 12px;
    color: #454545;
    list-style: disc inside;
}

.block .links .link a {
    color: #000;
}

.block .links .link .date {
    float: right;
}

.articleBackground {
    position: relative;
    width: 90%;
    background: white;
    margin:0 auto;
}

.linkContainer {
    position: absolute;
    top: 115px;
    left: 865px;
    z-index: 100;
}
.linkTitle {
    width: 180px;
    background: #c1ae8d;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    position: relative;
    z-index: 110;
    color: #39528a;
    font-weight: bold;
}
.linkContainer:hover .linkItems {
    display: block;
}
.linkItems {
    display: none;
    background: #c1ae8d;
    position: relative;
    top: -10px;
    border-radius: 0 0 10px 10px;
}
.linkItem {
    width: 180px;
    margin-bottom: 10px;
    background: #c1ae8d;
    text-align: center;
    color: #39528a;
}

.test {
    width: 1061px;
    height: 118px;
    /*background: #c1ae8d;*/
    background: url(/publish/jgxy2021/pic/logo.jpg);
}