* {
  color: #333;
}
html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  font-size: 18px;
}
a:hover {
  color: #2D95E7;
}
img {
  vertical-align: middle;
}
input,
button {
  border: 0;
  outline: none;
}
.hide-pc {
  display: none !important;
}
.min-w {
  min-width: 1200px;
}
.row {
  width: 1200px;
  margin: auto;
  position: relative;
}
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.tween {
  justify-content: space-between;
}
.flex.cols {
  flex-direction: column;
}
.head {
  padding: 20px 0;
}
.head .logo img {
  width: 400px;
}
.head .search .form {
  border: #efefef solid 1px;
}
.head .search .form img {
  padding-left: 5px;
}
.head .search .form button {
  width: 85px;
  height: 36px;
  background: #2D95E7;
  color: #fff;
}
.head .search .keys {
  padding-top: 10px;
}
.head .search .keys a {
  padding-left: 10px;
}
.navs {
  background: url(skin/navs-bg.png) center no-repeat;
}
.navs .row {
  height: 60px;
}
.navs .row a {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  display: block;
  text-align: center;
}
.navs .row li {
  position: relative;
  z-index: 100000;
  min-width: 150px;
}
.navs .row li ul {
  position: absolute;
  background: #0972C5;
  width: 150px;
  top: 60px;
  left: 50%;
  margin-left: -75px;
  display: none;
}
.navs .row li ul a {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.navs .row li ul li:hover {
  background: #2D95E7;
}
.navs .row li:hover,
.navs .row li.on {
  background: #0972C5;
}
.navs .row li:hover ul {
  display: block;
}
.news {
  background: url(skin/news-bg.jpg) center no-repeat;
  height: 440px;
}
.news .row {
  padding-top: 40px;
}
.news .hd {
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 10000;
}
.news .hd ul {
  width: 520px;
  justify-content: center;
  gap: 10px;
}
.news .hd ul li {
  font-size: 0;
  padding: 4px;
  background: #fff;
  border-radius: 10px;
}
.news .hd ul li.on {
  background: #0972C5;
}
.news .show {
  flex-direction: column;
}
.news .show img {
  width: 535px;
  height: 336px;
}
.news .show span {
  font-size: 18px;
  padding-top: 10px;
}
.news .info {
  flex: 1;
  padding-left: 70px;
}
.news .info a {
  display: block;
}
.news .info a:hover {
  color: #333;
}
.news .info .name span {
  font-size: 22px;
  font-weight: bold;
  border-bottom: #9FCEFF solid 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .info .text {
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
}
.news .info .link {
  text-align: right;
}
.news .info .link a {
  color: #2D95E7;
  font-size: 18px;
}
.part-1 {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
  margin: 40px 0;
}
.table .name {
  padding-bottom: 20px;
}
.table .name .titl {
  display: flex;
  align-items: center;
}
.table .name .titl span {
  font-size: 24px;
  font-weight: bold;
  color: #0972C5;
  margin-right: 20px;
}
.table .name .titl a {
  font-size: 18px;
  color: #2E6C9B;
}
.table .name .link {
  width: 211px;
  height: 52px;
  border-radius: 100px;
  background: #0972C5;
}
.table .name .link span {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}
.table .name .links .item {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100px;
  height: 52px;
  background: #0972C5;
}
.table .name .links .item:first-child {
  border-radius: 100px 0 0 100px;
  position: relative;
}
.table .name .links .item:first-child::after {
  content: '';
  height: 100%;
  background: #fff;
  width: 3px;
  transform: skew(-20deg);
  position: absolute;
  right: 0;
}
.table .name .links .item:last-child {
  border-radius: 0 100px 100px 0px;
}
.table .list {
  border: #DEE9F1 solid 1px;
  border-top: 0;
}
.table .list .thead {
  background: #E5EFF8;
  padding: 15px 0;
}
.table .list .thead .item {
  color: #0972C5;
  text-align: center;
}
.table .list .tdata {
  border-bottom: #DEE9F1 solid 1px;
  height: 60px;
  line-height: 60px;
}
.table .list .tdata .item {
  text-align: center;
}
.table .list .tdata .item:nth-child(3) {
  text-align: left;
  padding-left: 80px;
  align-items: center;
}
.table .list .tdata .item:nth-child(3) a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 510px;
  text-overflow: ellipsis;
}
.table .list .tdata .item:nth-child(3)::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100px;
  margin-right: 10px;
}
.table .list .item {
  font-size: 18px;
}
.table .list .item:nth-child(1) {
  width: 200px;
}
.table .list .item:nth-child(2) {
  width: 100px;
}
.table .list .item:nth-child(3) {
  flex: 1;
}
.table .list .item:nth-child(4) {
  width: 100px;
}
.table .list .star {
  gap: 3px;
}
.table .list .star span {
  width: 15.04px;
  height: 15px;
  background: url(skin/star.png);
}
.table:nth-child(1) {
  margin-bottom: 40px;
}
.part-2 {
  margin: 40px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
  padding: 20px;
}
.part-2 .tabs {
  padding: 20px;
  padding-left: 0;
  border-bottom: #ACC4D6 solid 1px;
}
.part-2 .tabs .item span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 40px;
  border-left: #D8D8D8 solid 1px;
  cursor: pointer;
  color: #2E6C9B;
}
.part-2 .tabs .item span:first-child {
  border: 0;
}
.part-2 .tabs .item span.on {
  color: #B02727;
}
.part-2 .tabs .link a {
  font-size: 20px;
  color: #2E6C9B;
}
.part-2 .cont {
  display: none;
  padding: 40px 0;
  gap: 40px;
  overflow: hidden;
}
.part-2 .cont .item {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 290px;
}
.part-2 .cont .item img {
  display: block;
  width: 125px;
  height: 125px;
  margin: auto;
}
.part-2 .cont .item span {
  width: 125px;
  margin: auto;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.part-2 .cont.on {
  display: flex;
}
.page {
  padding: 40px 0;
}
.page .urls {
  padding-bottom: 40px;
}
.page .inbox {
  align-items: flex-start;
}
.page .menu {
  width: 234px;
  margin-right: 10px;
}
.page .menu .name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 44px;
}
.page .menu .list li a {
  display: block;
  padding: 20px;
  padding-left: 40px;
  border-left: rgba(0, 0, 0, 0) solid 4px;
  font-weight: bold;
}
.page .menu .list li.on {
  border-left: #3f99fa solid 4px;
  background: #f7f7f7;
}
.page .menu .list li.on a {
  color: #3f99fa;
}
.page .cont {
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
  padding: 40px;
}
.page .cont .titl {
  text-align: center;
  font-size: 30px;
}
.page .cont .date {
  text-align: center;
  padding: 20px 0;
  border-bottom: #D8D8D8 solid 1px;
  margin-bottom: 20px;
}
.page .cont .html {
  text-align: justify;
  line-height: 32px;
}
.page .cont .link {
  padding-top: 40px;
}
.page .cont .link a {
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  background: #0972C5;
  display: block;
  margin: auto;
}
.page .cont.list-text {
  background: #f7f7f7;
}
.page .cont.list-text .list li {
  line-height: 60px;
  border-bottom: #999 dotted 1px;
}
.page .cont.list-imgs {
  background: #f7f7f7;
}
.page .cont.list-imgs .list li {
  margin-bottom: 40px;
}
.page .cont.list-imgs .list li a {
  background: #fff;
  padding: 10px;
  gap: 20px;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}
