body,
ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0px;
}

html,
body {
  width: 100%;
}

#content {
  width: 100%;
  margin-bottom: 30px
}

.place_bg {
  width: 100%;
  height: 100px;
  background-color: #f9f7f8;
}

#CurrentPosition {
  width: 1000px;
  height: 100%;
  padding-top: 16px;
  margin: 0px auto;
}

#CurrentPosition p:nth-child(1) {
  color: #b6b5b5;
}

#CurrentPosition p:nth-child(2) {
  font-size: 25px;
  color: #0186d1;
}

#CurrentPosition p:nth-child(3) {
  color: #b6b5b5;
}

#CurrentPosition p:nth-child(3) span {
  color: #0186d1;
}

.wrap {
  width: 1000px;
  margin: 0px auto;
  padding-top: 10px;
}

.new_title {
  height: 60px;
  margin-top: 15px;
  border-bottom: 1px solid #0186D1;
}

.new_title span {
  display: inline-block;
  /* height: 40px;
		line-height: 40px; */
  font-size: 24px;
  font-weight: 700;
  color: #0186d1;
}

.new_title span.en {
  font-weight: 600;
}

.frame {
  height: 20px;
  background-color: #f9f7f8;
}

.day {
  display: inline-block;
  position: relative;
  color: #23c25f;
  font-size: 45px;
  height: 0px;
  width: 64px;
  top: -6px;
  text-align: center;
}

.time {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 64px;
  font-size: 10px;
  text-align: center;
}

.media-left {
  padding-right: 0px;
  border-right: 1px solid #efefef;
}

/* .media {
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #efefef;
	} */

.fanye {
  margin-top: 10px;
  height: 30px;
  border: 1px solid red;
}

.fanye li {
  float: left;
  margin-right: 10px;
  border: 1px solid red;
  width: 30px;
  height: 30px;
  margin: 0px auto;
}

.fanye ul {
  display: inline-block;
  width: 100%;
  height: 30px;
  text-align: center;
  border: 1px solid blue;
}

.Btn {
  float: right;
  width: 75px;
  height: 32px;
  margin-top: 8px;
  background-color: #0186d1;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  padding: 0;
  transition: all 0.2s;
}

.Btn a {
  display: block;
  width: 100%;
  color: white;
  line-height: 32px;
  transition: all 0.2s;
}

.Btn:active {
  background-color: #fff;
  border: 2px solid #818181;
}

.Btn a:active {
  color: #818181;
}

.media {
  margin-top: 0;
  height: 35px;
}

.media-heading {
  display: inline-block;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
}

.View_details:hover,
.media-heading:hover {
  color: #0186D1;
}

.View_details {
  display: inline-block;
  margin: 5px 0;
  color: #29c363;
}

.date {
  float: right;
  margin: 15px 0;
  color: #939393;
}

.media p {
  width: 90%;
  padding-right: 20px;
  font-size: 14px;
  color: #818181;
}

ul.disc,
ul.disc li.media {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: url("../img/dot.png");
}

.new_title .title {
  display: inline-block;
}

.new_title .title span {
  display: block;
}

.new_title .title span.en {
  text-transform: uppercase;
  font-size: 14px;
}