html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.JournalEncyclopedia {
    width: 1200px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
}

.JournalEncyclopedia_L:nth-child(1) {
    border-top: 4px solid #E8302E;
    box-sizing: border-box;
}

.JournalEncyclopedia_L {
    width: 26%;
    height: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.JournalEncyclopedia_C {
    width: 45%;
    height: 100%;
    background-color: #FFFFFF;
}

.posiBav {
    position: relative;
}

.posiAbus {
    width: 560px;
    height: 470px;
    border: 1px solid #E8302E;
    right: -560px;
    top: -3px;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: none;
    z-index: 99999
}
.posiAbus > li{
	display: none;
}

.posiAbus_title {
    color: #E8302E;
    font-size: 16px;
    font-weight: 900;
    margin: 15px;
}

.posiAbus_list ul {
    display: flex;
    margin: 15px;
    align-items: center;
}

.posiAbus_list ul>li {
    width: 33%;
    color: #666666;
    font-size: 14px;
}

.posiAbus_list ul>li:hover {
    cursor: pointer;
    color: #FF3737
}

.posiAbus_list ul>li a:hover {
	font-weight:700;
    color: #FF3737;
}
.activeLi{
	 color: #FF3737 !important;
}
.title-list,
.educationalContent_list_R,
.educationalContent_list_img,
.title-list ul {
    display: flex;
    align-items: center;
}

.educationalContent_tou {
    width: 86%;
    height: 60px;
    line-height: 60px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.educationalContent_tou img {
    width: 18px;
    height: 18px;
}

.educationalContent_tou_p {
    color: #222222;
    font-size: 18px;
    font-weight: 900;
    margin: 0 10px;
}

.educationalContent_tou_Y {
    color: #CCCCCC;
    font-size: 14px;
    margin-top: 3px;
}

.educationalContent_title {
    color: #666666;
    font-size: 14px;
}

.activeHover {
    background-color: #E8302E !important;
}

.activeHover2 {
    background-color: #E8302E !important;
}

.educationalContent_title span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #AAAAAA;
    margin-right: 10px;
    font-size: 10px;
    border-radius: 50%;
}
.educationalContent_title a:hover {
    color: #FFFFFF;
}

.educationalContent_Date {
    color: #999999;
    font-size: 12px;
}

.educationalContent_box_hover {
    width: 86%;
    display: flex;
    height: 40px;
    line-height: 40px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.educationalContent_box {
    width: 100%;
}

.educationalContent_box:hover {
    background-color: #E8302E;
    color: #FFFFFF;
}


/* 左边期刊大全 */

.JournalEncyclopedia_all {
    width: 88%;
    height: 16px;
    line-height: 16px;
    margin: 15px auto;
    border-left: 4px solid #E8302E;
    text-indent: 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 900;
}

.JournalEncyclopedia_nav {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.JournalEncyclopedia_nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    background: url(../images/fang.png) 304px 0 repeat-y;
    background-repeat: no-repeat;
    background-position-y: center;
}

.JournalEncyclopedia_nav li>span {
    display: inline-block;
    width: 80%;
    letter-spacing: 1px;
    margin: 0 10%;
}

.JournalEncyclopedia_nav li:hover {
    background-color: #E8302E;
    color: #FFFFFF;
    cursor: pointer;
}

.JournalEncyclopedia_nav li a:hover {
    background-color: #E8302E;
    color: #FFFFFF;
}

.fa {
    position: absolute;
    right: -7px;
    top: 0
}

/* 期刊分页了面 */
.periodicalType{
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	}


	.pageBox {
	    width: 98%;
	    height: 90px;
	    position: relative;
	    margin: 0 auto;
	}
	
	.tableNumBox {
	    height: 90px;
	    position: absolute;
	    right: 0;
	    display: flex;
	    align-items: center;
	}
	
	.tableNumBox span{
		color:#999999;
	}
	
	.AllNum,
	.PageNum {
	    color: #999999;
	    font-size: 14px;
	    margin-right: 30px;
	}
	
	.NumBox {
	    display: flex;
	    align-items: center;
	}
	
	.NumBox span {
	    width: 50px;
	    height: 30px;
	    line-height: 30px;
	    color: #666666;
	    border: 1px solid #EEEEEE;
	    font-size: 16px;
	    text-align: center;
	    margin-right: 5px;
	    cursor: pointer;
	}
	
	.UpNum,
	.nextNum {
	    width: 56px;
	    height: 28px;
	    line-height: 28px;
	    color: #666666;
	    border: 1px solid #EEEEEE;
	    font-size: 14px;
	    text-align: center;
	    margin-right: 5px;
	    cursor: pointer;
	}
/* 下部 */

.list, .list2{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.list_title {
    width: 96%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2%;
    /* border-bottom: 1px solid #EEEEEE; */
}

.list_title span {
    display: inline;
    margin-left: 15px;
    font-weight: 900;
}

.list_title div:nth-child(1) {
    font-size: 16px;
    color: #222222;
    border-left: 4px solid #FF3737;
    width: 300px;
}

.list_title div:nth-child(2) {
    color: #AAAAAA;
    font-size: 14px;
    cursor: pointer;
}

.list_li {
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.list_li2{
	width: 94%;
	
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
.li_box {
    width: 145px;
    height: 220px;
    text-align: center;
    margin-right: 20px;
    box-sizing: border-box;
}
.li_box2{
	width: 145px;
	height: 220px;
	text-align: center;
	margin-right: 15px;
	box-sizing: border-box;
}
.li_box:hover ,.li_box2:hover{
    cursor: pointer;
    border: 1px solid #E8302E;
    box-sizing: border-box;
}

.li_box>div,.li_box>div {
    margin-top: 10px;
}

.li_box span ,.li_box2 span{
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #E8302E;
    padding: 2px;
    border-radius: 8px 0 8px 0;
}
.list_li2>.li_box2 {
	margin-top: 20px;
	}
.list_li img,.list_li2 img {
    width: 135px;
    height: 180px;
}

.list_li div ,.list_li2 div {
    color: #666666;
    font-size: 14px;
}


/* 详情 */

.JournalEncyclopedia_wrap_detail {
    width: 1200px;
    margin: 0 auto;
}

.JournalEncyclopedia_wrap_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.JournalEncyclopedia_wrap_title>span {
	font-weight:700;
}

.JournalEncyclopedia_wrap_introduce {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.JournalEncyclopedia_wrap_introduce_img {
    width: 220px;
    height: 293.3px;
    margin-top: 30px;
    margin-left: 34px;
}

.JournalEncyclopedia_wrap_introduceBox {
    width: 866px;
    margin-top: 30px;
    margin-right: 34px;
}

.JournalEncyclopedia_wrap_introduceTiletie {
    color: #333333;
    font-size: 16px;
    font-weight: 900;
}
.JournalEncyclopedia_wrap_introduceTiletie h1{
	font-size:18px;
}


.JournalEncyclopedia_wrap_introduceS {
    color: #666666;
    font-size: 14px;
    margin: 20px 0;
    text-indent: 3px;
    line-height: 25px;
}

.JournalEncyclopedia_wrap_introdceList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    line-height: 30px;
}

.JournalEncyclopedia_wrap_introdceList li {
    width: 33.33%;
    margin: 5px 0;
    color: #999999;
    font-size: 14px;
}

.JournalEncyclopedia_wrap_introdceAddress {
    height: 40px;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
}

.JournalEncyclopedia_wrap_introdceAddress>div {
    margin-right: 30px;
}

.introdceBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #E8302E;
    font-size: 12px;
    color: white;
    margin: 30px 0;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 25px;
}

.introdceBtn02 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F98C51;
    font-size: 12px;
    color: white;
    margin: 30px 0;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 25px;
}

.JournalEncyclopedia_wrap_tabB0x {
    margin-top: 40px;
    margin-bottom: 30px;
}

.JournalEncyclopedia_wrap_tabnav {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #E8302E;
}

.JournalEncyclopedia_wrap_tabnav>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.event_list_box {
    width: 100%;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.activeBav {
    background-color: #E8302E !important;
    color: white !important
}

.JournalEncyclopedia_wrap_tab {
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
}

.JournalCatalogue {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.JournalCatalogue_title {
    width: 94%;
    height: 21px;
    margin: 20px auto;
    border-left: 4px solid #FF3737;
    text-indent: 15px;
    color: #222222;
    font-size: 16px;
    font-weight: 900;
}

.JournalCatalogueDate {
    width: 260px;
}

.JournalCatalogueTable {
    width: 860px;
    margin-right: 40px;
    border: 1px solid #EEEEEE;
}


/* 投稿指南 */

.ContributionGuide,
.CustomerEvaluation {
    width: 96%;
    margin: 0 auto;
}

.ContributionGuide_title,
.CustomerEvaluation_title {
    height: 21px;
    margin: 20px auto;
    border-left: 4px solid #FF3737;
    text-indent: 15px;
    color: #222222;
    font-size: 16px;
}

.ContributionGuide_detail {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
	line-height:32px;
}

.textarea {
    width: 92%;
    height: 150px;
    background-color: #EEEEEE;
    margin: 0 3%;
    border: none;
    padding: 15px;
}

.CustomerEvaluation button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 30px 35px;
}

.CustomerEvaluation button:hover{
	font-weight:700;
    color: #E8302E;
    cursor: pointer;
    border: 1px solid #E8302E;
}

.CustomerEvaluation button>img {
    width: 14px;
    height: 16px;
}


/* 客户评价 */

.nav_box {
    display: none;
}


/* 时间轴 */

.event_list {
    width: 100%;
    float: right;
    background: url(../images/dian3.png) 31px 0 repeat-y;
    background-size: 0.2%;
    /* margin: 10px 0 20px 0; */
}

.event_list li {
    width: 100%;
    /* background: url('../images/jian.png') 27px -96px no-repeat; */
    position: relative;
    /*   margin-top: 10px; */
}

.dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CCCCCC;
    position: absolute;
    top: -11px;
    left: 29px;
}

.activedian {
    background: #E8302E !important;
}

.event_list li span {
    /* width: 127px; */
    text-align: right;
    display: block;
    float: left;
    margin-top: 10px;
}

.event_list li p {
    width: 220px;
    margin-left: 46px;
    display: inline-block;
    padding-left: 10px;
    /* background: url('../images/jian.png') -21px 0 no-repeat; */
    line-height: 25px;
    _float: left;
    /* border: 1px solid #EEEEEE; */
}

.event_list li p span {
    width: 100%;
    text-align: left;
    /* border-bottom: 2px solid #DDD; */
    /* padding: 10px 15px; */
    background: #FFF;
    margin: 0;
}

.year {
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #AAAAAA;
    border: 1px solid #eeeeee;
    margin-left: 47px;
    margin-top: -20px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.sanj {
    position: absolute;
    bottom: -6px;
    left: 43%;
}

.yearActive {
    color: #FFFFFF !important;
    background-color: #E8302E !important;
    border: none !important;
}

.event_list_box {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    background: #F5F5F5;
    margin-left: 46px;
    margin-top: 20px;
}

.event_list_Content {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #eeeeee;
    color: #666666;
    font-size: 12px;
    background-color: white;
    box-sizing: border-box;
}

.event_list_Content:hover {
    border: 1px solid #E8302E;
    color: #E8302E;
    cursor: pointer;
}

.event_list_ContentActive {
    border: 1px solid #E8302E;
    color: #E8302E;
    cursor: pointer;
}


/* 期刊目录 */

.JournalCatalogueTable_tou {
    height: 52px;
    width: 100%;
    /* border-bottom: 1px solid #EEEEEE; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.JournalCatalogueTable_tou div {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
}

.JournalCatalogueTable_tou button {
    border: 1px solid #EEEEEE;
    outline: none;
    color: #999999;
    font-size: 14px;
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 10px;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}

.JournalCatalogueTableBtnActive {
    border: 1px solid #E8302E !important;
    color: #E8302E !important;
    border-radius: 5px !important;
}

.catalogue {
    width: 95%;
    border-left: 4px solid #FF3737;
    height: 20px;
    text-indent: 15px;
    color: #222222;
    font-weight: 900;
    margin: 10px auto 20px;
}

.catalogue_list {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    color: #666666;
    text-align: left !important;
    box-sizing: border-box;
}

.catalogue_list:hover {
    border: 1px solid #E8302E;
    color: #E8302E;
    box-sizing: border-box;
    cursor: pointer;
}

.catalogue_list:nth-child(odd) {
    background-color: #EEEEEE !important;
}

.catalogue_list>li {
    background-color: none !important;
}

.catalogue_liL {
    width: 50% !important;
    text-align: left !important;
	padding-left: 10px !important;
	overflow:auto;
	height:20px;
}
.catalogue_liC {
    width: 25% !important;
    text-align: center;
	overflow:auto;
	height:20px;
}
.catalogue_liR {
    width: 25% !important;
	padding-right: 10px !important;
    text-align: right;
	overflow:auto;
	height:20px;
}

#flash {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#falsh img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#flash ul {
    position: absolute;
    right: 4%;
    bottom: 20px;
}

#flash ul li {
    float: left;
    width: 20px;
    height: 5px;
    background-color: #fff;
    margin-left: 10px;
    /* margin-top: 7px; */
    padding: 0;
}

#flash ul .li_first {
    background-color: #E8302E;
}

#flash .button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#flash .right {
    position: absolute;
    right: 10px;
    top: 80px;
}

#flash .left {
    position: absolute;
    left: 10px;
    top: 80px;
}

#flash .button span {
    font-size: xx-large;
    font-weight: 700;
    line-height: 50px;
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.citBtnShow,.citBtnShow2{
	display: none ;
}