* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
  color: #505050;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#page #header {
  background-color: white;
}
#page #header .top_block {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page #header .top_block .logo_block {
  width: 210px;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
    margin-top: 10px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #1487F4;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 300px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 100px;
  background-color: #1487F4;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background-color: #1487F4;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  margin-left: -1px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 12px;
}
#page #header .nav_block .content li:hover {
  background-color: #0A56BB;
}
#page #header .nav_block .content li.on {
  background-color: #0A56BB;
}
#page #header .nav_block .content li a {
  color: white;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#article {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article .banner_block {
  width: 60%;
  height: 340px;
}
#article .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .banner_block .swiper-container {
  width: 100%;
  height: 340px;
  position: relative;
}
#article .banner_block .swiper-container:hover .swiper-button {
  opacity: 1;
}
#article .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 30px;
}
#article .banner_block .swiper-container .swiper-button-next {
  background-image: url(http://www.piju.yzbytv.com/static/images/right_arrow.png);
}
#article .banner_block .swiper-container .swiper-button-prev {
  background-image: url(http://www.piju.yzbytv.com/static/images/left_arrow.png);
}
#article .banner_block .swiper-container .swiper-button {
  width: 60px;
  height: 60px;
  background-size: 34px 34px;
  transition: all 0.3s;
  opacity: 0;
}
#article .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
#article .newslist_block {
  width: 35%;
  background-color: white;
  border: 1px solid #eee;
  padding: 17px 20px 21px;
  height: 340px;
  overflow: hidden;
}
#article .newslist_block .news_list li {
  display: flex;
  line-height: 30px;
  position: relative;
}
#article .newslist_block .news_list li p {
  color: #ff4939;
}
#article .newslist_block .news_list li a {
  padding-left: 15px;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
#article .newslist_block .news_list li a::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 5px;
  border-radius: 50%;
  height: 5px;
  background-color: #1487F4;
}
#article .leftpart {
  width: 60%;
  float: left;
}
#article .leftpart .news_pub .news_tit {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  border-top: #ccc 2px solid;
  border-bottom: #ececec 1px solid;
  color: #069;
}
#article .leftpart .news_pub .news_tit a {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  border-top: #ccc 2px solid;
  border-bottom: #ececec 1px solid;
  color: #069;
}
#article .leftpart .news_pub .news_tit a::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #069;
  content: "";
  left: 0;
  top: -2px;
}
#article .leftpart .news_pub .news_pic_part {
  float: right;
  width: 240px;
  overflow: hidden;
  margin-left: 20px;
  font-size: 14px;
  line-height: 28px;
}
#article .leftpart .news_pub .news_pic_part li a {
  display: block;
  height: 160px;
  margin: 10px 0 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
#article .leftpart .news_pub .news_pic_part li a img {
  width: 100%;
  min-height: 100%;
}
#article .leftpart .news_pub .news_pic_part li a span {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  text-align: center;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#article .leftpart .news_pub .news_part li {
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#article .leftpart .news_pub .news_part li a {
  color: inherit;
}
#article .leftpart .news_pub .news_part li:nth-child(7),
#article .leftpart .news_pub .news_part li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
#article .leftpart .news_pub .news_part li:nth-child(6) {
  padding-bottom: 20px;
}
#article .leftpart .news_pub .news_part .shuanglie {
  overflow: hidden;
  width: 100%;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item {
  overflow: hidden;
  width: 47%;
  float: left;
  margin-right: 43px;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item.wi {
  width: 61%;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item.mr {
  margin-right: 0;
  width: 31%;
  margin-right: 30px;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item a {
  position: relative;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item a img {
  width: 100%;
  height: 180px;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item a span {
  position: absolute;
  bottom: 3px;
  left: 0;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item li {
  font-weight: normal;
}
#article .leftpart .news_pub .news_part .shuanglie .shuanglie_item:nth-child(2) {
  margin-right: 0;
}
#article .leftpart .newsbox_block1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
#article .leftpart.list_leftpart .list_leftpart_tit {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  border-top: #ccc 2px solid;
  border-bottom: #ececec 1px solid;
  color: #069;
  line-height: 40px;
}
#article .leftpart.list_leftpart .list_leftpart_tit a {
  color: #333;
}
#article .leftpart.list_leftpart .list_leftpart_tit::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #069;
  content: "";
  left: 0;
  top: -2px;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li a {
  color: inherit;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li a h2 {
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #333;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li a img {
  display: block;
  float: left;
  width: 160px;
  height: 107px;
  overflow: hidden;
  margin-right: 20px;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li a .info {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-top: 14px;
}
#article .leftpart.list_leftpart .list_leftpart_newslist li a .time {
  color: #888;
  font-size: 13px;
  margin-top: 25px;
}
#article .leftpart.show_content_block {
  width: 65% !important;
}
#article .leftpart.show_content_block .show_content h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
#article .leftpart.show_content_block .show_content .info {
  color: #888;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px dotted;
}
#article .leftpart.show_content_block .show_content .info span {
  margin-right: 10px;
}
#article .leftpart.show_content_block .show_content .content {
  word-break: break-word;
  text-align: justify;
}
#article .leftpart.show_content_block .show_content .content p {
  text-indent: 2em;
  margin: 10px 0;
  line-height: 30px;
}
#article .leftpart.show_content_block .show_content .content p a {
  color: inherit;
}
#article .leftpart.show_content_block .show_content .content img {
  max-width: 600px;
  display: flex;
  margin: auto;
  height: auto;
}
#article .leftpart.show_content_block .About {
  height: 53px;
  line-height: 66px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#article .leftpart.show_content_block .About.mt {
  margin-top: 30px;
}
#article .leftpart.show_content_block .About strong {
  font-size: 19px;
  color: #000;
  float: left;
  padding: 0 4px;
  border-bottom: 3px solid #1487F4;
  height: 52px;
}
#article .leftpart.show_content_block .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#article .leftpart.show_content_block .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
#article .leftpart.show_content_block .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 39px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
  padding-right:15px;
}

