body{
    font-family: "Microsoft Yahei";
    background: url(../img/body.png) center top no-repeat #f5f5f5;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: auto;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border: 1px solid #efefef;
}
.contentBox{
    width:1200px;
    margin:auto;
}

.nav{
    height:90px;
    padding-left:210px;
    background:url("../img/logo.png") left center no-repeat;
}

.nav ul li{
    height:65px;
    float:left;
    overflow:hidden;
    margin-left:35px;
}

.nav ul li a{
    display: block;
    line-height:85px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    padding: 0 5px;
}

.nav ul li:hover{
    background:url("../img/li.png") repeat-x bottom center;
}
.login{
    padding-top:23px;
}
.login a{
    width: 75px;
    text-align: center;
    line-height:35px;
    border:1px solid #fff;
    border-radius:35px;
    padding: 0 15px;
    display: block;
    color: #fff;
    text-decoration:none;
    float: left;
    margin-left:15px;
}

.login a:hover{
    background:#fff;
    color:#0057c1;
}



.login form{width:210px;height:35px;border:1px solid #fff;border-radius:35px;float:left;}
.login form input[type='text']{font-family:"Microsoft YaHei";width:150px;height:35px;padding-left:5px;line-height:35px;font-size:14px;text-indent:10px;border:none;outline: none;background:none;color:#fff;}
.login form button{width:55px;height:35px;background: url(../img/btn.png) no-repeat center;border:none;outline: none;}

.login form input::-webkit-input-placeholder{
    color:#fff;
}

.header h2{
    font-size: 45px;
    line-height: 100px;
    color: #fff;
    padding-top: 30px;
    padding-left: 70px;
}

.header p{
    font-size:32px;
    color:#fff;
    padding-left:130px;
}

.menu ul{
    text-align:center;
    padding-top:40px;
}

.menu ul li{
    display:inline-block;
    width:165px;
    height:165px;
    margin:20px;
    background:#fff;
    box-shadow:1px 1px 7px 1px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.menu ul li a{
    color:#444;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
}
.menu ul li span{
    display:block;
    width:100%;
    height:120px;
}

.menu ul li.menu-1 span{background:url("../img/icon-1.png") center 40px no-repeat;}
.menu ul li.menu-2 span{background:url("../img/icon-2.png") center 40px no-repeat;}
.menu ul li.menu-3 span{background:url("../img/icon-3.png") center 40px no-repeat;}
.menu ul li.menu-4 span{background:url("../img/icon-4.png") center 40px no-repeat;}


.contentA{
    width:1200px;
    margin:auto;
    padding-bottom:30px;
    padding-top:25px;
    position: relative;
}

.categoryBox{
    width:190px;
    background-color:#fff;
    margin-right:10px;
    border:1px solid #eee;
    border-radius: 10px;
    overflow: hidden;

}
.scroll-content{
    height:595px;
	overflow-y: auto;
}

.categoryTitle {
    border-bottom: 1px solid #eee;
    position: relative;
    line-height:85px;
    height:85px;
    font-size: 26px;
    padding-left:30px;
    font-weight:bold;
}

.categoryTitle:before {
    content:"";
    width:5px;
    height:30px;
    background-color: #4976e8;
    position: absolute;
    left:15px;
    top:29px;
}

.scroll-content ul li {

    margin: 0 15px 0 10px;
    cursor: pointer;
    position: relative;
    line-height: 24px;
    word-break: break-word;
    background: url("../img/dian.png") 7px center no-repeat;
}
.scroll-content ul li a{
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 22px;
    color: #333;
    font-size: 14px;
}
.scroll-content ul li a:hover{
    color: #4976e8;
}
.scroll-content ul li.active a{color: #4976e8;}

.scroll-content ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: -0px;
    left: 0;
}

.zUIpanelScrollBox,.zUIpanelScrollBar{
    width:7px;
    top:4px;
    right:2px;
    border-radius:5px;

}
.zUIpanelScrollBox{
    background:black;opacity:0.1;
    filter:alpha(opacity=10);
    display:block !important;
}
.zUIpanelScrollBar{
    background:#358fff;opacity:0.8;
    filter:alpha(opacity=80);
    display:block !important;
}


.slideTxtBox {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    margin-left: 200px;
    border-radius: 10px;
    overflow: hidden;

}

.slideTxtBox .bd ul {
    padding-top:10px;
    zoom:1;
    min-height:225px;
    max-height:650px;
}

.slideTxtBox .bd li{
    position: relative;
    width:313px;
    height:205px;
    margin:0 5px 10px 5px;
    border:1px solid #f2f2f2;
    overflow:hidden;
    float:left;
    box-shadow:1px 3px 4px 0px rgba(193, 193, 193, 0.18);
}
.slideTxtBox .bd li a{
    text-decoration: none;
}

.slideTxtBox .bd li .cbox .pic {
    overflow: hidden;
    height: 162px;
}
.slideTxtBox .bd li .cbox .pic img {
    width:100%;
    transition: 0.5s;
}

.slideTxtBox .bd li .cbox .text {
    margin-top: 10px;
    position: relative;
}
.slideTxtBox .bd li .cbox .text .infor {
    width: 100%;
}

.slideTxtBox .bd li .cbox .text .infor p.p1 {
    color: #444;
    overflow: hidden;
    font-size: 16px;
    padding-left:20px;
    height: 25px;
    word-break: break-word;
    background: url("../img/dian.png") 9px center no-repeat;
}

.linkBox{
    padding:15px 20px;
    background: #fff;
    box-shadow: 1px 1px 7px 1px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:40px;
}

.linkBox ul li{
    float:left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.linkBox ul li a {
    font-size:16px;
    color: #666;
    text-decoration:none;
}

.linkBox ul li:first-child{
    color:#333;
    padding-right:0;
    font-size:20px;
    background:url("../img/link.png") left center no-repeat;
    padding-left:36px;
    font-weight: bold;
}




.footer {
    padding-top:30px;
    padding-bottom: 30px;
    line-height: 32px;
    background:#1465ca;

}
.footer p{
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color: #fff;
}
.footer p a{
    text-decoration: none;
    color:#fff;
}

/*二级*/
.categoryContent ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    width: 545px;
}


.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.categoryContent ul li a {
    width: 420px;
    height:65px;
    color: inherit;
    display: block;
    padding: 12px 30px 10px 100px;
    position: relative;
    text-decoration: none;
}

.date {
    width:60px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 5px;
}
.day{
    display: inline-block;
    font-size: 30px;
    color: #4976e8;
    width: 100%;
    position: relative;
    padding-bottom: 4px;
    margin-bottom:7px;
}
.year {
    font-size: 13px;
    color: #101010;
}
.day:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4976e8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infoTitle{
    font-size: 16px;
}
.infoBrief{
    font-size: 12px;
    line-height: 20px;
    color: #777;
    padding-top: 5px;
}

.content_left {
    width:220px;
    float:left;
    background-color: #fff;
}

.left_title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #2e4a94;
    padding: 20px;
}

.monitor_list {
    color: #5b5b5b;
}


.monitor_list>li {
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.monitor_list>li a{
    display: block;
    cursor: pointer;
    color: #5b5b5b;
    text-decoration: none;
}

.monitor_list>li a:hover{
    color:#333;
}

.content_right {
    width: 960px;
    min-height:295px;
    float:right;
    background-color:#fff;
    padding-bottom:30px;
    margin-bottom:30px;
}
.sub-title {
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding: 0 30px;
    color: #999;
    border-bottom: #ececec 1px solid;
    position: relative;

}

.sub-title>span {
    position: absolute;
    left: 30px;
    font-size: 18px;
    color: #333;
    border-bottom: #444 2px solid;
}

.sub-title a {
    text-align: right;
    color:#999;
    text-decoration: none;
}

.sub-title a:hover {
    color:#0b3b9d;
}
.elList {
    margin-top: -1px;
    padding: 0 30px;
    min-height:250px;
}
.sub-list li {
    height: 80px;
    line-height: 80px;
}
.elList>li {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee;
}
.elList>li>a {
    color: #3e3e3e;
    max-width: 800px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none;
}
.sub-list li span {
    float: right;
    color: #c5c5c5;
}


.page {text-align: center;margin-top: 20px;margin-bottom: 20px;font-size:14px;color: #666666;}
.page a {border: 1px solid #ccc;color: #727272;padding:5px;cursor: pointer;}
.page a:hover {color: #fff;text-decoration: none;background: #4976e8;border: 1px solid #4976e8;}
.title_info {
    width: 100%;
    color: #888;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}
.articlePage {    color: #555;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 2;
}
.articlePage h2 {    text-align: center;
    font-size: 27px;
    color: #4976e8;
    font-weight: normal;}
.articlePage > p img {display: block;margin:10px auto;cursor:pointer;}
.articlePage > p {font-family:"Microsoft YaHei"; padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    }
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: left; color:#666;padding: 10px;}
.articlePage table td p{text-indent: 0;text-align:left;font-family: "Microsoft YaHei";color: #666;}
.articlePage object{margin-left: -2em;}


.download-pic{
    display: block;
    width: 135px;
    height: 135px;
    background: url("../img/download.png") no-repeat center;
    position: absolute;
    top:30px;
    right:-155px;
}
