﻿@font-face{
	font-family:HarmonyOS;
	src:url("../font/HarmonyOS_Sans_Medium.ttf");		
}
@font-face{
	font-family:AlibabaPuHuiTi;
	src:url("../font/AlibabaPuHuiTi-3-85-Bold.ttf");		
}

body {
    font-family: HarmonyOS,Microsoft YaHei,Arial;
	/*background-image: url('background.jpg');*/
	background-size: cover; /* 背景图片覆盖整个元素 */
	background-repeat: no-repeat; /* 背景图片不重复 */
	background-position: repeat; /* 背景图片居中 */
    background-color: #f0f0f0;
    padding: 20px;
}

.container {
    max-width: 100%;
	min-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.search-box {
    text-align: center;
    margin-bottom: 20px;
}

.search-box input[type="text"] {
    padding: 10px;
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-box input[type="submit"] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

table {
    width: 100%;
    border-collapse: collapse;
	font-family:AlibabaPuHuiTi,Microsoft YaHei,Arial;
}

th, td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
	
}
th.l1 {
	width:18%;

}
th.l2 {
	width:46%;
	/* padding: 5px 40px; */
    /* margin: 0 5px; */
}
th.l3 {
	width:9%;
}
th.l4 {
	width:9%;
}
th.l5 {
	width:9%;
}
th.l6 {
	width:9%;
}
th.l7 {
	width:1%;

}
th.l8 {
	width:7%;
}

th {
    background-color: #333;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"], textarea {
    padding: 10px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.softtitle {
	width:100%;
	text-align: left;
/* 	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;   */
 
}

.softtitle a {
      cursor: pointer;
	  
	  font-size:16px;
	  color:#000;
     text-decoration: none;
	 

    }
.softjianjie {
  width:100%;
  font-size:14px;
  text-align: left;
  font-family:HarmonyOS,Microsoft YaHei,Arial;
}
.houtailie {
  width:120px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}

.foot {
    text-align: center;
	max-width: 100%;
	min-width: 1200px;
    margin: 0 auto;
    background-color: white;
	margin-top: 5px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tagbox {
    text-align: left;
    margin:10px 5px 10px 5px;
	font-size:18px;
}

.tagbox a {
    padding: 3px 3px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.topnav {
    text-align: center;
    margin:auto;
	font-size:18px;
}
.hang{
	height:80px;
}

.logotd{
	height:80px;
	width:80px;
	margin-top: 0px;
    padding: 5px;
	
	
}
.logotd  img {
  border-radius: 15px; /* 设置圆角半径为10px */
  max-height: 100%;
  width:80px;
  border: 2px solid #ccc;
  display: block;
}