.page .cont.list-imgs .list li img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.page .cont.list-imgs .list li .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .cont.list-imgs .list li .info {
  flex: 1;
}
.page .cont.list-imgs .list li .text {
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.page .cont.list-imgs .list li .time {
  font-size: 14px;
}
.page .cont .form {
  width: 990px;
  margin: auto;
}
.page .cont .form .name {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #D8D8D8 solid 1px;
}
.page .cont .form .name span {
  flex: 1;
}
.page .cont .form .name a {
  color: #2D95E7;
}
.page .cont .form .list-form {
  padding: 0 80px;
}
.page .cont .form .list-form .item {
  gap: 20px;
  padding-bottom: 20px;
}
.page .cont .form .list-form .item .input,
.page .cont .form .list-form .item input[type="text"],
.page .cont .form .list-form .item select,
.page .cont .form .list-form .item textarea {
  flex: 1;
  border: #BFBFBF solid 1px;
  background: #FAFAFA;
  padding: 5px 10px;
}
.page .cont .form .list-form .item label {
  display: flex;
  align-items: center;
}
.page .cont .form .list-form .item input[type="checkbox"] {
  margin-right: 5px;
  transform: scale(1.2);
}
.page .cont .form .list-form .item input[type="radio"] {
  margin-right: 5px;
  transform: scale(1.2);
}
.page .cont .form .list-form .item label {
  margin-right: 10px;
}
.page .cont .form .list-form .item textarea {
  outline: none;
  height: 200px;
  resize: none;
}
.page .cont .form .list-form .item .upload {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
}
.page .cont .form .list-form .item .upload .list {
  height: 40px;
  flex: 1;
  line-height: 40px;
  text-indent: 10px;
  background: #FAFAFA;
  border: #BFBFBF solid 1px;
  border-radius: 5px;
}
.page .cont .form .list-form .item .upload .browse {
  width: 100px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #efefef;
  border-left: #BFBFBF solid 1px;
}
.page .cont .form .list-form .item .upload input[type=file] {
  padding: 0;
  border: 0;
}
.page .cont .form .list-form .text {
  padding-top: 20px;
}
.page .cont .form .list-form.span-w .item span {
  width: 150px;
  text-align: right;
}
.page .cont .form .list-form #submit {
  padding: 10px 0;
  width: 182px;
  text-align: center;
  margin: auto;
  color: #fff;
  background-color: #2D95E7;
  cursor: pointer;
  border-radius: 100px;
}
.page .cont .webuploader-pick {
  background: none;
  color: #333;
  height: 100%;
  display: block;
  padding: 0px;
}
.page .cont .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 10px;
}
.page .cont .pagination .active span {
  background: #0972C5;
  color: #fff;
  border: #0972C5 solid 1px;
}
.page .cont .pagination span,
.page .cont .pagination a {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  border: #999 solid 1px;
}
.foot .cont {
  background: #F0F0F0;
  padding: 40px 0;
}
.foot .cont .logo {
  width: 91px;
  margin-right: 30px;
}
.foot .cont .name {
  font-weight: bold;
  font-size: 22px;
}
.foot .code {
  gap: 30px;
}
.foot .code .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.foot .code .item img {
  width: 91px;
}
