﻿@charset "utf-8";
.nynewstxti {
  padding: .2rem 0 .1rem;
  line-height: .5rem;
}
.footadd p:nth-child(1) {
  width: 19%;
    text-align: right;
}
.dropdown-item {
  font-size: .28rem;
}
.footel {
	flex-wrap: nowrap;
    text-align: center;
}
.footel a {
	width: auto;
}
.footel span {
	padding: 0 .1rem;
}
.footadd {
	padding: 0;
}
@media (min-width:992px){
  .dropdown-item {
    font-size: .14rem;
  }
  .footadd p:nth-child(2) {
    width: 85%;
  }
  .footadd p:nth-child(1) {
    width: 10%;
  }
	.footadd:nth-child(3) p:nth-child(1) {
		width: 18%;
	}
  .nyfenye span {
    width: .5rem;
  }
  .samtwo a {
    font-size: .14rem;
  }
  .navbar-brand {
    width: 25%;
  }
  .nav-item:nth-child(2) .dropdown-menu {
    width: auto;
    left: -.4rem;
  }

  .nav-item:nth-child(5) .dropdown-menu {
    width: auto;
    left: -.4rem;
  }
  .nav-item:nth-child(7) .dropdown-menu {
    width: auto;
    left: -.25rem;
  }
  .footcontact {
    width: 35%;
  }
  .footlogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footcode {
    margin: auto 0 auto auto;
  }
}
@media (min-width:1200px){
  .navbar-brand {
    width: auto;
  }
  .nav-item:nth-child(2) .dropdown-menu {
    width: auto;
    left: -.3rem;
  }

  .nav-item:nth-child(5) .dropdown-menu {
    width: auto;
    left: -.35rem;
  }
  .nav-item:nth-child(7) .dropdown-menu {
    width: auto;
    left: -.17rem;
  }
  .samtwo a {
    font-size: .18rem;
  }
	.footadd:nth-child(3) p:nth-child(1) {
		width: 15%;
	}
}