
/*左侧导航栏*/
.main .con .m-nav{
    width: 160px;
    margin-top: 40px;
    font-weight: bold;
}

.main .con .m-nav li{
    padding: 0;
    font-weight: bold;
}

.main .con .m-nav .sub-title{
    width: 180px;
    height: 54px;
    font-weight: bold;
    background-color: #43a8f0;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
}

.main .con .m-nav .sub-title:hover,.main .con .m-nav .current .sub-title  {
    background: #4562a2;
    font-weight: bold;
}

.main .con .m-nav .sub-title:hover,.main .con .m-nav .current .sub-title  {
    background: #4562a2;
    font-weight: bold;
}

.main .con .m-nav .sub-title.subTzzc{
    height: 65px;
}

.main .con .m-nav .sub-title.subTzzc a.long{
    line-height: 30px;
}

.main .con .m-nav .sub-title a{
    font-size: 17px;
    color: #fff;
    line-height: 54px;
    width: 92%;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    text-align: center;
}

.main .con .m-nav .sub-title a.long{
    width: 50%;
    line-height: 24px;
    margin-top: 4px;
}

.main .con .m-nav .sub-title:hover,.main .con .m-nav .current .sub-title  {
    background: #4562a2;
    font-weight: bold;
}

.main .con .m-nav .sub-list .sub-item{
    background-color: #fffcf8;
    width: 143px;
    height: 48px;
    font-weight: bold;
    border: 1px solid #c2ddec;
    border-radius: 0;
    margin: 0 auto 15px;
    font-size: 16px;
    display: table;
    color: #333;   
}

.main .con .m-nav .sub-title .open-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.main .con .m-nav .sub-title:hover,.main .con .m-nav .current .sub-title  {
    background: #4562a2;
    font-weight: bold;
}

.main .con .m-nav .sub-list  {
    transition: all .5s linear;
    overflow: hidden;
    width: 145px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.main .con .m-nav .sub-list .sub-item.current a span,.main .con .m-nav .sub-list .sub-item:hover a span{
    color: #3868b6;
}

.main .con .m-nav .sub-list .open{
    max-height: 200px;
}

.main .con .m-nav .sub-list .sub-item.current a{
    font-weight: bold;
    color: #43a8f0;
}

.main .con .m-nav .sub-list .sub-item a{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

.main .con .m-nav .sub-list .sub-item a span{
    font-weight: bold!important;
}

.main .con .m-nav .sub-list .sub-item a strong span{
    font-weight: bold!important;
}

.main .con .m-nav .sub-list .sub-item img{
    position: relative;
    top: -35px; 
    right: -60px;
    cursor: pointer;
}

/*右侧文章*/
.main .con .article{
    height: 669px;
    width: 1105px;
    margin-top: 22px;
    background: url("../images/kuang.png")no-repeat;
}

.main .con .article .content{
    width: 960px;
    margin: 40px auto 10px;
    padding-left: 10px;
}

.main .con .article .content .title{
    background: url("../images/zjgd-nrtitle.png")no-repeat center;
    margin: 20px auto;
}

.main .con .article .content .title h2{
    font-size: 30px;
    color: #2475c7;
    font-weight: bold;
    text-align: center;
}

.main .con .article .content h5{
    font-size: 24px;
    color: #2475c7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.main .con .article .content .wrapper {
    height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-top: 50px;
    padding-right: 10px;

}

.main .con .article .content .wrapper1 {
    height: 520px;
    margin-top: 0;
}

.main .con .article .content .wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.main .con .article .content .wrapper::-webkit-scrollbar {
  width: 5px;
}

.main .con .article .content .wrapper::-webkit-scrollbar-thumb {
    background-color: #1a45a7;
    border-radius: 5px;
}

.main .con .article .content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.main .con .article .content span{
    text-align: center;
    display: block;
    font-weight: bold;
}

.main .con .article .content p{
    line-height: 38px;
}

.main .con .article .content table {
    width: auto !important;
}

