* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "PingFang SC","Microsoft Yahei",sans-serif;
}
a{
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
ul,ol{
    list-style: none;
}
ul, ol, dl {
    list-style-type: none;
}
input ,textarea{
    outline: none;
}
img {
    border: 0;
}
div {
    display: block;
}
a, b, div, i, img, span {
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
}

/* 顶部 */
.top {
    width: 100%;
    height: 180px;
    background:url(../images/topbg.jpg);
    background-repeat:no-repeat;
    background-position: center;
}
.header{
    width: 1200px;
    margin: 0 auto;
    height: 180px;
}
.logo {
    margin-top: 40px;
}
.header img {
    float: left;
}
.header .right {
    float: right;
    text-align: right;
}
.header .right .search {
    font-size: 0;
}
.header .right .search .button {
    width: 96px;
    height: 38px;
    background-color: #0955AD;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    text-align: left;
}
.header .right .search .button img {
    padding: 0 5px 0 20px;
    margin-top: 11px;
}
.header .right .search input {
    width: 220px;
    height: 38px;
    border: solid 1px #c2c2c2;
    outline: none;
    vertical-align: top;
    line-height: 38px;
    padding: 0 10px;
    font-size: 16px;
}
.header .right .tel {
    font-family: "Microsoft Yahei";
    padding: 45px 0 5px 0;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}
.header .right .tel .gray {
    color: #999999;
    font-style: oblique;
}
.header .right .tel .blue {
    color: #0955AD;
    font-style: oblique;
}
/* 导航 */
.headernav {
    background: #0955AD;
    height: 50px;
    width: 100%;
}
.headernav ul {
    width: 1200px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;

}
.headernav li {
    float: left;

}
.headernav li a{
    font-size: 18px;
    font-weight:600;
    width: 300px; 
    line-height: 50px;
    display: block;
    color: white;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.headernav li a:hover {
    background-color: #0E6DCD;
}
/* .headernav li a.active {
    background-color: #0E6DCD;
} */
.headernav .dropbtn {
    font-size: 18px;
    font-weight:600;
    width: 300px; 
    line-height: 50px;
    display: block;
    color: white;
    text-align: center;
    padding: 0;

}
.headernav .dropdown:hover {
    background-color: #0E6DCD;
}
.headernav ul .dropdown {
    display: inline-block;
    float: left;
    
}
.headernav ul .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0E6DCD;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    opacity: 0.9;
    z-index: 9;
    -webkit-transition: all .3s;
    transition: all .3s;

}
.headernav ul .dropdown-content a{
    font-size: 18px;
    font-weight:400;
    width: 300px; 
    line-height: 50px;
    display: block;
    color: white;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-content a:hover {
    background-color: #0854AC
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* 顶部图片 */
.topimg {
    width: 1200px;
    margin: 10px auto;
    height: 250px;
}
/* 内容 */
.container {
    width: 1200px;
    margin: 0 auto;

}
.conleft {
    width: 240px;
    height: auto;
    display: inline-block;


}
.conright {
    width: 955px;
    height: auto;
    display: inline-block;


}
/* 左边 */
.zixun {
    width: 240px;
    display: inline-block;
}
.zixun img{
    margin-bottom: 10px;
}
/* 通知公告 */
.tzgg {
    width: 240px;
    display: inline-block;
    border: #c2c2c2 1px solid;
    margin-bottom: 10px;
}
.tzgg .title{
    width: 100%;
    height: 45px;
    background-color: #0E6DCD;
    
}
.tzgg .title img{
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 3px;
}
.tzgg .title span{
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
}
.tzgg .box{
    width: 100%;
    height: 200px;
    background-color: #F0F9FE;
}
.tzgg .box p{
    text-indent: 2em;
    padding-top: 20px;
    margin: 0 auto;
    width: 200px;
    font-size: 16px;
    line-height: 30px;
    color: #333f;
}
/* 会员专区 */
.login {
    width: 240px;
    display: inline-block;
    border: #c2c2c2 1px solid;
    margin-bottom: 10px;
}
.login .title{
    width: 100%;
    height: 45px;
    background-color: #0E6DCD;
    
}
.login .title img{
    margin-left: 15px;
    margin-right: 8px;

}
.login .title span{
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
}
.login .box{
    width: 100%;
    height: auto;
    background-color: #FFF;
}
.loginform{
    width: 220px;
    margin: 10px auto;
}
.loginform input:focus{
    border: 1px solid #0E6DCD;
}
.loginuser{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    background-color: white;
    background-image: url(../images/user.png);
    background-position: 8px 8px; 
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
    margin-bottom: 5px;
}
.loginpassword{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    background-color: white;
    background-image: url(../images/password.png);
    background-position: 8px 8px; 
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
    margin-bottom: 5px;
}
.denglu{
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    background-color: #0E6DCD;
    background-image: url(../images/denglu.png);
    background-position: 5px 8px; 
    background-repeat: no-repeat;
    padding: 8px 20px 10px 45px;
    border: 0ch;
    cursor: pointer;
    margin-bottom: 5px;
}
.denglu:hover{
    color: #000;
    transition: color .3s;
}
.chongzhi{
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    background-color: #0E6DCD;
    background-image: url(../images/chongzhi.png);
    background-position: 5px 8px; 
    background-repeat: no-repeat;
    padding: 8px 20px 10px 45px;
    border: 0ch;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 5px;
}
.chongzhi:hover{
    color: #000;
    transition: color .3s;
}
.zhuce{
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    background-color: #0E6DCD;
    background-image: url(../images/zhuce.png);
    background-position: 5px 8px; 
    background-repeat: no-repeat;
    padding: 8px 20px 10px 45px;
    border: 0ch;
    cursor: pointer;
}
.zhuce:hover{
    color: #000;
    transition: color .3s;
}
.xiugai{
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    background-color: #0E6DCD;
    background-image: url(../images/xiugai.png);
    background-position: 5px 8px; 
    background-repeat: no-repeat;
    padding: 8px 0px 10px 25px;
    border: 0ch;
    cursor: pointer;
    margin-left: 15px;
}
.xiugai:hover{
    color: #000;
    transition: color .3s;
}
/* 右边 */
/* 财税要闻 */
.newsbox {
    width: 100%;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    overflow: hidden;
}
.newswarp {
    position: relative;
    display: inline-block;
    height: auto;
    width: 50%;
    padding-left: 15px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.newswarp .title {
    height: 45px;
    line-height: 40px;
    border-bottom: 3px solid #E6E6E6;
}
.newswarp .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 3px solid #0E6DCD;
}
.newswarp .title .text a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
}
.newswarp .list {
    width: 100%;
    padding: 3px 0;
}
.newswarp .list .item {
    height: 35px;
    line-height: 35px;

}
.newswarp .list .item .newstitle {
    display: inline-block;
    width: 88%;
    font-size: 16px;
    color: #333;
}
.newswarp .list .item .newstitle:hover {
    color: #0854AC;
}
.newswarp .list .item .newstitle::before {
    content: "·";
    font-size: 18px;
    padding-right: 5px;
    color: #0854AC;
}
.newswarp .list .item .time {
    display: inline-block;
    font-size: 16px;
    /* float: right; */
    color: #5c6066;
}
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 法规快递 */
.newswarp2 {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    padding-left: 15px;
}

.newswarp2 .title {
    height: 45px;
    line-height: 40px;
    border-bottom: 3px solid #E6E6E6;
}
.newswarp2 .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    border-bottom: 3px solid #0E6DCD;
}
.newswarp2 .title .text a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
}
.newswarp2 .list {
    width: 100%;
    padding: 3px 0;
}
.newswarp2 .list .item {
    height: 35px;
    line-height: 35px;

}
.newswarp2 .list .item .newstitle {
    display: inline-block;
    width: 94%;
    font-size: 16px;
    color: #333;
}
.newswarp2 .list .item .newstitle:hover {
    color: #0854AC;
}
.newswarp2 .list .item .newstitle::before {
    content: "·";
    font-size: 18px;
    padding-right: 5px;
    color: #0854AC;
}
.newswarp2 .list .item .time {
    display: inline-block;
    font-size: 16px;
    /* float: right; */
    color: #5c6066;
}
/* 相关链接 */
.link {
    width: 1200px;
    margin: 0 auto;
    border: #c2c2c2 1px solid;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.linkwarp {
    position: relative;
    display: inline-block;
    width: 100%;
}
.linkwarp .title {
    height: 55px;
    line-height: 45px;
    margin-top: -1px;
    border-top: 4px solid #0E6DCD;
    border-bottom: 1px solid #E6E6E6;
}
.linkwarp .title .text {
    position: relative;
    display: inline-block;
}
.linkwarp .title .text a {
    padding: 0 10px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
}
.linkwarp .title img{
    margin-left: 15px;
    margin-top: 3px;
}
.linkwarp .list {
    margin: 0 auto;
    width: 98%;
    height: auto;
    padding-top: 5px;
}
.linkwarp .list .item {
    float: left;
    width: 35%;
    padding: 0 0 0 5px;
}
.linkwarp .list .item:nth-child(3n) {
    float: left;
    width: 30%;
    padding: 0 0 0 5px;
}
.linkwarp .list .item .linktitle {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.linkwarp .list .item .linktitle:hover {
    color: #0854AC;
}
/* 底部 */
.blueline {
    width: 100%;
    height: 5px;
    background: #0955AD;
}
.footer {
    width: 100%;
    height: 150px;
    background: #0168B7;
    text-align: center;
    padding: 60px 0;
    font-size: 16px;
    box-sizing: border-box;
    border-top: 1px solid #FFF;

}
.footer span {
    display: inline-block;
    /* margin: 0 15px; */
    padding-right: 20px;
    color: #fff;
}
.footerlink {
    display: inline-block;
    margin: 0 auto;
    padding-right: 20px;
    padding: 0 20px;
}
.footerlink:nth-child(3) {
    padding-right: 0;
}
.footerlink a{
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.footerlink img{
    /* float: left; */
}
.footerlink p{
    display: inline-block;
    /* float: left; */
    height: 25px;
    line-height: 25px;
    color: #ffffff;
}

/* 关于我们 */
.aboutus {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
.aboutus .title {
    height: 45px;
    line-height: 43px;
    border-bottom: 3px solid #E6E6E6;
}
.aboutus .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
    border-bottom: 3px solid #0E6DCD;
}
.aboutus .info {
    width: 98%;
    margin: 0 auto;
}
.aboutus .info p {
    padding: 10px 0;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
/* 地图 */
.aboutus .map {
    width: 100%;
    margin: 20px auto;
}
.aboutus .map img{
    border: 1px solid #ccc;
}
/* 地址 */
.aboutus .contact {
    width: 100%;
    margin: 20px auto;
}
.aboutus .contact span{
    padding: 10px 0;
    font-size: 18px;
    color: #0854AC;
    line-height: 35px;
}
/* 新闻 */
.newscontainer {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: flex-start;
}
.newscontainer .menu{
    width: 240px;
    margin-right: 20px;

}
.newscontainer .listbox{
    width: 940px;

}
.newscontainer .menu .button{
    width: 240px;
    height: 60px;
    background: #E9F6FD;
    border: 1px solid #C6E5F6;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.newscontainer .menu .button:hover{
    background: #CCEBFB;
    border: 1px solid #89CAED;
}
.newscontainer .menu .active{
    background: #CCEBFB;
    border: 1px solid #89CAED;
}
.newscontainer .menu .button img{
    /* width: 25px;
    height: 25px; */
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 5px;
}
.newscontainer .menu .button span{
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    color: #0854AC;
}
.newscontainer .menu .button2{
    width: 240px;
    height: 50px;
    background: #E9EEF6;
    border: 1px solid #D5DEEE;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.newscontainer .menu .button2:hover{
    background: #CCEBFB;
    border: 1px solid #89CAED;
}
.newscontainer .menu .button2 span{
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: #333;
}
.newscontainer .menu .button2 span:hover{
    color: #0854AC;
}
.listbox .title {
    height: 45px;
    line-height: 43px;
    border-bottom: 3px solid #E6E6E6;
}
.listbox .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
    border-bottom: 3px solid #0E6DCD;
}
.listbox .list {
    width: 100%;
    padding: 10px 0;
}
.listbox .list .item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e5e5e5;
}
.listbox .list .item .newstitle {
    display: inline-block;
    width: 94%;
    font-size: 16px;
    color: #333;
}
.listbox .list .item .newstitle:hover {
    color: #0854AC;
}
.listbox .list .item .newstitle::before {
    content: "·";
    font-size: 18px;
    padding-right: 10px;
    color: #0854AC;
}
.listbox .list .item .time {
    display: inline-block;
    font-size: 16px;
    /* float: right; */
    color: #5c6066;
}
.listbox .pagination{
    width: 100%;
    height: 50px;
    background-color: #E9F6FD;
    text-align: center;
}
.listbox .pagination span{
    font-size: 16px;
    color: #0854AC;
    height: 50px;
    line-height: 50px;
}
.listbox .pagination span a{
    font-size: 16px;
    color: #0854AC;
    height: 50px;
    line-height: 50px;
    vertical-align:baseline;
}
.listbox .pagination input{
    width: 50px;
    height: 28px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0 5px;
}

/* 新闻内容 */
.newspage {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin: 20px auto;
}
.newspage .title {
    height: 45px;
    line-height: 43px;
    border-bottom: 3px solid #E6E6E6;
}
.newspage .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
    border-bottom: 3px solid #0E6DCD;
}
.newspage .newsinfo {
    width: 100%;
    margin: 0 auto;
}
.newspage .newsinfo .newstitle{
    width: 100%;
    margin: 0 auto;
    color: #0955AD;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.newspage .newsinfo .newstime{
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: -20px;
}
.newspage .newsinfo .newsmain{
    width: 98%;
    margin: 0 auto;
}
.newspage .newsinfo .newsmain p {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 35px;
}
.newspage .newsinfo .newsclose{
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background-color: #E9F6FD;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}
.newspage .newsinfo .newsclose a{
    line-height: 45px;
    color: #0955AD;
    font-size: 16px;
}
/* 财税周刊 */
/* .newslist {
    width: 100%;
    padding: 10px 0;
}
.newslist .item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e5e5e5;
}
 */
.newslist {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.newslist .item {
    width: 48%;
    height: 48px;
    line-height: 50px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 1%;
}
.newslist .item .newstitle {
    display: inline-block;
    width: 90%;
    font-size: 16px;
    color: #333;
}
.newslist .item .newstitle:hover {
    color: #0854AC;
}
.newslist .item .newstitle::before {
    content: "·";
    font-size: 18px;
    padding-right: 10px;
    color: #0854AC;
}
.newslist .item .time {
    display: inline-block;
    font-size: 16px;
    /* float: right; */
    color: #5c6066;
}
.newspage .pagination{
    width: 100%;
    height: 50px;
    background-color: #E9F6FD;
    text-align: center;
}
.newspage .pagination span{
    font-size: 16px;
    color: #0854AC;
    height: 50px;
    line-height: 50px;
}
.newspage .pagination span a{
    font-size: 16px;
    color: #0854AC;
    height: 50px;
    line-height: 50px;
    vertical-align:baseline;
}
.newspage .pagination input{
    width: 50px;
    height: 28px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0 5px;
}
/* 财税法规库 */
.newscontainer .cskmenu{
    width: 240px;
    margin-right: 20px;

}
.newscontainer .cskmenu .title{
    width: 240px;
    height: 80px;
    background: #0955AD;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.newscontainer .cskmenu .title span{
    font-size: 22px;
    font-weight: 700;
    line-height: 80px;
    color: #FFF;
}
.newscontainer .cskmenu .button{
    width: 240px;
    height: 60px;
    background: #E9F6FD;
    border: 1px solid #C6E5F6;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.newscontainer .cskmenu .button:hover{
    background: #CCEBFB;
    border: 1px solid #89CAED;
}

.newscontainer .cskmenu .button span{
    font-size: 22px;
    font-weight: 700;
    line-height: 58px;
    color: #0854AC;
}
.newscontainer .cskmenu .button2{
    width: 240px;
    height: 50px;
    background: #E9EEF6;
    border: 1px solid #D5DEEE;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.newscontainer .cskmenu .button2:hover{
    background: #CCEBFB;
    border: 1px solid #89CAED;
}
.newscontainer .cskmenu .button2 span{
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: #333;
}
.newscontainer .cskmenu .button2 span:hover{
    color: #0854AC;
}
/* 咨询台 */
.zxt {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
.zxt .title {
    height: 45px;
    line-height: 43px;
    border-bottom: 3px solid #E6E6E6;
}
.zxt .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
    border-bottom: 3px solid #0E6DCD;
}
.zxt .info {
    width: 600px;
    margin: 0 auto;
}
.zxt .info h3 {
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
.zxt .info h4 {
    padding: 10px 0;
    font-size: 18px;
    color: #FF0000;
    line-height: 40px;
    text-align: center;
}
.zxt .info p {
    padding: 10px 0;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
/* 会员注册 */
.hyzc {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
.hyzc .title {
    height: 45px;
    line-height: 43px;
    border-bottom: 3px solid #E6E6E6;
}
.hyzc .title .text {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 22px;
    color: #0854AC;
    border-bottom: 3px solid #0E6DCD;
}
.hyzc .info {
    width: 98%;
    margin: 0 auto;
}
.hyzc .info p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.hyzc .info .button{
    width: 100px;
    height: 30px;
    font-size: 16px;
    color: #FFF;
    background: #0955AD;
    border: 1px solid #000;
}
.b1{
    display: none;
}