/* 意向提交 */
.liuxue {
  margin-bottom: 80px;
  font-size: 12px;
}
.liuxue option {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
.liuxue table {
  margin: 0 auto;
  /* font-size: 14px; */
  width: 80%;
  margin-bottom: 20px;
}
.liuxue td {
  text-align: center;
}
.liuxue input {
  width: 228px;
}
.liuxue .i1 {
  width: 50px;
  text-align: center;
}
.liuxue .i2 {
  width: 62px;
}
.liuxue button {
  height: 30px;
  width: 80px;
  border-radius: 15px;
  margin-left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #132e50;
  /* font-size: 14px; */
}
/* 澳联新闻开始 */
.newsContent .box_2 {
  width: 95%;

  border: 1px solid #ccc;
  margin: 10px auto;
  padding: 10px;
  margin-bottom: 80px;
}
.newsContent .box_2 .item {
  width: 100%;
  margin-bottom: 10px;
}
.newsContent .box_2 .item .fl {
  width: 40%;
}
.newsContent .box_2 .item .fl img {
  width: 100%;
  height: auto;
}
.newsContent .box_2 .item .fr {
  width: 55%;
}
.newsContent .box_2 .item .p1 {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsContent .box_2 .item .p1 a {
  /* color: #f0ac07; */
  color: #132e50;
}
.newsContent .box_2 .item .p2 {
  font-size: 12px;
  margin: 4px 0;
  color: #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContent .box_2 .item .p3 {
  font-size: 10px;
}
/* 澳联新闻结束 */
/* 新闻详情开始 */
.newsdetails {
  margin-bottom: 80px;
}
.newsdetails .box_2 {
  padding: 10px;
  width: 95%;
  margin: 10px auto;
  border: 1px solid #ccc;
  word-wrap: break-word;
}
.newsdetails .box_2 .d1 .p1 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.newsdetails .box_2 .d1 .p2 {
  font-size: 10px;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.newsdetails .box_2 .d2 {
  padding: 15px 0;
  font-size: 12px;
}
.newsdetails .box_2 .d2 img {
  width: 100%;
  height: auto;
}
.newsdetails .plq_title {
  width: 106.5%;
  margin-left: -10px;
  background-color: #f2f2f2;
  height: 30px;
}
.newsdetails .plq_title span:first-child {
  margin-top: 5px;
  display: inline-block;
}
.newsdetails .plq_title span:last-child {
  color: #ccc;
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
}
.newsdetails .plq_title .fr {
  margin-top: 5px;
  color: #379be9;
}
.newsdetails .plq_input {
  height: 50px;
  margin: 10px;
  width: 100%;
}
.newsdetails .plq_input textarea {
  font-size: 12px;
  resize: none;
  display: inline-block;
  width: 70%;
  height: 100%;
  outline: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.newsdetails .plq_input button {
  display: inline-block;
  position: absolute;
  width: 17%;
  height: 50px;
  color: #fff;
  background-color: #379be9;
  font-size: 14px;
  text-align: center;
}
.newsdetails .plq_input button:active {
  background-color: #1d7ac2;
}
.newsdetails .plu_all {
  height: 30px;
  border-bottom: 1px solid #ccc;
  margin: 20px;
}
/* 新闻详情结束 */
/* 联系我们开始 */
.contactus {
  width: 100%;
  margin-bottom: 80px;
}
.contactus .box_2 {
  margin-top: 15px;
}
/* 详情 */
.contactus .contactus_details {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 20px;
}.contactus .contactus_details ul li {
  margin-top: 30px;
  float: left;
  display: flex;
  width: 51%;
  height: 80px;
}
.contactus .contactus_details li:nth-child(1),
.contactus .contactus_details li:nth-child(3),
.contactus .contactus_details li:nth-child(5) {
  width: 49%;
}
.contactus .contactus_details li .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background-image: url("../../images/contactus_hy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.contactus .contactus_details li .icon1 {
  background-image: url("../../images/contactus_dz.png");
}
.contactus .contactus_details li .icon2,
.contactus .contactus_details li .icon3 {
  background-image: url("../../images/contactus_dh.png");
}

.contactus .contactus_details li .text {
  padding-left: 10px;
  width: 60%;
}
.contactus .contactus_details li .text .p1 {
	font-size: 12px;
  color: #000;
  font-weight: 700;
}
.contactus .contactus_details li .text .p2 {
  color: #5a5a5a;
  overflow-wrap: break-word;
}
/* 表单 */
.contactus .contactus_form {
  width: 90%;
  border: 1px solid #999;
  margin: 0 auto 80px;
}
.contactus .contactus_form .form_box {
  width: 100%;
  padding: 20px 18px 0;
}

.contactus .contactus_form input {
  width: 100%;
  height: 30px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.contactus .contactus_form button {
  width: 50%;
  height: 36px;
  color: #01585a;
  background-color: #eee;
  border: 1px solid #01585a;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 50%;
}
.contactus .contactus_form button:hover {
  background-color: #01585a;
  color: #fff;
}
.contactus .box_4 span {
  color: red !important;
  display: inline-block;
  margin-left: 4px;
}
/* 联系我们结束 */

/* 友情链接页面开始 */
.links {
  width: 90%;
  margin: 20px auto 118px;
}
.links table {
  width: 100%;
  margin-bottom: 20px;
}
.links table caption {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.links table td {
  border: 1px solid #ccc;
  height: 50px;
  width: 25%;
  text-align: center;
}
.links table td:hover {
  background-color: #01585a;
}
.links table td:hover a {
  color: #fff;
}
.links table a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
/* 友情链接页面结束 */


/* 网站地图开始 */
.websitemap {
  width: 95%;
  margin: 25px auto 125px;
}
.websitemap table td {
  width: 23.75%;
  height: 55px;
  text-align: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.websitemap table tr:first-child td {
  border-top: 1px solid #000;
}
.websitemap table tr td:last-child {
  border-right: 1px solid #000;
}
.websitemap table td h4 {
  font-weight: 700;
  padding: 0 10px;
  line-height: 30px;
  font-size: 15px;
}
.websitemap table td a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.websitemap table td a:hover {
  color: #fff;
  background-color: #01585a;
}
/* 网站地图结束 */

/* 客户反馈开始 */
.serviceEvaluete {
  width: 90%;
  margin: 0 auto;
  /* background-color: #ccc; */
}
.serviceEvaluete .item {
  margin-top: 40px;

  position: relative;
}
.serviceEvaluete span {
  color: #f00;
  font-size: 26px;
  position: absolute;
  top: -4px;
}
.serviceEvaluete h4 {
  font-weight: 700;
  /* display: inline-block; */
  font-size: 16px;
  color: #333;
  margin-left: 15px;
}
.serviceEvaluete .textarea {
  width: 100%;
  height: 70px;
  margin: 10px auto;
}
.serviceEvaluete textarea {
  width: 100%;
  height: 100%;
  margin: 10px auto;
  border: 0;
  outline: none;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  resize: none;
}

.serviceEvaluete .btn {
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 42px;
  text-align: center;
  padding-top: 10px;
  color: #01585a;
  border-radius: 21px;
  border: 1px solid #01585a;
  margin: 0 auto;
}
.serviceEvaluete .btn:hover {
  background-color: #01585a;
  color: #fff;
  border: 0;
}
.serviceEvaluete .star_list {
  width: 220px;
  display: block;
  /* border: 1px solid #01585A; */
  margin: 30px auto 0;
}
.serviceEvaluete .star .fr {
  width: 534px;
  height: 45px;
}
.serviceEvaluete .star li {
  display: inline-block;
  height: 40px;
  width: 40px;

  background-image: url("../../images/star.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.serviceEvaluete .star .li_active {
  background-image: url("../../images/star_active.png");
  background-size: 108%;
}
/* 客户反馈结束 */

/* 招聘信息开始 */
.recruit-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit-title .recruit-title-left{
	width: 245px;
	margin-left: 20px;
	padding-right: 5px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.recruit-title .recruit-title-left h2{
	margin-bottom: 10px;
	font-size: 14px;
}
.recruit-title .recruit-title-left span{
	border-radius: 50px;
	background-color: #C8ECEC;
	padding: 0 20px;
	color: #01585A;
}
.recruit-title .recruit-title-left p:last-child{
    color: #0d797a;
    font-size: 13px;
	margin-top: 12px;
}
.recruit-title .recruit-title-left span:last-child{
	margin-left: 10px;
}
.recruit-title .recruit-title-right{
	text-align: center;
	width: 75px;
	color: #999;
	margin-right: 10px;
	margin-top: 10px;
}
.recruit {
  width:90%;
  margin: 20px auto 125px;
}
.recruit_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
}
/* 每一条内容 */
.recruit_box .item {
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  padding: 20px 0;
}
/* input元素父容器 */
.recruit_box .item .i_left {
  width: 40px;
  height: 100px;

  display: inline-block;
}
.recruit_box .item .i_left input {
  width: 20px;
  height: 20px;
}
/* 中间部分 */
.recruit_box .item .i_center {
  width: 100%;
  height: 100px;
  display: inline-block;
}
.recruit_box .item .i_center .center_t,
.recruit_box .item .i_center .center_b {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
}
/* 中间上部分 */
.recruit_box .item .i_center .center_t p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.recruit_box .item .i_center .center_t span {
  display: inline-block;
  height: 18px;
  margin-left: 30px;
  padding: 0 30px;
  color: #01585a;
  font-weight: 700;
  background-color: #c8ecec;
  border-radius: 10px;
  font-size: 10px;
  line-height: 18px;
}
/* 中间下部分 */
.recruit_box .item .i_center .center_b {
  color: #0d797a;
  font-size: 14px;
}
/* 右侧 */
.recruit_box .item .i_right {
  width: 220px;
  height: 100px;
  line-height: 80px;
  font-size: 16px;
  color: #999;
}
.recruit_box .item .i_right span {
  margin-left: 30px;
  font-size: 20px;
}
/* 详情 */
.recruit_box .hiden_desc {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #000;
  margin-top: 20px;
  position: relative;
  padding: 0 10px 15px 10px;
  z-index: 10;
  display: none;
}

.recruit_box .hiden_desc h4 {
  margin: 30px 0 20px;
  font-size: 16px;
  font-weight: 700;
}
.recruit_box .hiden_desc p {
  margin: 8px 0px;
  line-height: 28px;
}
.recruit_box .hiden_desc button {
  width: 120px;
  height: 40px;
  background-color: red;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
  outline: none;
  display: block;
  border: 0;
  margin: 15px auto ;
}
/* 招聘信息结束 */

/* 学校新闻 */
.tzgg-box{
	width: 95%;
	margin: 10px auto;
}
.tzgg-list{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.tzgg-list p{
	color: #333;
	line-height: 20px;
	margin-top: 5px;
}
.tzgg-title{
	display: flex;
	justify-content: space-between;
}
.tzgg-title img{
	width: 168px;
	height: 98px;
}
.tzgg-title div{
	margin-left: 15px;
	position: relative;
}
.tzgg-title div p{
	color: #999;
	position: absolute;
	bottom: 0;
}
.tzgg-title div h1{
	color: #333;
	font-size: 15px;
}
/* 学校新闻 */