* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 30px;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.major_logo {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.major_logo>div {
  width: 1200px;
}

article {
  width: 1200px;
  margin: 0 auto;
  align-items: flex-start !important;
  min-width: 1200px;
}

article>section {
  margin: 0;
}

article .left_box {
  width: 840px;
}

article .left_box .majorsearch {
  width: 840px;
  height: auto;
  padding: 35px 50px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

article .left_box .majorsearch>div {
  width: 100%;
  height: 50px;
  position: relative;
}

article .left_box .majorsearch input {
  width: 560px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  padding-left: 47px;
}

article .left_box .majorsearch .j_searchButton {
  width: 160px;
  height: 50px;
  background-color: #ff234d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

article .left_box .majorsearch img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

article .right_box {
  width: 330px;
}

article .left_box .tab_box {
  height: 70px;
  background-color: #ffffff;
  border-bottom: 1px solid #ff234d;
  padding-top: 10px;
  align-items: flex-start;
  overflow: hidden;
}
article .left_box .tab_box.fixed{
  position: fixed;
  top: 40px;
  z-index: 10;
}
article .left_box .tab {
  width: 120px;
  height: 50px;
  border-left: 1px solid #f2f2f2;
  flex-shrink: 0;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}

article .left_box .all {
  width: 80px;
  height: 50px;
}

article .left_box .tab.long {
  width: 140px;
}

article .left_box .tab:hover {
  font-weight: 700;
}

article .left_box .tab.active {
  height: 60px;
  background-color: #ff234d;
  border-radius: 4px 4px 0px 0px;
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 700;
}

article .left_box .all_major {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
}

article .left_box .part {
  margin-bottom: 35px;
}

article .left_box .part:last-child {
  margin-bottom: 0;
}

article .left_box .part h3 {
  height: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #ff234d;
  padding-left: 17px;
  border-left: 4px solid #ff234d;
  margin-bottom: 20px;
}

article .left_box .part ul {
  flex-wrap: wrap;
  min-height: 120px;
  position: relative;
}
article .left_box .part ul>img{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
article .left_box .part li {
  width: 148px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
    font-size: 15px;

  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
margin-right:10px;
margin-top:10px;
}
article .left_box .part li a{
color: #515151;
}
article .left_box .part li:nth-child(5n) {

margin-right:0px;
}
article .left_box .part li:nth-child(1),
article .left_box .part li:nth-child(2),
article .left_box .part li:nth-child(3),
article .left_box .part li:nth-child(4),
article .left_box .part li:nth-child(5){
margin-top:0px;
}
article .left_box .part li:hover {
  color: #ff234d;
  font-weight: 700;
}
article .left_box .part li:hover a{
  color: #ff234d;
}
article .right_box .same_part {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0 10px;
  margin-bottom: 30px;
}

article .right_box .same_part.test {
  background: none;
  padding: 0;
}

article .right_box .same_part h3 {
  font-size: 16px;
  color: #333333;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

article .right_box .same_part h3:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

article .right_box .tool ul {
  flex-wrap: wrap;
  padding: 19px 45px 0;
}

article .right_box .tool li {
  width: 110px;
  font-size: 14px;
  line-height: 20px;
  color: #373737;
  justify-content: flex-start;
  margin-bottom: 14px;
}

article .right_box .tool li a {
  color: #373737;
}

article .right_box .tool li:hover a {
  color: #f10000;
}

article .right_box .tool li img {
  margin-bottom: 8px;
}

article .right_box .tool li div {
  flex-direction: column;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
}

article .right_box .tool li:nth-child(2n) {
  justify-content: flex-end;
  position: relative;
}

article .right_box .tool li:nth-child(2n):before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
}

article .right_box .tool li.no_border {
  margin-bottom: 0;
}

article .right_box .tool li.no_border div {
  border: none;
}

article .right_box .news ul {
  margin-top: 20px;
  height: 281px;
  padding: 0 10px 27px;
  position: relative;
}
article .right_box .news ul>img{
  width: 80px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
article .right_box .news li {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #383838;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

article .right_box .news li a {
  color: #000000;
}

article .right_box .news li:hover a {
  color: #ff123f;
}

article .right_box .news li:last-child {
  margin-bottom: 0;
}