*{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,a:hover,a:focus,a:active{
    text-decoration: none;
    color: #333333;
}
/*@media (min-width: 1200px) {*/
	.paper > h4 {
        font-size: 18px;
        color: #282828;
        height: 42px;
        line-height: 42px;
        /*font-weight: bold;*/
        /*text-indent: 1.4em;*/
        border-bottom: solid 2px #556450;
        /*padding-bottom: 7px;*/
        margin-bottom:8px;
    }
    .articles{
    	width: 100%;
    }
    .articles>div{
    	width: 95%;
    	text-align: center;
    	border-top: solid 1px #eee;
    	border-bottom: solid 1px #eee;
    	padding: 30px 0;
    	margin: 20px auto;
    }
    .articles>div span.tijiao{
    	font-size: 24px;
    	color: #556450;
    	cursor: pointer;
    	
    }
    .lunwenMethod{
    	width: 79%;
    	margin: 25px auto;
    }
    .lunwenMethod p{
    	margin-bottom: 20px;
    	position: relative;
    }
    .lunwenMethod p span{
    	font-size: 14px;
    	color: #212121;
    	width: 110px;
    	vertical-align: middle;
    	margin-right: 16px;
    }
    .lunwenMethod p span.zhaiyao{
    	vertical-align: top;
    }
    .lunwenMethod p input{
    	width: 288px;
    	height: 33px;
    	border: solid 1px #e2e2e2;
    	outline: none;
    }
    .lunwenMethod p input[type="file"]{
    	/*display: none;*/
    	z-index: -2;
    	position: absolute;
    	top: 6px;
    	left: 60px;;
    	
    }
    .lunwenMethod p textarea{
    	width: 418px;
    	height: 134px;
    	border: solid 1px #e2e2e2;
    	resize: none;
    	outline: none;
    }
    .lunwenMethod p span.upload_name{
    	margin-left: 6px;
    }
    .upload_name a{
    	color: #556450;
    }
    .lunwenMethod p a.upload{
    	display: inline-block;
    	font-size: 14px;
    	color: #556450;
    	width: 288px;
    	height: 40px;
    	border: solid 1px #e2e2e2;
    	text-align: center;
    	line-height: 40px;
    	cursor: pointer;
  
    }
    .upload_name{
    	margin-left: 4px;
    }
    .upload_name a:hover{
    	color: #556450;
    }
    .lunwenMethod p button{
    	width: 82px;
    	height: 34px;
    	background-color: #556450;
    	color: #fff;
    	outline: none;
    	border: none;
    	cursor: pointer;
    	border-radius: 4px;
    	/*margin-left: 72px;*/
    }
    body .demo-class2{
    	min-width: 250px;
    }
     
    body .demo-class {
    	min-width: 400px;
    }
    body .demo-class .layui-layer-setwin,body .demo-class1 .layui-layer-setwin,body .demo-class2 .layui-layer-setwin{
    	top:10px
    }
    body .demo-class .layui-layer-title,body .demo-class1 .layui-layer-title,body .demo-class2 .layui-layer-title{
    	background:#556450;
    	color:#fff; 
    	height: 36px;
    	line-height: 36px;
    	
  
    }
    body .demo-class .layui-layer-close,body .demo-class .layui-layer-close{
    	color: #fff;
    }
    body .demo-class .layui-layer-btn0,body .demo-class1 .layui-layer-btn0,body .demo-class2 .layui-layer-btn0{
    	background-color: #556450;
    	border: none;
    }
    body .demo-class1 .layui-layer-btn{
    	text-align: center;
    }
    body .demo-class1 .layui-layer-content{
    	font-size: 24px;
    	text-align: center;
    }
    
    
/*}*/