.yylMain .kListW {
  position: relative;
  width: 100%;
  height: 1.975rem;
  border-bottom: 1px solid #aaaaaa;
  background: #ffffff;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }


.yylMain .kListW .kList{
  display: inline-block;}

.yylMain .kListW .kList a {
  float: left;
  color: #666666;
  padding: 0 0.25rem;
  height: 1.975rem;
  line-height: 1.975rem; }

.yylMain .kListW .kList a.active {
  color: #e73030;
  font-size: 0.85rem;
  height: 1.85rem;
  line-height: 1.85rem;
  border-bottom: 0.1875rem solid #e73e3e; }

.yylMain .kListW .kList a:last-child {
  margin-left: 4rem; }

.yylMain .list section {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #cccccc; }

.yylMain .list section .d1 {
  width: 0;
  -webkit-box-flex: 120;
  -webkit-flex: 120;
  flex: 120;
  height: 4.45rem;
  border-right: 1px solid #cccccc; }

.yylMain .list section .d2 {
  width: 0;
  -webkit-box-flex: 630;
  -webkit-flex: 630;
  flex: 630; }

.yylMain .list section .d2 .lb {
  padding: 0.45rem 0.25rem 0.25rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.yylMain .list section .d2 .lb p:nth-of-type(1) {
  width: 0;
  -webkit-box-flex: 125;
  -webkit-flex: 125;
  flex: 125; }

.yylMain .list section .d2 .lb p:nth-of-type(2) {
  width: 0;
  -webkit-box-flex: 164;
  -webkit-flex: 164;
  flex: 164; }

.yylMain .list section .d2 .lb p:nth-of-type(3) {
  width: 0;
  -webkit-box-flex: 190;
  -webkit-flex: 190;
  flex: 190; }

.yylMain .list section .d2 .lb p:nth-of-type(4) {
  width: 0;
  -webkit-box-flex: 128;
  -webkit-flex: 128;
  flex: 128; }

.yylMain .list section .d2 .lb p a {
  width: 100%;
  height: 1.25rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.65rem;
  color: #666666; }

.yylMain .list section .d2 .more {
  float: right;
  color: #999999;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.65rem;
  padding-right: 0.6rem;
  margin-right: 0.65rem;
  background: url("../images/right.png") right center no-repeat;
  background-size: 0.35rem 0.575rem; }
/*新增*/
.yylMain .list section .d3 {
  width: 0;
  -webkit-box-flex: 630;
  -webkit-flex: 630;
  flex: 630; }
.yylMain .list section .d3 .lb {
  padding: 0.7rem 0rem 0.25rem 0.25rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
.yylMain .list section .d3 .lb a{
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	  font-size: 0.65rem;
      color: #666666; 
}
.yylMain .list section .d3 .lb p:nth-of-type(1) {
  width: 0;
	text-align: center;
  -webkit-box-flex: 125;
  -webkit-flex: 125;
  flex: 125; }

.yylMain .list section .d3 .lb p:nth-of-type(2) {
  width: 0;
	text-align: right;
	/* padding-right: 0.6rem; */
    margin-right: 0.65rem;
  -webkit-box-flex: 482;
  -webkit-flex: 482;
  flex: 482; }
.yylMain .list section .d3 a.more{
	color: #999999;
	padding-right: 0.6rem;
	background: url("../images/right.png") right center no-repeat;
    background-size: 0.35rem 0.575rem;
}

