<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body{ font-size:16px;font-family:"微软雅黑"; background-color:#f9f9f9;background: url("header_bg.jpg") no-repeat top #d9ebff; }
ul,ol,dl,li {list-style:none;}
img {border:0;}
a {text-decoration:none;color:#000}
a:hover { text-decoration:none;color:#000;}

#header{width:100%;height:1030px;margin:0;float:left;}
/*顶部导航*/
.header_com {height: 37px;border-bottom: 1px solid #eee;background-color: #f7f7f7;}
.header_com&gt;.header_main_com {width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;height: 40px;}
.header_com&gt;.header_main_com&gt;.logo_box_com img {display: block;width: 193px;height: 37px;}
.header_com&gt;.header_main_com&gt;.nav_com ul {display: flex;}
.nav_com {display: flex;justify-content: space-between;width: 1200px;}
.nav_com li a {font-size: 14px;color: #4F4F4F;margin-left:4px;}
/*专题导航*/
.nav{width:1100px;margin:0 auto;padding-top:920px;}
.nav ul {margin:0}
.nav ul li{height:25px;margin:0; text-align:left;padding:0 34px; font-size:18px; line-height:25px; color:#ffde78;float:left;  border-right: 1px solid #0be3e5}
.nav ul li:last-child{border-right: none}
.nav ul li a{color:#ffea78;}

#layer01{width: 100%;float: left;}
.zhuti{width: 1200px;margin: 0 auto;background: url("zhuti_bg.png") no-repeat;background-size: cover;height: 322px;}
.zhuti p{text-indent: 2.1em;font-size: 18px;line-height: 43px;letter-spacing: 0.13em;text-align: justify;font-weight: normal;padding: 30px 30px 0 140px;}

.gonggao{width: 1200px;margin: 40px auto;background: url("gonggao_bg.png") no-repeat;background-size: cover;height: 322px;}
.gonggao ul{margin: 0;padding: 30px 30px 0 140px;width: 86%;height: 190px;}
.gonggao ul li{line-height: 50px;font-size: 16px;border-bottom: 2px #5378ec dotted;}
.xz{width: 1170px;text-align: right;padding-top: 30px;padding-right: 30px;}

.up{width:1200px;margin: 40px auto;height: 117px;}
.up img{margin-left: 70px; float: left;}

.jiang{width: 1200px;margin: 40px auto;height: 690px;}
.liucheng{width: 1200px;margin: 40px auto;height: 293px;}

.fanwei{width: 1200px;margin: 40px auto;}
.title01{width: 100%; text-align: center}

.fanwei p{width: 100%;padding: 30px;text-indent: 2.1em;font-size: 18px;line-height: 43px;letter-spacing: 0.13em;text-align: justify;font-weight: normal;}

/**页脚内容**/
#footer{width:100%; background:#4553d9;padding:40px 0;clear: both;margin-top:30px; float:left;}
#footer p{ text-align:center; line-height:40px; color:#fff }
#footer p a{color:#fff }


/*列表页*/
.list_title{width: 100%;float: left;text-align: center;height: 100px;}
.list_title img{text-align: center;}
.list{width: 1200px;margin: 0 auto;clear: both;padding-top: 40px;}
.list ul{margin: 0; padding: 0;}
.list ul li{width: 226px; height: 240px;float: left;margin-left: 10px ;}
.list ul li img{width: 226px; height: 160px; margin: 0;object-fit:cover;object-position:center; }
.list ul li p{text-align: center; line-height: 25px;  }
.list ul li p a{color: #000; }
.page {width: 1200px;margin: 0 auto;text-align: center; clear: both;font-size: 14px;line-height: 28px;background: #E9E9E9;}


/*报名页*/
#app{width: 1140px;margin: 0 auto;padding: 30px;background-color: #EDE8E9;}
.el-form-item__label {color: black;font-size: 16px;}
.el-upload-list__item-name {color: black;}
.el-button--small{font-size: 16px;}

</pre></body></html>