.back_all{position:absolute;width:100%;height:100%;z-index:99;top:0;left:0;}
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
td, th {
    padding: 0;
    border: 0;
    display: table-cell;
}

.leftBox1{
    width: 875px;
    line-height: 0;
}
.sideBox{
    width: 425px;
}
.nav{
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
}
.nav .item{
    display: inline-block;
    position: relative;
}

.nav .left .item:hover{
    color: #005893;
}
/*在线刷题 & 网站导航*/
.nav .left .item .ewmImg {
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.nav .left .item .ewmImg .rightBox .p1{
    color: #30302f;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.nav .left .item .ewmImg .rightBox .p2{
    color: #005893;
    font-size: 14px;
    border: 1px solid #005893;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav .left .item .ewmImg img{
    height: 98px;
}
.nav .left .item .bottomBox {
    height: 0;
    overflow: hidden;
    position: absolute;z-index:999;
    top: 45px;
    left: 0;
    width: 299px;
    background-color: #fff;
    -webkit-transition: height .35s;
    -moz-transition: height .35s;
    -ms-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s;
}
.nav .left .item:hover .bottomBox {
    height: 119px;
}
.nav .left .item .bottomBox.navBox {
    width: auto;
    margin-left: -95px;
}
.nav .left .bottomBox .webNav{
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
    font-size: 14px;
}
.nav .left .bottomBox .webNav>ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.nav .left .bottomBox .webNav .column{
    line-height: 30px;
}
.nav .left .bottomBox .webNav .column .row{
    display: flex;
    justify-content: space-between;
    color: #7e7d7d;

}
.nav .left .bottomBox .webNav .column .t{
    color: #30302f;
    padding-left: 20px;
}
.nav .left .bottomBox .webNav .column a{
    text-align: left;
    color: #7e7d7d;
    padding: 0 20px;
}
.nav .left .bottomBox .webNav .column:nth-child(1) a{
    width: 75px;
}
.nav .left .bottomBox .webNav .column a:hover{
    color: #005893;
}
/*在线刷题 & 网站导航 --- end*/
.nav2 .logoBox{
    line-height: 39px;
    height: 39px;
    padding: 10px 0;
    font-size: 0;
}
.nav2 .logoBox img{
    display: inline-block;
    vertical-align: middle;
}
.nav2 .logoBox .bg{
    width: 133px;
}
.nav2 .logoBox .line_3{
    margin: 0 14px;
}
.nav2 .logoBox .cateT{
    color: #342c2a;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.nav2 .right{
    margin-top: 15px;
}
.nav2 .right .item{
    margin-left: 12px;
    font-size: 13px;
}
.nav2 .right .item.tel{
    color: #53c860;
    font-weight: bold;
}
.nav2 .right .icon{
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 3px;
}
.nav2 .right .icon1{
    background-image: url("../img/icon1.png");
}
.nav2 .right .icon2{
    background-image: url("../img/icon2.png");
}
.nav2 .right .icon3{
    background-image: url("../img/icon3.png");
}
.nav2 .right .icon4{
    background-image: url("../img/icon4.png");
}
.nav3{
    background-color: #005893;
}

.nav3 .item.active{
    background-color: #fff;
    color: #005893;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.nav3 .item{
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    margin-top: 2px;
    margin-right: 30px;
    display: inline-block;
}
.searchBox .wrapper{
    width: 744px;
    margin: 25px 0;
}
.searchBox .inputBox {
    width: 563px;
    height:35px;
    line-height: 35px;
    border: 1px solid #dad9d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.searchBox .inputBox .btn{
    width: 100px;
    text-align: center;
    background-color: #005893;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.searchBox .inputBox select{
    height: 100%;
    outline: none;
    border: none;
    width: 78px;
    border-right: 1px solid #dad9d9;
    background-color: #f7f7f7;
    color: #999998;
}
.searchBox .inputBox .selectBox{
    height: 100%;
    outline: none;
    border: none;
    width: 78px;
    border-right: 1px solid #dad9d9;
    background-color: #f7f7f7;
    color: #999998;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.searchBox .inputBox .selectBox button{
    line-height: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #999998;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
    position: relative;
}
.ms-choice>span {
    position: absolute;
    top: 0;
    right: 24px;
    left: 0;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ms-choice>div {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 15px;
    border-width: 6px;
    border-color: #9c9c9c transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}
.ms-drop {
    position: absolute;
    z-index: 18;
    display: none;
    overflow: hidden;
    min-width: 100%;
    margin-top: 3px;
    padding: 0;
    color: #000;
    border: 1px solid #d6d6d6;
    background: #fff;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.ms-drop ul {
    overflow: auto;
    *overflow-x: visible;
    *overflow-y: auto;
    min-height: 0;
    margin: 0;
}
.ms-drop ul>li {
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    position: static;
    display: list-item;
    margin-top: 1px;
    list-style: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
.ms-drop ul>li.ms-selected {
    background: #005893;
    color: #fff;
    margin: 0;
    width: 100%;
    *width: 83%;
    float: none;
}
.ms-drop ul>li label {
    font-weight: normal;
    display: block;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}
.ms-drop ul>li label input[type="radio"] {
    opacity: 0;
}
.ms-drop input[type='checkbox'], .ms-drop input[type='radio'] {
    vertical-align: middle;
    width: 0;
    height: 0;
}

.searchBox .inputBox input[type="text"]{
    width: 385px;
    height:35px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchBox .wrapper .btn2{
    color: #858583;
    font-size: 15px;
    height: 28px;
    width: 74px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #dad9d9;
    border-radius: 5px;
}
.ad a{
    display: block;
    margin: 20px auto;
    line-height: 0;
}
.ad a img{
    width: 100%;
}
.presentPos{
    padding: 35px 0 15px;
    font-size: 13px;
    color: #292929;
    text-align: left;
}
.presentPos li{
    display: inline-block;
}
.presentPos .first{
    color: #7d7e7d
}
.presentPos a{
    font-size: inherit;
    color: inherit;
}
.presentPos a:hover{
    text-decoration: underline;
}
.presentPos .first:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #005893;
    margin-right: 5px;
}
.presentPos ul.tabul a:after{
    content: '>';
    color: inherit;
    margin: 0 8px;
    display: inline-block;
}

.listWrapper .wrapper{
    align-items: flex-start;
}
.listWrapper .listBox{
    width: 875px;
    line-height: 0;
}
.listWrapper .sideBox{
    width: 400px;
}
.listWrapper .listBox .t3{
    margin-bottom: 20px;
}
.listWrapper .listBox .line_2{
    margin: 20px 0;
    width: 100%;
}
.listWrapper .listBox .hotList li{
    line-height: 40px;
    color: #292929;
    font-size: 14px;
}
.listWrapper .listBox .hotList li .hot {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #005893;
    color: #fff;
    font-size: inherit;
    margin-right: 5px;
}
.listWrapper .listBox .hotList li a{
    display: block;
    color: #292929;
    font-size: 14px;
    padding-right: 100px;
    position: relative;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.listWrapper .listBox .hotList li .date,.listWrapper .listBox .list_1 li .date{
    position: absolute;
    right: 0;
}
.listWrapper .listBox .list_1 li{
    line-height: 40px;
    color: #292929;
    font-size: 14px;
    display: flex;
}
.listWrapper .listBox .list_1 li a.t{
    color: inherit;
    padding-right: 100px;
    flex: 1 ;
    position: relative;
     overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;
}
.listWrapper .listBox .list_1 li .cate{
    color: #7d7e7d;
    margin-right: 5px;
}
.listWrapper .sideBox .box1{
    border: 1px solid #e5e6e5;
    padding-bottom: 34px;
    background-color: #fff;
}
.listWrapper .sideBox{
    text-align: center;
    position: relative;
}
.listWrapper .sideBox .bg{
    width: 100%;
}
.listWrapper .sideBox .logo{
    width: 119px;
    height: 119px;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.listWrapper .sideBox .name{
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.listWrapper .sideBox .txt{
    color: #7f7e7e;
    font-size: 14px;
    line-height: 26px;
}
.listWrapper .sideBox .btn{
    margin-top: 10px;
    background-color: #005893;
    display: inline-block;
    width: 174px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    cursor: pointer;
}

.listWrapper .sideBox .btn .icon-wechat{
    vertical-align: middle;
    margin-right: 10px;
}
.listWrapper .sideBox .ewm{
    position: absolute;
    top: 153px;
    right: 50%;
    margin-right: -55px;
    width: 110px;
    height: 110px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.listWrapper .sideBox .ewm.active{
    opacity: 1;
}
.listWrapper .sideBox .box2{
    border: 1px solid #e5e6e5;
    background-color: #f2fdfd;
    align-items: flex-start;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
.listWrapper .sideBox .box2.box3 .btn{
    background-color: #5cb0f8;
}
.listWrapper .sideBox .box2.box3{
    background-color: #f0f7fd;
}
.listWrapper .sideBox .box2 .center{
    flex: 1;
    text-align: left;
    margin-left: 24px;
}
.listWrapper .sideBox .box2 .center p{
    color: #7f7e7e;
    font-size: 14px;
}
.listWrapper .sideBox .box2 .center .t{
    margin-bottom: 10px;
    color: #292929;
    font-size: 18px;
    font-weight: bold;
}
.listWrapper .sideBox .box2 .btn{
    margin-top: 10px;
    background-color: #09d0d7;
    color: #ffffff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 100px;
}
.listWrapper .sideBox .box4{
    border: 1px solid #e5e6e5;
    padding: 0 20px 20px;
    margin-top: 20px;
}
.listWrapper .sideBox .box4 .t3{
    font-size: 14px;
    margin-bottom: 0;
}
.listWrapper .sideBox .box4 .t3 .leftT{
    line-height: 20px;
    padding: 10px 0 5px;
}
.listWrapper .sideBox .box4 .t3 .leftT .txt{
    color: #292929
}
.listWrapper .sideBox .box4 .list{
    padding: 10px 0;
}
.listWrapper .sideBox .box4 .list li a{
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    width: 100%;
}
.listWrapper .sideBox .box4 .list li a .num{
    color: #fff;
    font-size: 14px;
    background-color: #005893;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.listWrapper .sideBox .box4 .list li:nth-child(1) a .num{
    background-color: #ec4f46;
}
.listWrapper .sideBox .box4 .list li:nth-child(2) a .num{
    background-color: #f98039;
}
.listWrapper .sideBox .box4 .list li:nth-child(3) a .num{
    background-color: #fec24e;
}
.listWrapper .sideBox .box4 .list li a .txt{
    flex:1;
    color: #292929;
    text-align: left;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.listWrapper .sideBox .box4 .pic{
    margin-top: 10px;
    width:100%;
}
.listWrapper .sideBox .box7{
    background-color: #fff;
}
.listWrapper .sideBox .box7 .t3 .txt{
    color: #3f3f3f;
    font-size: 18px;
}
.listWrapper .sideBox .box7 .list li a .t{
    color: #8c8c8d;
    font-size: 14px;
}
.listWrapper .sideBox .box7 .list li a .t:after{
    content: '|';
    margin: 0 5px;
}
.mySwiper{
    font-size: 0;
}
.mySwiper .swiper-pagination{
    text-align: right;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mySwiper .swiper-pagination-bullet{
    background-color: #fff;
}
.mySwiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.articleDetail{
    width: 875px;
    overflow: hidden;
}
.articleDetail .articleT{
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin: 15px 0;
    letter-spacing: 2px;
}
.articleDetail .topBar {
    border-bottom: 1px solid #e2e4e3;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.articleDetail .topBar .left{
    color: #7d7e7d;
    font-size: 13px;
}
.articleDetail .topBar .left .date{
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #d5d5d5;
}
.articleDetail .topBar .right{
    font-size: 14px;
    color: #7d7e7d;
    line-height: 40px;
}
.articleDetail .topBar .right .icon{
    margin-left: 10px;
    vertical-align: middle;
}
.articleDetail .box1{
    margin-top: 20px;
    align-items: stretch;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.articleDetail .box1 .imgBox{
    line-height: 0;
    margin-right: 15px;
    width: 284px;
    height: 150px;
    overflow: hidden;
}
.articleDetail .box1 .right{
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.articleDetail .box1 li{
    color: #292929;
    font-size: 14px;
}
.articleDetail .box1 .right .tab{
    width: 100%;
    border: 1px solid #e4e2e2;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.articleDetail .box1 .right .tab li{
    width: 25%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.articleDetail .box1 .right .tab li{
    border-right: 1px solid #e4e2e2;
    font-size: 16px;
}

.articleDetail .box1 .right .list{
    width: 100%;
    font-size: 0;
}
.articleDetail .box1 .right .list li{
    display: inline-block;
    width: 50%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.articleDetail .box1 .right .list li a{
    width: 100%;
    display: inline-block;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.articleDetail .content {
    margin-top: 30px;
}
.articleDetail .mobilecontent {
    display: none;opacity: 0;
}
.articleDetail .content p,.articleDetail .mobilecontent p{
    font-size: 15px;
    color: #292929;
    line-height: 32px;
    margin-bottom: 16px;
    /* text-indent: 30px; */
}
.articleDetail .content img,.articleDetail .mobilecontent img{
    display: inline-table;
    max-width: 100%;
    max-height: 100%;
}
.articleDetail .otherArticle{
    border-top: 1px solid #e2e4e3;
    padding: 20px 0;
}
.articleDetail .otherArticle p{
    width: 100%;
    color: #292929;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    line-height: 30px;
    height: 30px;
}
.articleDetail .otherArticle p a{
    display: inline-block;
    color: #666565;
    font-weight: normal;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    vertical-align: middle;
}
.articleDetail .adBox .ad{
    position: relative;
}
.articleDetail .adBox .ad .bg{
    width: 436px;
}
.articleDetail .adBox .ad .flexBox{
    position: absolute;
    justify-content: flex-start;
    padding: 10px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.articleDetail .adBox .ad .ewm{
    width: 108px;
    height: 108px;
    margin-right: 10px;
}
.articleDetail .adBox .ad{
    line-height: 25px;

}
.articleDetail .adBox .ad .p1{
    color: #5e5c5c;
    font-size: 14px;
}
.articleDetail .adBox .ad .p2{
    margin-top: 5px;
    color: #ffffff;
    background-color: #005893;
    padding: 0 6px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 14px;
}
.articleDetail .declare{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 40px;
    background-color: #f8f8f8;
    color: #a1a0a0;
    font-size: 13px;
    line-height: 30px;
}
.locClassify{
    padding: 18px 0;
    border-bottom: 1px solid #e2e4e3;
}
.locClassify li{
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    display: inline-block;
    margin-right: 25px;
}
.locClassify li.active{
    border: 1px solid #005893;
    color: #005893;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.teacher{
    display: block;
    font-size: 0;
    text-align: center;
    position: relative;
}
.teacher{
    display: block;
    font-size: 0;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.teacher:hover{
    position: relative;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    box-shadow: 0 1px 20px 6px rgba(0,0,0,.05);
    color: initial!important;
}
.teacher .imgBox{
    overflow: hidden;
}
.teacher .imgBox{
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    width: 100%;
}
.teacher .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.teacher .txtBox{
    background: #fff;
    padding: 100% 20px 15px;
    height:150px;overflow: hidden;
}
.teacher p{
    color: #8a8a8b;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
}
.teacher span{
    color: #3f3f3f
}
.teacher .name{
    -webkit-transition: width .65s;
    -moz-transition: width .65s;
    -ms-transition: width .65s;
    -o-transition: width .65s;
    transition: width .65s;
    /*width: 60px;*/
    background: transparent;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #3f3f3f;
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: bold;
}
.myCard .content {
    padding-left: 15px;
}
.myCard p{
    text-align: left;
}
.myCard{
    background-color: #fff;
    margin: 15px 0;
    padding: 10px 15px 20px 0;
}

.nav3 .item:hover{
    font-weight: bold;
}

.searchBox .wrapper .btn2:hover{
    border-color: #005893;
    color: #005893;
}
.gjgwy_01 .countDownBox .list li:hover{
    border-color: #005893;
    color: #005893;
}
.gjgwy_01 .right .list2 a:hover,.gjgwy_01 .center .item h3 a:hover,.gjgwy_01 .center .item .t:hover,.gjgwy_01 .right .list li a .txt:hover,.listWrapper .sideBox .box4 .list li a .txt:hover,
.articleDetail .otherArticle p a:hover{
    color: #005893;
}
.gjgwy_01 .center .item h3 a:hover{
    text-decoration: underline;
}
.listWrapper .sideBox .btn span ,.articleDetail .topBar .right .icon{
    -webkit-transition: transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out;
    -ms-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}
.listWrapper .sideBox .btn:hover span,.articleDetail .topBar .right .icon:hover{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.listWrapper .sideBox .box7 .list li a .t:hover{
    color: #005893;
    text-decoration: underline;
}

/*移动端*/
@media screen and (max-width: 768px) {
    .articleDetail .content img, .articleDetail .mobilecontent img{
        display: block;
        max-width: 100%;
        height: auto !important;
    }
}

.oneline{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}