@CHARSET "UTF-8";



.periodicals{
    /* padding: 10px; */
    width: 100%;
    overflow: auto;    
}

.periodicals > .title{
	width: calc(100% - 12px);
    height: 20px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.periodicals > .title.sub{
    border-left: 2px solid rgb(200,200,200);
}
.periodicals > .text{
    width: calc(100% - 20px);
    padding: 10px;
    line-height: 25px;
    margin-bottom: 20px;
    background-color: rgb(250,250,250);
    border-radius: 5px;
}
.periodicals > .text > div{
    font-weight: bold;
    margin: 5px 0 5px 0px;
}
.periodicals > .comment{
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}	

.periodicals > .top_img{
	width: 100%;    
	overflow: auto;
}
.periodicals > .top_img > .left{
	width: 200px;	
	float: left;
	text-align: center;	
}
.periodicals > .top_img > .left > img{
    max-width: calc(100% - 2px);
    max-height:200px;
    border: 1px solid rgb(220,220,220);
}
.periodicals > .top_img > .right{
	width: calc(100% - 200px);
	float: left;
}
.periodicals > .top_img > .right > .row{
    width: 100%;
    min-width: 30px;
    overflow: auto;
    height: 30px;
    border-bottom: 1px solid rgb(240,240,240);
    line-height: 30px;
}
.periodicals > .top_img > .right > .row:last-child{
	border-bottom: 0px;	
}
.periodicals > .top_img > .right > .row.big{
	height: auto;
}
.periodicals > .top_img > .right > .row > .title{
	width: 100px;
	float: left;
	color: rgb(0,131,212);
}
.periodicals > .top_img > .right > .row > .text{
	width: calc(100% - 100px);
	float: left;
    text-align: justify;	
}
.periodicals > .top_img > .right > .row > .text > span{
	font-weight: bold;
}
.periodicals > .text_box{
    width: calc(100% - 20px);
    padding: 10px;
    line-height: 20px;
    margin-bottom: 20px;
    background-color: rgb(250,250,250);
    border-radius: 5px;
}
.periodicals > .text_box > .title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* font-weight: bold; */
	color: rgb(0,131,212);
}
.periodicals > .text_box > .text{
    width: 100%;
    border-bottom: 1px dotted rgb(220,220,220);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.periodicals > .text_box > .text:last-child{    
    border-bottom: 0px;
}
.periodicals > .text_box > .text > .row{
    width: 100%;
    overflow: auto;	
    margin: 10px 0;    
}
.periodicals > .text_box > .text > .row > .left{
    /* width: 65px;
    float: left;
    padding-left: 15px; */
    
    float: left;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}
.periodicals > .text_box > .text > .row > .right{
    /* width: calc(100% - 80px);
    float: left;	
    text-align: justify;     */
    
    width: calc(100% - 20px);
    float: left;
    padding: 0px 10px 0px 10px;
    text-align: justify;
}
.periodicals > .text_box > .text > .row > .right > .table > table{
	min-width: 300px;
}
.periodicals > .rule{
    padding: 10px;
    background-color: rgb(250,250,250);
    margin-bottom: 10px;
}
.periodicals > .rule > .title{
    font-weight: bold;
    height: 25px;
}
.periodicals > .rule > .text{
    line-height: 25px;
    text-align: justify;    	
}
.periodicals > div.table > table > thead > tr > th.num{
	width : 100px;
}
.periodicals > div.table > table > thead > tr > th.title{
	
}
.periodicals > div.table > table > thead > tr > th.date{
	width : 100px;
}
.periodicals > div.table > table > thead > tr > th.hit{
	width : 100px;
}

.periodicals > div.table > table > tbody > tr > td.title{
	text-align: left;
}

.periodicals > form > .search{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.periodicals > form > .search > *{
	float: left;
}
.periodicals > form > .search > .title{
    width: 60px;
    height: 100%;    
    text-align: center;	
}
.periodicals > form > .search > select{
    width: 100px;
    height: 100%;	
}
.periodicals > form > .search > input[type=text],.periodicals > form > .search > input[type=search]{
	width: calc(100% - 120px - 100px - 100px);
	height: 100%;
}
.periodicals > form > .search > input[type=button] ,.periodicals > form > .search > input[type=submit]{
	width: 100px;
	height: 100%;
	border-radius: 0px;
}

.journal_detail{
	
}
.journal_detail > .title{
    width: 100%;
    line-height: 30px;
    font-size: 14px;	
    margin-top: 10px;    
}
.journal_detail > .date{
    width: 100%;
    line-height: 20px;
    color: rgb(150,150,150);   
}
.journal_detail > .file{
    width: 100%;
	color: rgb(150,150,150);
	line-height: 20px;   
}
.journal_detail > .file > a{
    color: rgb(0,131,212);
}
.journal_detail > .file > span{
    margin: 0px 3px;
    font-size: 10px;	
}
.journal_detail > .file > span.cnt{
    color: rgb(211,103,126);
}
.journal_detail > .group{
    line-height: 30px;
    background-color: rgb(74,187,237);
    color: white;
    text-align: center;
    margin-top: 10px;
}
.journal_detail > .item{
    line-height: 30px;
    border-bottom: 1px solid rgb(240,240,240);
}
.journal_detail > .item > a{
	text-decoration: none;
}
.journal_detail > .item > a:hover{
	text-decoration: underline;
}
.journal_detail > .btns{
	width: 100%;
	height: 30px;
	margin: 30px 0 30px 0;
	text-align: right;
}
.journal_detail > .btns > input.btn{
	width: 100px;
	height: 100%;
}
.journal_detail img{
	max-width: 100%;
}



.paper_editor{
	padding: 10px 0 10px 0;
}
.paper_editor > .btns{
	width: 100%;
	height: 30px;	
    text-align: center;
    margin-top: 10px;	
}
.paper_editor > .btns > input{
	width: 100px;
	height: 100%;
}
