.ml20{margin-left: 20px;}

.mainPage{
    background-color: #fff !important;
}
.banner{
    margin: 10px 0;
}
.mian{
    display: flex
}
/* tab栏部分 */
.firstMenu{
    position: relative;
}
.firstMenu:hover .secondMenu{
    display: block;
}
.secondMenu{
    position: absolute;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 11111;
}
.secondMenu li{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    color: #6C000A;
    cursor:default;
}
.secondMenu li:last-child{
    border-bottom:none
}
.secondMenu li:hover{
    background: #6C000A;
    color: #fff
}
.secondMenu li a{
    width: 100%;
    height: 100%;
    padding: 15px 0;
    background: #fff;
    color: #6C000A;
    cursor: pointer;
    margin: 0;
    border: none;
}
.secondMenu li a:hover{
    background: #6C000A;
    color: #fff
}
.thirdMenu{
    position: relative;
    top: -50px;
    left: 100%;
    width: 100%;
    display: none;
    z-index: 11111;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.secondMenu li:hover{
    height: 50px;
}
.secondMenu li:hover .thirdMenu{
    display: block;
}
/* 左侧内容 */
.main_left{
    width: 240px;
    color: #333
}
.main_left .title{
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    color: #6C000A;
    border-bottom: 1px solid #6C000A;
    height: 50px;
    line-height: 50px;
}
.main_left .introduct {
    /*margin-bottom: 15px;*/
    height: 230px;
}
.main_left .introduct .introd_item{
    padding: 10px 15px;
    overflow: hidden;
}
.main_left .ul{
    margin: 0;
    height: 210px;;
}
.main_left .introd_item ul li{
    border-top: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
}
.main_left .introd_item .introd_list li:first-child{
    border-top: none;
}
.search{
    position: relative;
}
.search input{
    width: 100%;
    height: 46px;
    padding-right: 40px;
    border: 1px solid #8F363E;
    font-size: 16px;
    text-indent: 20px;
}
.search .iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #8F363E;
    cursor: pointer;
}
.nav{
    margin-top: 10px;
}
.nav .navItem li{
    height: 50px;
    line-height: 50px;
    background-color: #F8F2F3;
    border-bottom: 1px solid #ddd;
    /*padding-left: 23%;*/
    text-align: center;
}
.nav .navItem li a{
    color: #333;
}
.nav_active{
    color: #6C000A;
    border-bottom: 1px solid #850C17 !important
}
.nav .navItem li.nav_active a{
    color: #6C000A;
}
.ksnav{
    border:1px solid #ddd;
    border-top:none;
    margin-top: 15px;
}
.mobule{
    display: flex;
    flex-wrap: wrap;
}
.mobule li{
    width: 60px;
    font-size: 14px;
    margin:10px 0px 10px 15px;
}
.mobule li span{
    color: #333;
}
.views{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #F8F2F3;
    margin-bottom: 100px;
    padding-left: 50px;
    position: relative;
    margin-top: 20px;
    color: #8F363E
}
.views i {
    font-size: 36px;
    position: absolute;
    top:0;
    left :10px
}
.views .num{
    margin-left: 40px;
}
/* 右侧内容 */
.main_right{
    margin: 0 0 0 20px;
    flex:1
}
.main_right .title{
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    color: #6C000A;
    border-bottom: 1px solid #6C000A;
    height: 50px;
    line-height: 50px;
}
/* 校园一角 */
.introduct{
    display: flex;
    margin-top: 15px;
}
.introd_item{
    padding: 0 15px;
    flex:1;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;

}
.item_title{
    width: 100%;
    font-size: 20px;
    font-family: Bold;
    text-align: center;
    margin-top: 30px;
}
.item_title a{
    color: #333;
}
.introd_w{
    margin-top: 20px;
    text-indent: 4ex;
    line-height: 25px;
}
.introd_w span{
    color: red
}
.introd_list{
    margin-top: 10px;
}
.introd_list li{
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    border-top: 1px dashed #ddd
}
.introd_list li a{
    color: #333;
}
.introduct img{
    display: inline-block;
    width: 300px;
    height: 230px;
}
/* 公告模块 */
.info_module{
    display: flex;
    flex-wrap: wrap;
}
.module_list{
    width: 450px;
    border:1px solid #ddd;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 14px;

}
.info_module ul:nth-child(odd){
    margin-right: 20px;
}
.module_list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd
}

