/*左侧边栏导航栏css*/
a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.centre .slide_nav {
  float: left;
  overflow: hidden;
  width: 15%;
  height: auto;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 5px #c0d2e7;
  font-family: "黑体";
}
.centre .slide_nav .title_head {
  width: 100%;
  height: 53px;
  background: rgba(255, 255, 255, 0.65);
  color: #030303;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  position: relative;
}
.centre .slide_nav .title_head img {
  margin-top: -5px;
}
.centre .slide_nav .title_head > i {
  display: block;
  width: 10px;
  height: 16px;
  background: url("../../images/comold/tit_bj.png") no-repeat top left;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
.centre .slide_nav .title_head > i.hover {
  width: 16px;
  height: 10px;
  background: url("../../images/comold/tit_bj.png") no-repeat top right;
  top: 23px;
  right: 15px;
}
.centre .slide_nav .telescopic_nav {
  width: 100%;
  max-height: 700px;
  overflow-y: scroll;
}
.centre .slide_nav .telescopic_nav ul {
  width: 100%;
  height: auto;
}
.centre .slide_nav .telescopic_nav ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #333;
  font-size: 1pc;
}
.centre .slide_nav .telescopic_nav ul li .operation {
  width: 100%;
  height: 40px;
}
.centre .slide_nav .telescopic_nav ul li .operation:hover {
  background: #ececec;
}
.centre .slide_nav .telescopic_nav ul li span {
  float: left;
  display: block;
}
.centre .slide_nav .telescopic_nav ul li span.node_name {
  float: none;
}
.centre .slide_nav .telescopic_nav ul li .text {
  margin-left: 15px;
  height: 40px;
  font-weight: 700;
  line-height: 40px;
}
.centre .slide_nav .telescopic_nav ul li .text a.hover {
  color: #4da5d8;
}
.centre .slide_nav .telescopic_nav ul li .num {
  margin-top: 13px;
  margin-left: 15px;
  height: 14px;
  padding: 0 5px;
  background: #f9bb58;
  color: #fff;
  text-align: center;
  font-size: 9pt;
  font-family: "宋体";
  line-height: 14px;
}
.centre .slide_nav .telescopic_nav ul li .but {
  float: right;
  margin-top: 9pt;
  margin-right: 15px;
  width: 1pc;
  height: 1pc;
  background: url("../../images/comold/push_slidenav.png") -20px 0 no-repeat;
  cursor: pointer;
}
.centre .slide_nav .telescopic_nav ul li .but.hover {
  float: right;
  margin-top: 9pt;
  margin-right: 15px;
  width: 1pc;
  height: 1pc;
  background: url("../../images/comold/push_slidenav.png") 0 0 no-repeat;
  cursor: pointer;
}
.centre .slide_nav .telescopic_nav ul li .but1 {
  width: 12px;
  height: 12px;
  margin-top: 14px;
  display: inline-block;
  background: url("../../images/comold/browseEdit.png") 0 0 no-repeat;
  float: left;
}
.centre .slide_nav .telescopic_nav ul li .iconWrap {
  width: 54px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.centre .slide_nav .telescopic_nav ul li .child {
  width: 100%;
  height: auto;
  display: none;
}
.centre .slide_nav .telescopic_nav ul li .child li {
  height: auto;
  width: 100%;
  border-left: 2px solid #fff;
  position: relative;
}
.centre .slide_nav .telescopic_nav ul li .child li .again {
  padding: 5px 10px;
  background: #ce2f2f;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 8px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "宋体";
  z-index: 10;
}
.centre .slide_nav .telescopic_nav ul li .child li div {
  display: block;
  float: left;
  height: auto;
  margin-left: 25px;
  width: 90%;
  text-indent: 5px;
}
.centre .slide_nav .telescopic_nav ul li .child li a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}
.centre .slide_nav .telescopic_nav ul li .child li a.hover,
.centre .slide_nav .telescopic_nav ul li .child li a:hover {
  border-left: 2px solid #1f96d2;
  background: #eff7fb;
}
.centre .slide_nav .telescopic_nav ul li .child li .children_dom {
  position: relative;
  width: 100%;
  height: 40px;
}
.centre .slide_nav .telescopic_nav ul li .child li .child_but {
  position: absolute;
  top: 1pc;
  right: 19px;
  width: 15px;
  height: 19px;
  background: url("../../images/comold/push_slidenav.png") -15px -20px no-repeat;
  cursor: pointer;
  z-index: 10;
}
.centre .slide_nav .telescopic_nav ul li .child li .children .child_but {
  top: 1pc;
  right: 20px;
}
.centre .slide_nav .telescopic_nav ul li .child li .child_but.hover {
  background: url("../../images/comold/push_slidenav.png") 5px -22px no-repeat;
}
.centre .slide_nav .telescopic_nav ul li .child li .children {
  display: none;
  width: 100%;
  height: auto;
}
.centre .slide_nav .telescopic_nav ul li .child li .children li {
  width: 100%;
  height: auto;
  position: relative;
}
.centre .slide_nav .telescopic_nav ul li .child li .children li .child_text a {
  margin-left: 1pc;
  font-size: 9pt;
}
/*搜索条件*/
.search_wrap {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 5px #c0d2e7;
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.search_wrap .change_condition {
  height: auto;
  overflow: hidden;
  margin: 10px 20px;
}
.search_wrap .change_condition > ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.search_wrap .change_condition > ul > li {
  width: 100%;
  height: auto;
  border-top: 1px dashed #fcfdfe;
  min-height: 44px;
  overflow: hidden;
}
.search_wrap .change_condition > ul > li.fir {
  border-top: none;
}
.search_wrap .change_condition ul li .text_title {
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.search_wrap .change_condition ul li .text_title .title {
  line-height: 43px;
  text-indent: 10px;
  float: left;
}
.search_wrap .change_condition ul li .text_title .pic {
  margin-top: 11px;
  float: left;
}
.search_wrap .change_condition ul li .content {
  width: 90%;
  float: left;
  height: auto;
}
.search_wrap .change_condition ul li .content ul {
  width: 92%;
  height: auto;
  overflow: hidden;
  display: block;
  float: left;
}
.search_wrap .change_condition ul li .content ul li {
  float: left;
  padding: 0 10px;
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
  cursor: pointer;
}
.search_wrap .change_condition ul li .content ul li.hover {
  color: #00acea;
}
.search_wrap .change_condition ul li .content .more {
  display: block;
  width: 60px;
  height: 25px;
  border: 1px solid #3D93D1;
  color: #3D93D1;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  float: right;
  margin-top: 10px;
}
/*信息列表页*/
.mymessage_list {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 5px #c0d2e7;
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.mymessage_list .content_list {
  width: 100%;
  height: auto;
  font-size: 12px;
  float: left;
}
.mymessage_list .content_list .search_top {
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.65);
  color: #333;
  border-top: 1px solid #e9e9e9;
}
.mymessage_list .content_list .search_top .all_checkbox {
  width: 85px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-family: "黑体";
  float: left;
}
.mymessage_list .content_list .search_top .all_checkbox .input_checkbox {
  vertical-align: middle;
  margin-top: -2px;
}
.mymessage_list .content_list .search_top .dom_operation {
  float: left;
  overflow: hidden;
}
.mymessage_list .content_list .search_top .dom_operation ul li {
  float: left;
  cursor: pointer;
}
.mymessage_list .content_list .search_top .dom_operation ul li {
  height: 56px;
}
.mymessage_list .content_list .search_top .dom_operation ul li span {
  display: block;
  padding: 0 15px;
  text-align: center;
}
.mymessage_list .content_list .search_top .dom_operation ul li .one {
  background: url(../../images/comold/push_zhenzhuo.png) 0 -2px;
  width: 18px;
  height: 15px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mymessage_list .content_list .search_top .dom_operation ul li .one1 {
  background: url(../../images/comold/qhclassico.png) 0 -2px no-repeat;
  width: 18px;
  height: 15px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mymessage_list .content_list .search_top .dom_operation ul li .one3 {
  background: url(../../images/comold/mygz_tits.png) top left no-repeat;
  width: 18px;
  height: 16px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mymessage_list .content_list .search_top .dom_operation ul li:hover {
  background-color: #e2e2e2;
  color: #4894cd;
}
.mymessage_list .content_list .search_top .dom_operation ul li:hover .one {
  background: url(../../images/comold/push_zhenzhuo.png) 0 -29px;
  width: 18px;
  height: 15px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 0;
}
.mymessage_list .content_list .search_top .dom_operation ul li .two {
  background: url(../../images/comold/mycon_huise.png) no-repeat;
  width: 18px;
  height: 15px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mymessage_list .content_list .search_top .dom_operation ul li:hover .two {
  background: url(../../images/comold/mycon_eyes.png) no-repeat;
  width: 18px;
  height: 15px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mymessage_list .content_list .search_top .dom_operation ul li:hover .one3 {
  background: url(../../images/comold/mygz_tits_hover.png) no-repeat;
}
.mymessage_list .content_list .search_top .right_dom {
  float: right;
  height: 56px;
  line-height: 56px;
  width: 110px;
}
.mymessage_list .content_list .search_top .right_dom select {
  border: 1px solid #dedede;
  color: #909090;
  font-size: 12px;
  width: 55px;
  height: 28px;
}
.mymessage_list .content_list .search_top .right_dom .select {
  float: left;
}
.mymessage_list .content_list .search_top .right_dom .toggle_abstract {
  float: left;
  margin-left: 10px;
  border: 1px solid #dedede;
  color: #909090;
  font-size: 12px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  padding: 0 5px;
  margin-top: 13px;
  cursor: pointer;
}
.mymessage_list .content_list .search_top .right_dom .toggle_abstract img {
  margin-top: 7px;
  display: block;
  float: left;
  margin-right: 8px;
}
.mymessage_list .content_list .search_top .right_dom .toggle_abstract:hover {
  border: 1px solid #f7a700;
  color: #f7a700;
}
.mymessage_list .content_list .message_list {
  width: 100%;
  height: auto;
  float: left;
}
.mymessage_list .content_list .message_list ul {
  width: 100%;
  height: auto;
}
.mymessage_list .content_list .message_list ul li {
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  float: left;
}
.mymessage_list .content_list .message_list ul li .all_checkbox {
  width: 42px;
  font-size: 14px;
  float: left;
}
.mymessage_list .content_list .message_list ul li .all_checkbox .input_checkbox {
  vertical-align: middle;
  margin-left: 19px;
}
.mymessage_list .content_list .message_list ul li .main_content {
  width: 92%;
  height: auto;
  float: left;
}
.mymessage_list .content_list .message_list ul li .main_content .title_text {
  width: 60%;
  height: 20px;
  float: left;
}
.mymessage_list .content_list .message_list ul li .main_content .title_text .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mymessage_list .content_list .message_list ul li .main_content .title_text .title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.mymessage_list .content_list .message_list ul li .main_content .title_text .title a:hover {
  color: #f7a700;
}
.mymessage_list .content_list .message_list ul li .main_content .notesul {
  width: 30%;
  float: left;
}
.mymessage_list .content_list .message_list ul li .main_content .notesul p {
  padding: 5px 10px;
  color: #87C994;
  border: 1px solid #87C994;
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}
.mymessage_list .content_list .message_list ul li .main_content .top_message {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mymessage_list .content_list .message_list ul li .main_content .list_message {
  width: 100%;
  height: 40px;
  line-height: 22px;
  overflow: hidden;
  color: #888888;
  margin-top: 20px;
}
.mymessage_list .content_list .message_list ul li .main_content .list_message i {
  color: red;
  font-style: normal;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap {
  width: 100%;
  height: 25px;
  margin-top: 20px;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .address {
  width: 87%;
  height: 25px;
  float: left;
  overflow: hidden;
  word-break: break-all;
  line-height: 25px;
  margin-left: -12px;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .address em {
  color: #b7b7b7;
  margin-left: 16px;
  float: left;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .address em.keyWords {
  color: red;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .water {
  float: left;
  width: 7%;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .notewary {
  float: right;
  width: 5%;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .notewary ul {
  width: 100%;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .notewary ul li {
  border: medium none;
  float: right;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  width: 20px;
  cursor: pointer;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .notewary ul li.li1 {
  background: url('../../images/comold/my_sqico.png') no-repeat center;
}
.mymessage_list .content_list .message_list ul li .main_content .url_wrap .notewary ul li.li1.hover {
  background: url('../../images/comold/my_sqicoh.png') no-repeat center;
}
.search_top .select {
  float: right;
  padding-top: 20px;
}
.search_top .select select {
  float: right;
  border: 1px solid #dedede;
  color: #909090;
  font-size: 12px;
  width: 61px;
  height: 28px;
  margin-top: -8px;
  margin-left: 5px;
}
/*另一只微博li*/
.mymessage_list .content_list .message_list ul li.other .photo {
  width: 145px;
  height: 107px;
  float: left;
  margin-top: 3px;
}
.mymessage_list .content_list .message_list ul li.other .content_right {
  width: 82%;
  float: left;
  margin-left: 15px;
  height: auto;
}
.mymessage_list .content_list .message_list ul li.other .content_right .title_text {
  width: 53%;
  height: 20px;
  float: left;
  margin-top: 3px;
}
.mymessage_list .content_list .message_list ul li.other .content_right .title_text .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mymessage_list .content_list .message_list ul li.other .content_right .title_text .title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.mymessage_list .content_list .message_list ul li.other .content_right .title_text .title a:hover {
  color: #f7a700;
}
.mymessage_list .content_list .message_list ul li.other .content_right .top_message {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mymessage_list .content_list .message_list ul li.other .content_right .list_message {
  width: 100%;
  height: 25px;
  line-height: 22px;
  overflow: hidden;
  color: #888888;
  margin-top: 20px;
}
.mymessage_list .content_list .message_list ul li.other .content_right .url_wrap {
  width: 100%;
  height: 25px;
  margin-top: 20px;
}
.mymessage_list .content_list .message_list ul li.other .content_right .url_wrap .address {
  width: 30%;
  height: 25px;
  float: right;
}
.mymessage_list .content_list .message_list ul li.other .content_right .url_wrap .address em {
  color: #b7b7b7;
  margin-right: 20px;
  float: right;
}
.mymessage_list .content_list .message_list ul li.other .content_right .water {
  float: left;
  width: 10%;
}
/*饼图*/
.pie_wrap {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.pie_wrap .pie1 {
  width: 49%;
  height: 300px;
  float: left;
  margin-right: 2%;
  border: 1px solid #e9e9e9;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 5px #c0d2e7;
  box-sizing: border-box;
}
.pie_wrap .pie2 {
  width: 49%;
  height: 300px;
  float: left;
  border: 1px solid #e9e9e9;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 5px #c0d2e7;
  box-sizing: border-box;
}
.pie_wrap .echarsclass {
  width: 100%;
  height: 100%;
}
/*便签*/
.filter-wary .pop_con .tobriefing .filter1 {
  border: none;
}
.pops .pop_con .tobriefing ul li {
  border: none;
  width: 33%;
  float: left;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-wary .pop_con .tobriefing .filter1 > p.p1 {
  width: 80px;
  float: left;
}
.filter-wary .pop_con .tobriefing .filter1 > div.info {
  width: 360px;
  float: right;
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #fff;
}
.text1 {
  width: 250px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}
.butsub1 {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.filter-wary {
  width: 596px;
}
.filter-wary .pop_head {
  width: 100%;
}
.filter-wary .pop_con {
  width: 564px;
}
.filter-wary .pop_con .con {
  width: 100%;
}
.filter-wary .pop_con .tobriefing {
  width: 100%;
}
.filter-wary .pop_con .tobriefing .filter1 {
  border-bottom: 1px solid #dbdbdb;
  font-weight: 700;
  line-height: 24px;
  margin: 0 auto;
  padding: 10px 0;
  width: 96%;
  overflow: hidden;
}
.filter-wary .pop_con .tobriefing .filter1 label {
  width: 180px;
  display: block;
  float: left;
}
.filter-wary .pop_con .tobriefing .filter1 input[type=text] {
  border: 1px solid #cbcbcb;
  height: 20px;
  padding-left: 5px;
  width: 200px;
}
.filter-wary .pop_con .tobriefing .but {
  clear: both;
  padding: 10px 0 0;
  text-align: right;
  width: 98%;
}
.filter-wary .pop_con .tobriefing .but .but_qr {
  background-color: #7fa5d1;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  height: 30px;
  text-align: center;
  width: 80px;
}
