* {
    margin: 0;
    padding: 0;
}

.main {
    width: 67%;
    margin: auto;
    min-width: 1300px;
    height: 800px;
}

.main .bf-nav {
    height: 12px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin: 14px 18.4%;
}

.bf-nav>a {
    text-decoration: none;
    color: #999999;
}

.layui-tab {
    width: 63% !important;
    margin: 0 auto !important;
}

.txt {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    float: left;
    margin-bottom: 40px;
}

.center {
    width: 1px;
    height: 687px;
    background-color: rgba(203, 203, 203, .4);
    float: left;
    margin-left: 24px;
}

.txt h6 {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 37px;
    text-align: center;
}

.txt p {
	letter-spacing: 2px;
	text-indent: 2em; 
}
.goback{
  float: right;
  margin: 10px;
}
.txt p:nth-child(2) {
    /* text-indent: 2em; */
}

.right {
    width: 23%;
    height: 703px;
    float: right;
}

.right ul li {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}

.right ul li a{
    color: #1C73C5;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.right .title {
    width: 95.3%;
    height: 42px;
    background: #D09540;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    padding-left: 13px;
}

.table {
    width: 73% !important;
    float: left !important;
}

.layui-tab-title li {
    text-align: left !important;
    padding: 0 30px 0 0 !important;
    margin-right: 30px !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #D09540 !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #D09540 !important;
}

.layui-btn {
    border: 0 !important;
}

body {
    position: relative;
}

/* #tc {
    width: 100%;
    height: 1649px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1649px;
    text-align: center;
    display: none;
} */

#tanchaung {
    width: 600px;
    
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    

}

.top {
    width: 100%;
    margin: 42px auto 0;
    text-align: center;
    font-size: 18px;
    padding-bottom: 13px;
}

.top>p {
    margin: 0 auto;
    width: 90%;
    height: 43px;
    border-bottom: #d8d8d8 solid 1px;
}

.form1 {
    margin-top: 20px;
    margin-left: 20px;
}

.form1 table {}

.form1 table td {
    vertical-align: top;
    padding-top: 10px;
    text-align: left;
}

.form1 table td label {}

.form1 table td input {
    width: 509px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #d8d8d8;
}

.textarea {
    /* margin-left: 10px; */
    border: 1px solid #d8d8d8;
}

.form1 table td span {
    font-size: 10px;
    color: #959595;
}

.td1 {
    text-align: right;
}

.td1 label {
    padding-left: 40px;
    line-height: 42px;
}

.btn {
    text-align: center;
    padding-top: 20px;
}

.btn1 {
    width: 90px;
    height: 30px;
    border-radius: 8px;
    color: white;
    background-color: #f39907;
    border: none;
    cursor: pointer;
}

.form1 table td span {
    line-height: 40px;
}

.more {
	text-align: center;
	cursor: pointer;
}

/*#draftDecision, #jd, #pdfDiv, #pdFile, #zcdecode {*/
	/*margin-bottom: 25px;*/
	/*overflow-x: auto;*/
/*}*/

.layui-input, .layui-textarea {
    width: 94%!important;

}

.layui-layer-title {
	text-align: center;
}

.layui-layer-btn.layui-layer-btn-{
	text-align: center !important;
}

.layui-layer-btn .layui-layer-btn0 {
	text-align: center;
    width: 100px;
}

@media screen and (max-width:1200px){
	.main {
		min-width: 0px;
	}
	
	.main .bf-nav {
		margin: 14px 8.4%;
	}
	
	.layui-tab {
	 	width: 84% !important;
	}
	#tc {
		transform: scale(0.8);
    	transform-origin: left top;
	}

}