.module_list li:first-child{
    border-bottom: 1px solid #ddd
}
.module_list li a{
    color: #333;
}
.module_list li i.rq{
    color: #333;
}
.list_title{
    font-size: 16px;
    color: #3F82FC;
    border-bottom: 2px solid #3F82FC
}
.list_more{
    color: #6C000A
}
.module_list li:last-child{
    border-bottom: none
}
.list_title .iconfont{
    font-size: 18px;
    margin-right: 5px;
}
.org_color{
    color: #FE5D3D;
    border-bottom: 2px solid #FE5D3D
}
.gre_color{
    color: #05A85C;
    border-bottom: 2px solid #05A85C
}
/* 分类资源 */
.resource{
    margin-top: 10px;
}
.res_title{
    background-color: #F8F2F3;
    padding: 0 10px;
    font-size: 14px
}
.res_title div,.res_title span{
    display: inline-block;
    margin: 10px 0;
    padding: 7px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.res_hover{
    background-color: #8F363E;
    color: #fff
}
.res_module{
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
}
.res_module li{
    width: 100px;
    text-align: center;
    margin: 15px;
}
.res_module li span{
    display: inline-block;
    height: 45px;
}
/* 友情链接 */
.links{
    height: 50px;
    line-height: 50px;
    background-color: #F8F2F3;
    margin-top: 15px;
    padding:0 15px;
    display: flex
}
.link_item{
    flex: 1;
}
.link_item select{
    width: 170px;
    height: 32px;
    margin-right: 18px;
    margin-left: 10px;
}

.oa-login{
    height: 192px!important;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.oa-login span{
	position: absolute;
    color: #fff;
    padding: 5px 13px;
    text-align: center;
    /*font-weight: bold;*/
	font-family: Microsoft YaHei;
}
.oa-login img{
	height: 190px;
}
.oa-login form{
    margin: 0 auto;
}
.oa-login form p{
    padding: 20px 0;
}
.oa-login form label{
    width: 75px;
    float: left;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.oa-login form input{
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #ddd ;
    padding: 5px;
}
.oa-login .login-btn {
    margin-top: 15px;
    width: 100%;
    padding: 0;
    background-color: #a22126;
    color: #fff;
    border: 1px solid #a22126 ;
    cursor: pointer;
}

.margin-bottom5{
    margin-bottom: 5px;
}
.left-friend-link{
    margin: 10px 0;
}
.left-friend-link a{
    width: 300px;
}
.left-friend-link img{
    width: 300px;
}

.main embed{
    height: 75px;
    width: 880px;
    margin-top: 7px;
}

/*sy_zt*/
.sy_zt{width:880px; height:118px; background:#f0efef; margin:10px auto 0;}
.sy_zt_t{width:51px; height:118px; background:#1b5c00; color:#fff; font-family:"微软雅黑"; font-size:24px; float:left; text-align:center; vertical-align:middle; writing-mode:lr-tb; line-height:56px;}

/*走马灯*/
.blk_18 {overflow:hidden;zoom:1;width: 880px; margin:0 auto;}
.blk_18 .pcont {width:880px;float: left;overflow: hidden;padding-left:2px; margin:0 0 0 1px;}
.blk_18 .ScrCont {width:32766px;zoom: 1;margin-left: -1px;}
.blk_18 #List1_1, .blk_18 #List2_1 {float: left;}

.blk_18 .LeftBotton, .blk_18 .RightBotton {width:31px;height: 74px;float: left;}
.blk_18 .pl{display: block;height:101px;width:170px;_height:170px;cursor:pointer;margin:9px 6px 8px;float: left;text-align: center;}
.blk_18 .pl img {width:170px; height:101px;}
.blk_18 a.pl:hover {border:1px solid #0d0909;color:#FBDF8B;text-decoration:none;}

.channel_module{ margin-top: 15px;}
.channel_module a { width: 880px; height: 65px; display: block;}
.channel_module img{ width: 880px; height: 65px;}

/*期刊*/
.main_left .qikan_news{height: 765px;}
.main_left .qikan_news .introd_item{padding: 0 10px;}

.main_right .qikan_main_list{width: 940px;display: flex;flex-wrap: wrap;}
.main_right .qikan_main_list li{width: 220px; height: 330px; margin-top: 20px;}
.main_right .qikan_main_list li a{width: 220px; text-align: center; display: block;}
.main_right .qikan_main_list li img{width: 220px; height: 300px;}