#article .leftpart.show_content_block .bd ul li a{
  color:#333;
}
#article .leftpart.show_content_block .bd ul li p {
  overflow: hidden;
  width: 96%;
  height: 17px;
  font-size: 16px;
  line-height: 17px;
  position: relative;
  padding-left: 15px;
}
#article .leftpart.show_content_block .bd ul li p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #1487F4;
  border-radius: 50%;
}
#article .leftpart.show_content_block .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .rightpart {
  width: 35%;
  float: right;
  overflow: hidden;
}
#article .rightpart.list_rightpart {
  width: 25%;
}
#article .rightpart.list_rightpart .ad {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
#article .rightpart.list_rightpart .ad ~ .ad {
  height: 300px;
}
#article .rightpart.list_rightpart .ad a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#article .rightpart.list_rightpart .ad a img {
  width: 100%;
  height: 100%;
}
#article .rightpart.list_rightpart .ad a .ad_desc {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 11px 0 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#article .rightpart.list_rightpart .block_2_content li:first-child a p {
  width: 55% !important;
}
#article .rightpart.list_rightpart .block_3_content li p {
  width: 100%;
}
#article .rightpart .news_tit {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  border-top: #ccc 2px solid;
  border-bottom: #ececec 1px solid;
  color: #069;
}
#article .rightpart .news_tit::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #069;
  content: "";
  left: 0;
  top: -2px;
}
#article .rightpart .right_part_block1 {
  margin-top: 20px;
}
#article .rightpart .right_part_block1 .block_1_content li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
#article .rightpart .right_part_block1 .block_1_content li a {
  color: inherit;
}
#article .rightpart .right_part_block1 .block_1_content li a img {
  width: 114px;
  height: 76px;
  margin-right: 10px;
  overflow: hidden;
  display: block;
  float: left;
}
#article .rightpart .right_part_block1 .block_1_content li a p {
  line-height: 23px;
  height: 25px;
  display: inline-block;
  width: 69%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .rightpart .right_part_block1 .block_1_content li a span {
  text-decoration: none;
  overflow: hidden;
  width: 69%;
  white-space: normal;
  height: 35px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
#article .rightpart .right_part_block2 .block_2_content {
  margin-bottom: 18px;
}
#article .rightpart .right_part_block2 .block_2_content li {
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ececec;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .rightpart .right_part_block2 .block_2_content li a {
  color: inherit;
  font-size: 16px;
}
#article .rightpart .right_part_block2 .block_2_content li:first-child {
  background: #f5f5f5;
  margin: 19px 0 10px;
  padding: 10px;
}
#article .rightpart .right_part_block2 .block_2_content li:first-child a {
  color: inherit;
}
#article .rightpart .right_part_block2 .block_2_content li:first-child a img {
  width: 114px;
  height: 76px;
  margin-right: 10px;
  overflow: hidden;
  display: block;
  float: left;
}
#article .rightpart .right_part_block2 .block_2_content li:first-child a p {
  line-height: 21px;
  padding-top: 3px;
  text-decoration: none;
  overflow: hidden;
  width: 68%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .rightpart .right_part_block2 .block_2_content li:first-child a .time {
  color: #666;
  font-size: 12px;
  display: inline-block;
  margin-top: 14px;
}
#article .rightpart .right_part_block3 {
  margin-top: 34px;
}
#article .rightpart .right_part_block3 .block_3_content li {
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px dotted #ececec;
}
#article .rightpart .right_part_block3 .block_3_content li.first img {
  width: 300px;
  height: 200px;
  display: flex;
  margin: auto;
}
#article .rightpart .right_part_block3 .block_3_content li.first p {
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
#article .rightpart .right_part_block3 .block_3_content li:nth-child(1) a em,
#article .rightpart .right_part_block3 .block_3_content li:nth-child(2) a em,
#article .rightpart .right_part_block3 .block_3_content li:nth-child(3) a em {
  color: #f96;
}
#article .rightpart .right_part_block3 .block_3_content li em {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
#article .rightpart .right_part_block3 .block_3_content li p {
  vertical-align: middle;
  color: #333;
  display: inline-block;
  width: 87%;
  overflow: hidden;
  margin-left: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .show_b3 li.first {
  position: relative;
}
#article .show_b3 li a p {
  margin-left: 0 !important;
  width: 100% !important;
}
#article .ques_left li p {
  width: 87% !important;
}
#article .allfonts_block .news_tit {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  border-top: #ccc 2px solid;
  border-bottom: #ececec 1px solid;
  color: #069;
}
#article .allfonts_block .news_tit::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #069;
  content: "";
  left: 0;
  top: -2px;
}
#article .allfonts_block ul {
  width: 46%;
  float: left;
}
#article .allfonts_block ul:last-child {
  margin-left: 96px;
}
#article .allfonts_block ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
#article .allfonts_block ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #069;
  top: 13px;
  left: 0;
}
#article .allfonts_block ul li span {
  float: right;
  font-size: 13px;
  color: #999;
  margin-left: 20px;
}
#article .allfonts_block ul li a {
  color: inherit;
  font-size: 16px;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #1487F4;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(http://www.piju.yzbytv.com/static/images/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background-position: -60px 0;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #1487F4;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #1487F4;
  color: white;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
