html,body{width: 100%; height: 100%; min-width: 1300px;}
.center{text-align: center;}
.wrapper{height: 100%; position: relative;background-image: url(../images/bg.jpg); background-size: 100% 100%; background-repeat: no-repeat; /* background: url(../images/bg.jpg) no-repeat 0px 0px 100% 100%; */ padding-left: 12%; overflow: auto;}
.leftCenter{width: 12%; position: fixed; left: 0; top: 60px;}
.logo{width: 225px; max-width: 100%; height: auto;}
.nav{text-align: center; margin-top: 40px;}
.nav ul li{width: 97%; height: 55px; line-height: 55px; float: left;}
.nav ul li a{font-size: 22px; font-weight: bold; color: #FFFFFF;}
.nav ul li.active,.nav ul li:hover{background: #dcd6f9; border-right: 8px solid #FFFFFF; cursor: pointer;}
.nav ul li.active a,.nav ul li:hover a{color: #601986;}
.container{margin: 30px 30px 30px 0;}
.cont{background: #ffffff; border-radius: 30px; overflow: hidden; -moz-box-shadow: 2px 4px 15px #b088ff;
-webkit-box-shadow: 2px 4px 15px #b088ff; box-shadow:2px 4px 15px #b088ff;}
.cont h1{font-size: 36px; font-weight: bold; color: #601986; margin: 30px 0;}
/*列表搜索*/
.cont_search{height: 35px; line-height: 35px;}
.cont_search span{margin-right: 30px; color: #333333;}
.cont_search .search_select{width: 220px; height: 35px; padding: 0 10px; border-radius: 30px; border: 1px solid #999999;}
.cont_search .search_btn{width: 80px; height: 35px; background: #601986; color: #FFFFFF; border: 0; border-radius: 30px;}
/*列表*/
.cont_list{margin: 25px 35px; overflow: hidden;}
.cont_table{width: 100%; margin-bottom: 25px;}
.cont_table thead{background: #601986; height: 40px; line-height: 40px;}
.cont_table thead tr th{font-size: 18px; color: #FFFFFF;}
.cont_table tbody tr{height: 35px; line-height: 35px;}
.cont_table tbody tr:nth-child(even){background: #efe8f3;}
.cont_table tbody tr.cont_table_tr{background: #efe8f3;}
/*分页*/
.pages .page-sum{font-size: 14px;}
.pages .pageBtn{margin-left: 20px; font-size: 14px;}
.pages .pageBtn:last-of-type{margin-right: 20px;}
.pages .page-num{width: 40px; border: 1px solid #cccccc; padding-left: 10px; border-radius: 10px; font-size: 14px;}
.pages .page-btn{border: 0; padding: 0 10px; margin-left: 15px; border-radius: 10px; font-size: 14px; background: #601986; color: #FFFFFF; text-align: center;}
a:hover,.pages .page-btn:hover, .cont_search .search_btn:hover{cursor: pointer;}
.pages .page-num::-webkit-outer-spin-button,.pages .page-num::-webkit-inner-spin-button {-webkit-appearance: none;}
/*底部*/
.footer{margin-top: 20px; letter-spacing: 3px; text-shadow: 2px 4px 5px #909090;}
/*列表页*/
.cont_back{text-align: right;}
.cont_back .back_btn{width: 29px; height: 25px; background: url(../images/back.png) no-repeat center; display: inline-block;}
.cont_title{height: 40px; line-height: 40px; background: #601986; font-size: 20px; font-weight: bold; color: #FFFFFF; margin: 15px 0 30px;}
.cont_content{overflow: hidden;}
.cont_content .cont_item_wap{overflow: auto;}
.cont_content .cont_item{width: 25%; float: left; margin-bottom: 15px;}
.cont_content label{width: 110px; line-height: 28px; vertical-align: top; text-align: left; display: inline-block;}
.cont_content .cont_input{width: 50%; padding: 0 5px; height: 26px; line-height: 26px; border: 1px solid #979698;}
.cont_content .cont_select{width: 53%; padding: 0 5px; height: 28px; border: 1px solid #979698;}
.cont_content .cont_items{width: 100%; float: left; margin-bottom: 15px;}
.cont_content .cont_textarea{width: 87%; height: 260px; line-height: 26px; padding: 5px; border: 1px solid #979698; resize: none; text-align: left; display: inline-block; overflow: auto;}
/*列表页表格*/
.table_div{width: 100%; position: relative;}
.cont_list_table{width: 40%; margin-bottom: 25px;min-height: 240px;}
.cont_list_table thead tr th{color: #601986;border-top: 1px solid #979698;border-right: 1px solid #979698;line-height: 30px;background: #f2f2f2;}
.cont_list_table thead tr th:first-child{border-left: 1px solid #979698;}
.con_list_table2 thead tr th:first-child{border-left:none;}
/* .cont_list_table thead tr th:last-child{border-right: 1px solid #979698;} */
.cont_list_table .cont_list_tr{height: 35px; line-height: 26px; border-top: 1px solid #979698; border-left: 1px solid #979698;}
.cont_list_table .cont_list_tr:last-child{border-bottom: 1px solid #979698;}
.cont_list_table tr td,.cont_list_table tr td a{font-size: 14px; background-color: #F2F2F2;border-right: 1px solid #979698;}
.cont_list_table .detailBtn{cursor: pointer;}
.cont_list_table tr.active td{background-color: #fff;}
.cont_list_table tr.active td:nth-child(3){border-right: none;}
.cont_list_table tr td:last-child{border-right: 1px solid #979698;}
.cont_list_table .noData{height: 35px;border: 1px solid #979698;background: #fff;}
.con_list_table2{position: absolute; left: 40%; top: 0;width: 60%; border: none;}
.con_list_table2 .showContent{width: 100%;overflow: auto;}
/*.zxxw{display: none;}*/

@media (max-width:1600px) {
	.nav ul li a{font-size: 18px;}
	.cont h1{font-size: 30px; margin: 25px 0;}
	.cont_search .search_select{width: 200px;}
	.cont_table thead tr th{font-size: 16px;}
	.cont_title{font-size: 18px;}
}
@media (max-width:1300px) {
	.leftCenter{width: 150px; position: absolute;}
	.nav ul li{width: 100%;}
}